Skip to content

Commit

Permalink
Improve: add fire failed event at once (#54376)
Browse files Browse the repository at this point in the history
Co-authored-by: cesar molina <[email protected]>
  • Loading branch information
cesarMtorres and cesar molina authored Jan 27, 2025
1 parent 13c3913 commit 8d2c225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Auth/SessionGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ public function once(array $credentials = [])
return true;
}

$this->fireFailedEvent($this->lastAttempted, $credentials);

return false;
}

Expand Down

0 comments on commit 8d2c225

Please sign in to comment.