summaryrefslogtreecommitdiffstats
path: root/Http/EntryPoint/DigestAuthenticationEntryPoint.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/EntryPoint/DigestAuthenticationEntryPoint.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/EntryPoint/DigestAuthenticationEntryPoint.php')
-rw-r--r--Http/EntryPoint/DigestAuthenticationEntryPoint.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/EntryPoint/DigestAuthenticationEntryPoint.php b/Http/EntryPoint/DigestAuthenticationEntryPoint.php
index 37fba85..1131b58 100644
--- a/Http/EntryPoint/DigestAuthenticationEntryPoint.php
+++ b/Http/EntryPoint/DigestAuthenticationEntryPoint.php
@@ -16,7 +16,7 @@ use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface
use Symfony\Component\Security\Core\Exception\NonceExpiredException;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\Request;
-use Symfony\Component\HttpKernel\Log\LoggerInterface;
+use Psr\Log\LoggerInterface;
/**
* DigestAuthenticationEntryPoint starts an HTTP Digest authentication.