From 52fd2b3a4254fc3e2de69a3d2f2b0b5d463726fc Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Sat, 8 Feb 2025 00:29:56 +0100 Subject: [PATCH] remove comments --- src/Security/AdminPanelAuthenticator.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Security/AdminPanelAuthenticator.php b/src/Security/AdminPanelAuthenticator.php index 09a18ad..afec9d5 100644 --- a/src/Security/AdminPanelAuthenticator.php +++ b/src/Security/AdminPanelAuthenticator.php @@ -42,15 +42,4 @@ class AdminPanelAuthenticator extends AbstractAuthenticator { return null; } - - // public function start(Request $request, ?AuthenticationException $authException = null): Response - // { - // /* - // * 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. - // * - // * For more details, see https://symfony.com/doc/current/security/experimental_authenticators.html#configuring-the-authentication-entry-point - // */ - // } }