diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index e4f6b33..17563db 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -80,6 +80,7 @@ class GaController extends CrudResourceController { //have to rewrite code below (2 rows) $response = $response->toSimpleObject(); + die(var_dump($response)); $response = $response->reports[0]['data']['rows']; $result = []; -- libgit2 0.21.4