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