diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-10-01 16:16:42 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-10-01 16:16:42 +0200 |
commit | 5d889265454c4b094e894a14f0d9b4687fa644e1 (patch) | |
tree | d0017fc4f96bfe862426d792e0587305bb831825 | |
parent | 8969dd88b7a4c3e60cee10ad4094dcd05de62965 (diff) | |
parent | e3a08775fbfb1062167a56e3c5f606b3300d40a8 (diff) | |
download | symfony-security-5d889265454c4b094e894a14f0d9b4687fa644e1.zip symfony-security-5d889265454c4b094e894a14f0d9b4687fa644e1.tar.gz symfony-security-5d889265454c4b094e894a14f0d9b4687fa644e1.tar.bz2 |
Merge branch '2.2' into 2.3
* 2.2:
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 |