瀏覽代碼

[Security] Remove duplicated namespace in SwitchUserListener

ornicar 14 年之前
父節點
當前提交
5e75c66a66
共有 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;