Commit 4c96a07592589aeb5b4fc9b9c86dcca981280e25

Authored by Alex Savenko
1 parent ebcb716b

ga output

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -78,7 +78,7 @@ class GaController extends CrudResourceController {
78 78  
79 79 $response = $analytics->reports->batchGet($body);
80 80  
81   - $response = $response->getModelData;
  81 + $response = $response;
82 82  
83 83 $obj = $response->toSimpleObject();
84 84 $obj = $obj->reports[0]['data']['rows'];
... ...