Commit 3b7255552893800c20c3a10210000d6c6e9f2360

Authored by Alex Savenko
1 parent 24f66b14

ga response

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 81 $obj = $response->toSimpleObject();
82 82 $obj = $obj->reports;
83 83  
84   - return $obj;
  84 + var_dump($obj);
85 85  
86 86 }
87 87  
... ...