We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b028282 commit 4101d9bCopy full SHA for 4101d9b
cookbook/security/custom_password_authenticator.rst
@@ -25,7 +25,7 @@ the user::
25
26
use Symfony\Component\HttpFoundation\Request;
27
use Symfony\Component\Security\Core\Authentication\SimpleFormAuthenticatorInterface;
28
- use Symfony\Component\Security\Core\Authentication\TokenInterface;
+ use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
29
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
30
use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface;
31
use Symfony\Component\Security\Core\Exception\AuthenticationException;
0 commit comments