diff --git a/src/Illuminate/Auth/SessionGuard.php b/src/Illuminate/Auth/SessionGuard.php index 3e559f296b54..4aede1ae6767 100644 --- a/src/Illuminate/Auth/SessionGuard.php +++ b/src/Illuminate/Auth/SessionGuard.php @@ -261,6 +261,8 @@ public function once(array $credentials = []) return true; } + $this->fireFailedEvent($this->lastAttempted, $credentials); + return false; }