diff options
author | simpson <simpsonwork@gmail.com> | 2013-10-01 16:53:11 +0400 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-10-01 16:15:07 +0200 |
commit | e3a08775fbfb1062167a56e3c5f606b3300d40a8 (patch) | |
tree | b324b29fcb9ad2eb23b9dbd98cb9ff57940bc2f7 | |
parent | 974b6da0d0f1f602f80280604eff38a829c23814 (diff) | |
download | symfony-security-e3a08775fbfb1062167a56e3c5f606b3300d40a8.zip symfony-security-e3a08775fbfb1062167a56e3c5f606b3300d40a8.tar.gz symfony-security-e3a08775fbfb1062167a56e3c5f606b3300d40a8.tar.bz2 |
Fix: duplicate usage of Symfony\Component\HttpFoundation\Response
-rw-r--r-- | Http/Authorization/AccessDeniedHandlerInterface.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/Authorization/AccessDeniedHandlerInterface.php b/Http/Authorization/AccessDeniedHandlerInterface.php index 262ccc5..a5ea9db 100644 --- a/Http/Authorization/AccessDeniedHandlerInterface.php +++ b/Http/Authorization/AccessDeniedHandlerInterface.php @@ -14,7 +14,6 @@ namespace Symfony\Component\Security\Http\Authorization; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Security\Core\Exception\AccessDeniedException; -use Symfony\Component\HttpFoundation\Response; /** * This is used by the ExceptionListener to translate an AccessDeniedException |