mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
PSR 3
This commit is contained in:
parent
d29bfaf139
commit
5078e8360a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use Symfony\Component\Security\Core\Exception\AuthenticationException;
|
||||||
use Symfony\Component\Security\Core\SecurityContextInterface;
|
use Symfony\Component\Security\Core\SecurityContextInterface;
|
||||||
use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
|
use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
|
||||||
use Wallabag\CoreBundle\Security\Authentication\Token\WsseUserToken;
|
use Wallabag\CoreBundle\Security\Authentication\Token\WsseUserToken;
|
||||||
use Symfony\Component\HttpKernel\Log\LoggerInterface;
|
use Psr\Log\LoggerInterface;
|
||||||
|
|
||||||
class WsseListener implements ListenerInterface
|
class WsseListener implements ListenerInterface
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue