Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit d0547f1

Browse files
Fix merge
1 parent 8c1c6ef commit d0547f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Http/Firewall/RememberMeListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function handle(GetResponseEvent $event)
9595
$this->rememberMeServices->loginFail($request);
9696

9797
if (!$this->catchExceptions) {
98-
throw $failed;
98+
throw $e;
9999
}
100100
}
101101
}

0 commit comments

Comments
 (0)