Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Feb 18, 2020
1 parent 5867c7e commit 1c24ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function authenticate(TokenInterface $token)
return $token;
}

// this AccountExpiredException causes the user to be logged out
// this causes the user to be logged out
throw new AuthenticationExpiredException();
}

Expand Down

0 comments on commit 1c24ccc

Please sign in to comment.