]> Raphaël G. Git Repositories - userbundle/commitdiff
Add TokenInterface namespace
authorRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 10:46:00 +0000 (12:46 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 10:46:00 +0000 (12:46 +0200)
Cleanup

Checker/UserChecker.php

index 67e6b21d0ede80034461ee6bae73f04533348d9e..51b6fa98d7734a37c0811ccda899d9a555764047 100644 (file)
@@ -14,8 +14,9 @@ namespace Rapsys\UserBundle\Checker;
 use Rapsys\UserBundle\Entity\User;
 use Rapsys\UserBundle\Exception\UnactivatedException;
 
-use Symfony\Component\Security\Core\User\InMemoryUserChecker;
+use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
 use Symfony\Component\Security\Core\Exception\DisabledException;
+use Symfony\Component\Security\Core\User\InMemoryUserChecker;
 use Symfony\Component\Security\Core\User\UserInterface;
 
 /**