Archived
1
0
Fork 0

app/library/OAuth/Adapter/League.php: adding Google

This commit is contained in:
Henrik Hautakoski 2018-04-26 11:18:33 +02:00
parent fffe53c97d
commit e7f1029d62

View file

@ -15,6 +15,7 @@ class League implements AdapterInterface
protected $_providerClasses = array(
'github' => '\League\OAuth2\Client\Provider\Github',
'gitlab' => '\Omines\OAuth2\Client\Provider\Gitlab',
'google' => '\League\OAuth2\Client\Provider\Google',
);
/**