Fix: duplicate usage of Symfony\Component\HttpFoundation\Response

This commit is contained in:
simpson 2013-10-01 16:53:11 +04:00 committed by Fabien Potencier
parent a2d6419762
commit 70cbfc3180
1 changed files with 0 additions and 1 deletions

View File

@ -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