8000 [Security] fixed wrong interface · symfony/symfony@64ac34d · GitHub
[go: up one dir, main page]

Skip to content

Commit 64ac34d

Browse files
committed
[Security] fixed wrong interface
1 parent c4bcf46 commit 64ac34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
use Symfony\Component\Security\Core\Authentication\RememberMe\PersistentToken;
2121
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
2222
use Symfony\Component\Security\Core\Util\SecureRandomInterface;
23-
use Symfony\Component\HttpKernel\Log\LoggerInterface;
23+
use Psr\Log\LoggerInterface;
2424

2525
/**
2626
* Concrete implementation of the RememberMeServicesInterface which needs

0 commit comments

Comments
 (0)
0