Skip to content

Commit

Permalink
chore: update google scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisdom Ebong committed Jul 5, 2021
1 parent cb10806 commit a09abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function login($email = null)

$this->setAccessType('offline');

$this->setScopes(Google_Service_Gmail::GMAIL_READONLY, Google_Service_Gmail::GMAIL_SEND);
$this->setScopes([Google_Service_Gmail::GMAIL_READONLY, Google_Service_Gmail::GMAIL_SEND]);

return $this->createAuthUrl();
}
Expand Down

0 comments on commit a09abbe

Please sign in to comment.