app/library/OAuth/Adapter/League.php: adding Google
This commit is contained in:
parent
fffe53c97d
commit
e7f1029d62
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ class League implements AdapterInterface
|
||||||
protected $_providerClasses = array(
|
protected $_providerClasses = array(
|
||||||
'github' => '\League\OAuth2\Client\Provider\Github',
|
'github' => '\League\OAuth2\Client\Provider\Github',
|
||||||
'gitlab' => '\Omines\OAuth2\Client\Provider\Gitlab',
|
'gitlab' => '\Omines\OAuth2\Client\Provider\Gitlab',
|
||||||
|
'google' => '\League\OAuth2\Client\Provider\Google',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Reference in a new issue