From 2f1887fc714874e55e3a3aa377681a9e4525c00d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 24 Mar 2021 17:20:46 +0100 Subject: [PATCH] add missing use --- core/EventSuscriber/Account/PasswordRequestEventSubscriber.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/EventSuscriber/Account/PasswordRequestEventSubscriber.php b/core/EventSuscriber/Account/PasswordRequestEventSubscriber.php index 5799abb..70e0c47 100644 --- a/core/EventSuscriber/Account/PasswordRequestEventSubscriber.php +++ b/core/EventSuscriber/Account/PasswordRequestEventSubscriber.php @@ -8,6 +8,7 @@ use App\Core\Notification\MailNotifier; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface; +use Symfony\Contracts\Translation\TranslatorInterface; /** * class EventListener.