app/library/OAuth/Adapter/League.php: add linkedIn provider.
This commit is contained in:
parent
cd694ebbca
commit
c28f8cafa5
1 changed files with 4 additions and 3 deletions
|
|
@ -13,9 +13,10 @@ class League implements AdapterInterface
|
|||
* @var array
|
||||
*/
|
||||
protected $_providerClasses = array(
|
||||
'github' => '\League\OAuth2\Client\Provider\Github',
|
||||
'gitlab' => '\Omines\OAuth2\Client\Provider\Gitlab',
|
||||
'google' => '\League\OAuth2\Client\Provider\Google',
|
||||
'github' => '\League\OAuth2\Client\Provider\Github',
|
||||
'gitlab' => '\Omines\OAuth2\Client\Provider\Gitlab',
|
||||
'google' => '\League\OAuth2\Client\Provider\Google',
|
||||
'linkedin' => '\League\OAuth2\Client\Provider\LinkedIn',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Reference in a new issue