summaryrefslogtreecommitdiffstats
path: root/Http/Firewall.php
diff options
context:
space:
mode:
Diffstat (limited to 'Http/Firewall.php')
-rw-r--r--Http/Firewall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Firewall.php b/Http/Firewall.php
index e083fdb..31c1da5 100644
--- a/Http/Firewall.php
+++ b/Http/Firewall.php
@@ -63,7 +63,7 @@ class Firewall implements EventSubscriberInterface
// initiate the listener chain
foreach ($listeners as $listener) {
- $response = $listener->handle($event);
+ $listener->handle($event);
if ($event->hasResponse()) {
break;