diff options
author | ornicar <thibault.duplessis@gmail.com> | 2011-03-18 12:30:09 -0700 |
---|---|---|
committer | ornicar <thibault.duplessis@gmail.com> | 2011-03-18 12:30:09 -0700 |
commit | 6d8e5688d290b3020f89e9aa0fecef94ae685482 (patch) | |
tree | f088cd41a9cf10f96c4e8651f0bee9db79823f7e /Http | |
parent | 66ddc5d30f049972a4ce9ba4b1f1c0206bd78ee9 (diff) | |
download | symfony-security-6d8e5688d290b3020f89e9aa0fecef94ae685482.zip symfony-security-6d8e5688d290b3020f89e9aa0fecef94ae685482.tar.gz symfony-security-6d8e5688d290b3020f89e9aa0fecef94ae685482.tar.bz2 |
[Security] Remove duplicated namespace in SwitchUserListener
Diffstat (limited to 'Http')
-rw-r--r-- | Http/Firewall/SwitchUserListener.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/Firewall/SwitchUserListener.php b/Http/Firewall/SwitchUserListener.php index f9219f7..5d69aa2 100644 --- a/Http/Firewall/SwitchUserListener.php +++ b/Http/Firewall/SwitchUserListener.php @@ -17,7 +17,6 @@ use Symfony\Component\Security\Core\User\UserCheckerInterface; use Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface; use Symfony\Component\HttpKernel\Log\LoggerInterface; use Symfony\Component\HttpKernel\Event\GetResponseEvent; -use Symfony\Component\HttpKernel\Events; use Symfony\Component\Security\Core\Exception\AuthenticationException; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\RedirectResponse; |