diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-02-02 14:35:29 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-02-02 14:35:29 +0100 |
commit | 081067353f295422735c7eb62cb25cd9df05e1c4 (patch) | |
tree | 1e1820a6b1800e79e5bc8e513df33066a2278ee4 /Http | |
parent | 94e6cd6b888631a368bcbcdcf29e4a567dc2e756 (diff) | |
download | symfony-security-081067353f295422735c7eb62cb25cd9df05e1c4.zip symfony-security-081067353f295422735c7eb62cb25cd9df05e1c4.tar.gz symfony-security-081067353f295422735c7eb62cb25cd9df05e1c4.tar.bz2 |
Revert "[Security] Missing Event namespace in SwitchUserListener"
This reverts commit 0169892dcd7f3c5549f7dcbcf0bde9bbadcda525.
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 396b739..d8ae42d 100644 --- a/Http/Firewall/SwitchUserListener.php +++ b/Http/Firewall/SwitchUserListener.php @@ -17,7 +17,6 @@ use Symfony\Component\Security\Core\User\UserProviderInterface; use Symfony\Component\Security\Core\User\AccountCheckerInterface; use Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface; use Symfony\Component\HttpKernel\Log\LoggerInterface; -use Symfony\Component\EventDispatcher\Event; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\EventInterface; use Symfony\Component\Security\Core\Exception\AuthenticationException; |