Merge pull request #5990 from turbo124/v5-develop
Fix for missing method property
This commit is contained in:
commit
7fdbdcbf6a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class OAuth
|
|||
* @param Socialite $user
|
||||
* @return bool|\App\Models\User|\App\Libraries\App\Models\User|null
|
||||
*/
|
||||
public static function handleAuth($socialite_user)
|
||||
public static function handleAuth($socialite_user, $provider)
|
||||
{
|
||||
/** 1. Ensure user arrives on the correct provider **/
|
||||
$query = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue