summaryrefslogtreecommitdiffstats
path: root/Http/FirewallMap.php
diff options
context:
space:
mode:
Diffstat (limited to 'Http/FirewallMap.php')
-rw-r--r--Http/FirewallMap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/FirewallMap.php b/Http/FirewallMap.php
index ac2a9f9..b5d5599 100644
--- a/Http/FirewallMap.php
+++ b/Http/FirewallMap.php
@@ -4,7 +4,7 @@ namespace Symfony\Component\Security\Http;
use Symfony\Component\HttpFoundation\RequestMatcherInterface;
use Symfony\Component\HttpFoundation\Request;
-use Symfony\Component\HttpKernel\Security\Firewall\ExceptionListener;
+use Symfony\Component\Security\Http\Firewall\ExceptionListener;
/*
* This file is part of the Symfony framework.