diff --git a/security/custom_authenticator.rst b/security/custom_authenticator.rst index d3dab39c719..4b86bd219b7 100644 --- a/security/custom_authenticator.rst +++ b/security/custom_authenticator.rst @@ -319,10 +319,10 @@ and storage:: // src/Security/NormalizedUserBadge.php namespace App\Security; - use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge; + use Symfony\Component\Security\Http\Authenticator\Passport\Badge\FooBadge; use function Symfony\Component\String\u; - final class NormalizedUserBadge extends UserBadge + final class NormalizedUserBadge extends FooBadge { public function __construct(string $identifier) {