fixes for travis
This commit is contained in:
parent
17efe8f5e7
commit
985b2202a5
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class OAuth
|
|||
/** 1. Ensure user arrives on the correct provider **/
|
||||
|
||||
$query = [
|
||||
'oauth_user_id' =>$user->getId())
|
||||
'oauth_user_id' =>$user->getId(),
|
||||
'oauth_provider_id'=>$provider
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue