Standards
This commit is contained in:
parent
0363a3000c
commit
c86a860423
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue