Commit 978ccee2a781722b98809b77359c15e8cc3b9ec5
1 parent
17f81e11
ga output
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/GaController.php
@@ -81,7 +81,7 @@ class GaController extends CrudResourceController { | @@ -81,7 +81,7 @@ class GaController extends CrudResourceController { | ||
81 | $obj = $response->toSimpleObject(); | 81 | $obj = $response->toSimpleObject(); |
82 | $obj = $obj->reports[0]['data']['rows']; | 82 | $obj = $obj->reports[0]['data']['rows']; |
83 | 83 | ||
84 | - //return ($obj); | 84 | + return var_dump($obj); |
85 | 85 | ||
86 | $result = []; | 86 | $result = []; |
87 | 87 |