From 2aef4c1e745a7454f37941f0aa1d2ce44a70fa4a Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Feb 2017 21:14:58 +0200 Subject: [PATCH] ga output --- app/library/App/Controllers/GaController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index d227e4d..f355c21 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -83,7 +83,7 @@ class GaController extends CrudResourceController { $data = $response->modelData; - return var_dump($data); + return var_dump($report); $obj = $response->toSimpleObject(); $obj = $obj->reports[0]['data']['rows']; -- libgit2 0.21.4