Commit 3b8efebcb2452cd1960a091ae60ba01b0b13c534

Authored by Alex Savenko
1 parent d169f69a

ga response

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -80,6 +80,7 @@ class GaController extends CrudResourceController {
80 80  
81 81 $obj = $response->toSimpleObject();
82 82 $obj = $obj->reports;
  83 + $obj = $obj->data;
83 84  
84 85 return $obj;
85 86  
... ...