| changeset 130 | fac22d8c2df8 |
| parent 128 | bc18286e55b2 |
| child 138 | 3079cbf80006 |
--- a/server/src/app/Http/Controllers/Api/DocumentController.php Tue Feb 23 18:52:27 2016 +0100 +++ b/server/src/app/Http/Controllers/Api/DocumentController.php Thu Feb 25 10:20:01 2016 +0100 @@ -30,6 +30,7 @@ if(array_key_exists('data', $res)) { $documents = $res['data']; unset($res['data']); + $res['documents'] = $documents; //$res['documents'] = $this->documentRepository->resolveLexvo($documents); } return response()->json($res);