Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
nasirkhan committed Jul 28, 2023
1 parent 16d061e commit 16c5aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/SocialLoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function handleProviderCallback($provider)
/**
* Return user if exists; create and return if doesn't.
*
* @param $githubUser
* @param $githubUser
* @return User
*/
private function findOrCreateUser($socialUser, $provider)
Expand Down

0 comments on commit 16c5aea

Please sign in to comment.