]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
PSR 3
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 9 Feb 2015 21:43:06 +0000 (22:43 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 9 Feb 2015 21:43:06 +0000 (22:43 +0100)
src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php

index 1296cb1f94f4a6cb2684d8cec3e0e010003b71f8..6ffdfaf0a4e482a91749ff4081822dba74ebecfb 100644 (file)
@@ -9,7 +9,7 @@ use Symfony\Component\Security\Core\Exception\AuthenticationException;
 use Symfony\Component\Security\Core\SecurityContextInterface;
 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
 use Wallabag\CoreBundle\Security\Authentication\Token\WsseUserToken;
-use Symfony\Component\HttpKernel\Log\LoggerInterface;
+use Psr\Log\LoggerInterface;
 
 class WsseListener implements ListenerInterface
 {