diff --git a/src/EventSubscriber/LogoutSubscriber.php b/src/EventSubscriber/LogoutSubscriber.php deleted file mode 100644 index a790f3b..0000000 --- a/src/EventSubscriber/LogoutSubscriber.php +++ /dev/null @@ -1,25 +0,0 @@ - 'onKernelResponse', - ]; - } - - public function onKernelResponse($event): void - { -// // This method can be used to perform actions after a logout response is sent. -// // For example, you could log the logout event or clear session data. -// -//// Example: Log the logout event -// $logger = $this->container->get('logger'); -// $logger->info('User logged out successfully.'); - } -} \ No newline at end of file