diff options
author | Johannes M. Schmitt <schmittjoh@gmail.com> | 2011-02-01 21:59:24 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-02-02 11:31:28 +0100 |
commit | 8ae19be583eac472874c0760e075fe6e7db19359 (patch) | |
tree | 1e1820a6b1800e79e5bc8e513df33066a2278ee4 /Core/Exception | |
parent | a204c9269152bf429c366eb238d9a95ea2e8bf9b (diff) | |
download | symfony-security-8ae19be583eac472874c0760e075fe6e7db19359.zip symfony-security-8ae19be583eac472874c0760e075fe6e7db19359.tar.gz symfony-security-8ae19be583eac472874c0760e075fe6e7db19359.tar.bz2 |
[Security] bug fix in FormAuthenticationEntryPoint
Diffstat (limited to 'Core/Exception')
-rw-r--r-- | Core/Exception/NonceExpiredException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/NonceExpiredException.php b/Core/Exception/NonceExpiredException.php index 5e6a0c5..5544a63 100644 --- a/Core/Exception/NonceExpiredException.php +++ b/Core/Exception/NonceExpiredException.php @@ -12,7 +12,7 @@ namespace Symfony\Component\HttpKernel\Security\EntryPoint; use Symfony\Component\Security\Core\Exception\AuthenticationException; -use Symfony\Component\Security\Core\Authentication\EntryPoint\AuthenticationEntryPointInterface; +use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Log\LoggerInterface; |