Skip to content

Commit 1a90d5f

Browse files
committed
Fixed typo in src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php
1 parent c1ead85 commit 1a90d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function onAuthenticationFailure(Request $request, AuthenticationExceptio
3636
// /*
3737
// * If you would like this class to control what happens when an anonymous user accesses a
3838
// * protected page (e.g. redirect to /login), uncomment this method and make this class
39-
// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntrypointInterface.
39+
// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface.
4040
// *
4141
// * For more details, see https://symfony.com/doc/current/security/experimental_authenticators.html#configuring-the-authentication-entry-point
4242
// */

0 commit comments

Comments
 (0)