We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08e2a5 commit a5a5668Copy full SHA for a5a5668
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