Skip to content

Commit

Permalink
Merge pull request #6 from henirk/patch-1
Browse files Browse the repository at this point in the history
Update HandlesSocialRequests.php
  • Loading branch information
rennokki authored Aug 19, 2020
2 parents 6cb42a9 + 9d19bbe commit 5411a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/HandlesSocialRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ protected function updateSocialInstance(Request $request, $provider, $model, $pr

$social->update(
$this->getSocialData(
$request, $provider, $model, $providerUser,
$request, $provider, $model, $providerUser
)
);

Expand Down

0 comments on commit 5411a4d

Please sign in to comment.