Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from atassumer/master
Browse files Browse the repository at this point in the history
Update Google_AdsenseService.php
  • Loading branch information
aztech-dev authored Jul 6, 2016
2 parents 54dd23b + ec7bacb commit d375b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contrib/Google_AdsenseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ public function __construct(Google_Client $client) {
}
}


if(!class_exists('Google_Account')){

class Google_Account extends Google_Model {
public $id;
Expand Down Expand Up @@ -1106,6 +1106,7 @@ public function getSubAccounts() {
return $this->subAccounts;
}
}
}

class Google_Accounts extends Google_Model {
public $etag;
Expand Down

0 comments on commit d375b00

Please sign in to comment.