Skip to content

Commit 3c2c5fc

Browse files
committed
bug #3435 Update custom_password_authenticator.rst (boardyuk)
This PR was merged into the 2.4 branch. Discussion ---------- Update custom_password_authenticator.rst Fixed TokenInterface use statement which was causing a "FatalErrorException: Compile Error:" to occur Commits ------- 4101d9b Update custom_password_authenticator.rst
2 parents 6b3c424 + 4101d9b commit 3c2c5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/security/custom_password_authenticator.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the user::
2525

2626
use Symfony\Component\HttpFoundation\Request;
2727
use Symfony\Component\Security\Core\Authentication\SimpleFormAuthenticatorInterface;
28-
use Symfony\Component\Security\Core\Authentication\TokenInterface;
28+
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
2929
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
3030
use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface;
3131
use Symfony\Component\Security\Core\Exception\AuthenticationException;

0 commit comments

Comments
 (0)