Commit e7dd4b8cb2a647b295cb906bd9771b9c918ae8c8

Authored by Alex Savenko
1 parent d6249d66

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   -
  64 + return var_dump($response);
65 65 return $this->createArrayResponse($response, 'data');
66 66  
67 67 }
... ...