From 0c7a542bab317ac560533863ebf0a2d2935c9390 Mon Sep 17 00:00:00 2001 From: babache Date: Sun, 9 Jan 2022 12:11:22 +0100 Subject: [PATCH] Remove duplicate line Remove line 325 : use Symfony\Component\Security\Http\Authenticator\Passport\Passport; Same 324 --- security/custom_authenticator.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/security/custom_authenticator.rst b/security/custom_authenticator.rst index 83aeee5cda7..fc2487c0caf 100644 --- a/security/custom_authenticator.rst +++ b/security/custom_authenticator.rst @@ -322,7 +322,6 @@ would initialize the passport like this:: use Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge; use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge; use Symfony\Component\Security\Http\Authenticator\Passport\Passport; - use Symfony\Component\Security\Http\Authenticator\Passport\Passport; class LoginAuthenticator extends AbstractAuthenticator {