fixes for travis

This commit is contained in:
David Bomba 2019-01-25 22:14:09 +11:00
parent 17efe8f5e7
commit 985b2202a5

View File

@ -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
];