Commit d6249d66dbf379e950872921d151335afa5a13a2

Authored by Alex Savenko
1 parent 897d06c3

add return statement

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -62,7 +62,7 @@ class GaController extends CrudResourceController {
62 62 }
63 63  
64 64  
65   - $this->createArrayResponse($response, 'data');
  65 + return $this->createArrayResponse($response, 'data');
66 66  
67 67 }
68 68  
... ...