summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/DefaultAuthenticationFailureHandler.php
diff options
context:
space:
mode:
authorJordi Boggiano <j.boggiano@seld.be>2013-01-09 10:41:17 +0100
committerJordi Boggiano <j.boggiano@seld.be>2013-01-09 10:52:29 +0100
commitf2c1575e23072ee8c25fd1c0cb2cb2d6a109a455 (patch)
tree5569ba54393bd947e8200d44b91213f01c0fae75 /Http/Authentication/DefaultAuthenticationFailureHandler.php
parentdb8e5edc6840381ceabd3c29d8132f76c212189f (diff)
downloadsymfony-security-f2c1575e23072ee8c25fd1c0cb2cb2d6a109a455.zip
symfony-security-f2c1575e23072ee8c25fd1c0cb2cb2d6a109a455.tar.gz
symfony-security-f2c1575e23072ee8c25fd1c0cb2cb2d6a109a455.tar.bz2
Remove use of deprecated HttpKernel LoggerInterface
Diffstat (limited to 'Http/Authentication/DefaultAuthenticationFailureHandler.php')
-rw-r--r--Http/Authentication/DefaultAuthenticationFailureHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Authentication/DefaultAuthenticationFailureHandler.php b/Http/Authentication/DefaultAuthenticationFailureHandler.php
index d543745..64f84f0 100644
--- a/Http/Authentication/DefaultAuthenticationFailureHandler.php
+++ b/Http/Authentication/DefaultAuthenticationFailureHandler.php
@@ -13,7 +13,7 @@ namespace Symfony\Component\Security\Http\Authentication;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpKernel\HttpKernelInterface;
-use Symfony\Component\HttpKernel\Log\LoggerInterface;
+use Psr\Log\LoggerInterface;
use Symfony\Component\Security\Core\Exception\AuthenticationException;
use Symfony\Component\Security\Core\SecurityContextInterface;
use Symfony\Component\Security\Http\HttpUtils;