Revert "[Security] Missing Event namespace in SwitchUserListener"

This reverts commit 0169892dcd.
This commit is contained in:
Fabien Potencier 2011-02-02 14:35:29 +01:00
parent e6dc155e89
commit 5288381f61

View File

@ -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;