From 288dd147a2bdd34acec83bb830f54314494b7cbb Mon Sep 17 00:00:00 2001 From: Kamil Kuzminski Date: Mon, 9 Dec 2024 12:32:44 +0100 Subject: [PATCH] CS --- src/Controller/FrontendModule/LostPasswordController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Controller/FrontendModule/LostPasswordController.php b/src/Controller/FrontendModule/LostPasswordController.php index 7c9b696..fd63ff7 100644 --- a/src/Controller/FrontendModule/LostPasswordController.php +++ b/src/Controller/FrontendModule/LostPasswordController.php @@ -12,7 +12,6 @@ use Contao\PageModel; use Contao\System; use Symfony\Component\HttpFoundation\Response; -use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Terminal42\NotificationCenterBundle\Legacy\LostPasswordModule; use Terminal42\NotificationCenterBundle\NotificationCenter; use Terminal42\NotificationCenterBundle\Receipt\Receipt;