소스 검색

Merge remote branch 'ornicar/removeNamespaceInSwitchUserListener'

Fabien Potencier 14 년 전
부모
커밋
f990bf96ee
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php

+ 0 - 1
src/Symfony/Component/Security/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;