Commit 2e4722471b2f04d43645a02bda7630a696f2c6a3

Authored by Alex Savenko
1 parent 11677459

ga output

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -78,6 +78,7 @@ class GaController extends CrudResourceController {
78 78  
79 79 $response = $analytics->reports->batchGet($body);
80 80  
  81 + /** @var \Google_Service_AnalyticsReporting_Report $report */
81 82 $report = $response->getReports();
82 83  
83 84 $data = $response->getModelData;
... ...