diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index 683b6b9..7517b12 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -61,7 +61,7 @@ class GaController extends CrudResourceController { $response = $analytics->reports->batchGet( $body ); } - return var_dump($response); + return var_dump($response->getReports()); return $this->createArrayResponse($response, 'data'); } -- libgit2 0.21.4