Commit 4a3a15fe7c695006be17afc144b920734a3b0e59
1 parent
e7dd4b8c
var_dump
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/GaController.php
... | ... | @@ -61,7 +61,7 @@ class GaController extends CrudResourceController { |
61 | 61 | $response = $analytics->reports->batchGet( $body ); |
62 | 62 | } |
63 | 63 | |
64 | - return var_dump($response); | |
64 | + return var_dump($response->getReports()); | |
65 | 65 | return $this->createArrayResponse($response, 'data'); |
66 | 66 | |
67 | 67 | } | ... | ... |