8000 Fix merge · symfony/symfony@f3d6bbf · GitHub
[go: up one dir, main page]

Skip to content

Commit f3d6bbf

Browse files
Fix merge
1 parent 7617492 commit f3d6bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/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)
0