From 1639feeb0169d2cd427cbb9b62e082bddfa6c4e4 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Feb 2017 21:15:49 +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 f355c21..3df208a 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($report); + return var_dump($response); $obj = $response->toSimpleObject(); $obj = $obj->reports[0]['data']['rows']; -- libgit2 0.21.4