From 70cbfc318005adf60f43290d9c32b078a15e107e Mon Sep 17 00:00:00 2001 From: simpson Date: Tue, 1 Oct 2013 16:53:11 +0400 Subject: [PATCH] Fix: duplicate usage of Symfony\Component\HttpFoundation\Response --- .../Security/Http/Authorization/AccessDeniedHandlerInterface.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php b/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php index 262ccc5fbc..a5ea9db631 100644 --- a/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php +++ b/src/Symfony/Component/Security/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