Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 12, 2020
2 parents 16606ed + ef44187 commit 642cb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Security/User/EntityUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function refreshUser(UserInterface $user)

$refreshedUser = $repository->find($id);
if (null === $refreshedUser) {
throw new UsernameNotFoundException('User with id '.json_encode($id).' not found.'));
throw new UsernameNotFoundException('User with id '.json_encode($id).' not found.');
}
}

Expand Down

0 comments on commit 642cb10

Please sign in to comment.