From 74b2bbe8b48c572253f35d558c754e404bf548e6 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 18:46:36 +0200 Subject: [PATCH] create response --- 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 04b1d96..27216eb 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -61,6 +61,7 @@ class GaController extends CrudResourceController { $response = $analytics->reports->batchGet( $body ); } + return json_encode($response); return $this->createResourceResponse($response); -- libgit2 0.21.4