From a4afb24ffe73d1397f718aed02a4baca9a00c728 Mon Sep 17 00:00:00 2001 From: Oliver Tischlinger Date: Thu, 10 Jul 2014 17:46:51 +0200 Subject: [PATCH] Changed extended class from Google_Collection to Google_Model Google_Service_Analytics_GaData is no Google_Collection if the $collection_key does not exists. --- src/Google/Service/Analytics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Google/Service/Analytics.php b/src/Google/Service/Analytics.php index fc23db2fa..af737ed62 100644 --- a/src/Google/Service/Analytics.php +++ b/src/Google/Service/Analytics.php @@ -6459,7 +6459,7 @@ public function getUsername() } } -class Google_Service_Analytics_GaData extends Google_Collection +class Google_Service_Analytics_GaData extends Google_Model { protected $columnHeadersType = 'Google_Service_Analytics_GaDataColumnHeaders'; protected $columnHeadersDataType = 'array';