Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6839 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6839 Rev 6865
Línea 201... Línea 201...
201
                    'id' => $survey->uuid,
201
                    'id' => $survey->uuid,
202
                    'content' => $surveyForm->content ? json_decode($surveyForm->content) : [],
202
                    'content' => $surveyForm->content ? json_decode($surveyForm->content) : [],
203
                    'description' => $surveyForm->description,
203
                    'description' => $surveyForm->description,
204
                    'text' => $surveyForm->text,
204
                    'text' => $surveyForm->text,
205
                ],
205
                ],
206
            ];
206
            ];          
207
            return new JsonModel([
-
 
208
                'success' => true,
-
 
209
                'data' => $data,
-
 
210
            ]);
-
 
211
          
-
 
Línea 212... Línea 207...
212
 
207
 
Línea 213... Línea 208...
213
        } else if ($request->isPost()) {
208
        } else if ($request->isPost()) {