diff --git a/src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php b/src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php index 329c3b9e5..94e49865b 100644 --- a/src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php +++ b/src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php @@ -36,7 +36,7 @@ public function onAuthenticationFailure(Request $request, AuthenticationExceptio // /* // * If you would like this class to control what happens when an anonymous user accesses a // * protected page (e.g. redirect to /login), uncomment this method and make this class -// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntrypointInterface. +// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface. // * // * For more details, see https://symfony.com/doc/current/security/experimental_authenticators.html#configuring-the-authentication-entry-point // */