Skip to content

Commit

Permalink
style: newline
Browse files Browse the repository at this point in the history
  • Loading branch information
audunru committed Aug 25, 2024
1 parent 44e6101 commit d82a6b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Traits/FindsAndCreatesUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ private function createUser(string $provider, ProviderUser $providerUser): User
'name' => $providerUser->getName(),
]);


$socialAccount = $this->makeSocialAccount($provider, $providerUser->getId());
$user->addSocialAccount($socialAccount);

Expand Down

0 comments on commit d82a6b3

Please sign in to comment.