[Security] Missing Event namespace in SwitchUserListener

This commit is contained in:
Jeremy Mikola 2011-02-01 17:03:26 -05:00 committed by Fabien Potencier
parent 2b697423b4
commit 0169892dcd

View File

@ -17,6 +17,7 @@ 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;