This commit is contained in:
Nicolas Lœuillet 2015-02-09 22:43:06 +01:00
parent d29bfaf139
commit 5078e8360a

View 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
{