소스 검색

removed unecessary use statements (ExceptionEvent was also undefined namespace)

Miha Vrhovnik 14 년 전
부모
커밋
a491af873b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php

+ 0 - 2
src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php

@@ -3,9 +3,7 @@
 namespace Symfony\Component\Security\Http\Authorization;
 
 use Symfony\Component\HttpFoundation\Request;
-use Symfony\Component\HttpKernel\Event\ExceptionEvent;
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
-use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
 
 /**
  * This is used by the ExceptionListener to translate an AccessDeniedException