diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index 7fb240e..cd73bf7 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -78,7 +78,7 @@ class GaController extends CrudResourceController { $response = $analytics->reports->batchGet($body); - $response = $response->modelData; + $response = $response->getModelData; $obj = $response->toSimpleObject(); $obj = $obj->reports[0]['data']['rows']; -- libgit2 0.21.4