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 <cmolina@promarketingchile.com>
  • Loading branch information
cesarMtorres and cesar molina authored Jan 27, 2025
1 parent 4ca3ea4 commit 494aa2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 494aa2e

Please sign in to comment.