8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bcf46 commit 64ac34dCopy full SHA for 64ac34d
src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php
@@ -20,7 +20,7 @@
20
use Symfony\Component\Security\Core\Authentication\RememberMe\PersistentToken;
21
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
22
use Symfony\Component\Security\Core\Util\SecureRandomInterface;
23
-use Symfony\Component\HttpKernel\Log\LoggerInterface;
+use Psr\Log\LoggerInterface;
24
25
/**
26
* Concrete implementation of the RememberMeServicesInterface which needs
0 commit comments