diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-11-24 07:16:52 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-11-24 07:16:52 +0100 |
commit | 94dcd595f81602a94d4fd5749f5f3b1add00f3ab (patch) | |
tree | 826e24ebbce791dcbe49a3b23c57af4dce9cfc7e /Http/EntryPoint/RetryAuthenticationEntryPoint.php | |
parent | ea1310e8aa232bfa65e2cf4e3d1e280c5095fc9f (diff) | |
parent | 2214ced578aba2f05c9ceb24c1a47e3b4ef0554b (diff) | |
download | symfony-security-94dcd595f81602a94d4fd5749f5f3b1add00f3ab.zip symfony-security-94dcd595f81602a94d4fd5749f5f3b1add00f3ab.tar.gz symfony-security-94dcd595f81602a94d4fd5749f5f3b1add00f3ab.tar.bz2 |
merged 2.0
Diffstat (limited to 'Http/EntryPoint/RetryAuthenticationEntryPoint.php')
-rw-r--r-- | Http/EntryPoint/RetryAuthenticationEntryPoint.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/EntryPoint/RetryAuthenticationEntryPoint.php b/Http/EntryPoint/RetryAuthenticationEntryPoint.php index 12ba538..532601a 100644 --- a/Http/EntryPoint/RetryAuthenticationEntryPoint.php +++ b/Http/EntryPoint/RetryAuthenticationEntryPoint.php @@ -13,7 +13,6 @@ namespace Symfony\Component\Security\Http\EntryPoint; use Symfony\Component\Security\Core\Exception\AuthenticationException; use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface; -use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\Request; |