Skip to content

Commit

Permalink
Fix non-existent method call in ResetAction
Browse files Browse the repository at this point in the history
  • Loading branch information
ofetisov authored and greg0ire committed Oct 4, 2019
1 parent 3b3289a commit dfb29e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Action/ResetAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function __invoke(Request $request, $token): Response
} catch (AccountStatusException $ex) {
// We simply do not authenticate users which do not pass the user
// checker (not enabled, expired, etc.).
$this->getLogger()->warning(sprintf(
$this->logger->warning(sprintf(
'Unable to login user %d after password reset',
$user->getId()
), ['exception' => $ex]);
Expand Down

0 comments on commit dfb29e8

Please sign in to comment.