diff options
-rw-r--r-- | Http/Firewall/ExceptionListener.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Http/Firewall/ExceptionListener.php b/Http/Firewall/ExceptionListener.php index 79e5313..0116b46 100644 --- a/Http/Firewall/ExceptionListener.php +++ b/Http/Firewall/ExceptionListener.php @@ -128,8 +128,6 @@ class ExceptionListener implements ListenerInterface $response = $event->getSubject()->handle($subRequest, HttpKernelInterface::SUB_REQUEST, true); $response->setStatusCode(403); - - return $response; } } catch (\Exception $e) { if (null !== $this->logger) { |