Standards

This commit is contained in:
Synchro 2015-11-23 23:09:18 +01:00
parent 0363a3000c
commit c86a860423
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ class PHPMailerOAuthGoogle
$this->oauthUserEmail = $UserEmail;
}
private function getProvider() {
private function getProvider()
{
return new League\OAuth2\Client\Provider\Google([
'clientId' => $this->oauthClientId,
'clientSecret' => $this->oauthClientSecret