From 2e4722471b2f04d43645a02bda7630a696f2c6a3 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Feb 2017 21:11:38 +0200 Subject: [PATCH] ga output --- app/library/App/Controllers/GaController.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index b1e42db..83a8cc0 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -78,6 +78,7 @@ class GaController extends CrudResourceController { $response = $analytics->reports->batchGet($body); + /** @var \Google_Service_AnalyticsReporting_Report $report */ $report = $response->getReports(); $data = $response->getModelData; -- libgit2 0.21.4