@@ -259,6 +259,6 @@ |
||
259 | 259 | } |
260 | 260 | } |
261 | 261 | |
262 | - return new JSONResponse(json_encode($options.pollTexts)); |
|
262 | + return new JSONResponse(json_encode($options . pollTexts)); |
|
263 | 263 | } |
264 | 264 | } |