add missing use

This commit is contained in:
Simon Vieille 2021-03-24 17:20:46 +01:00
parent 782bb147af
commit 2f1887fc71
1 changed files with 1 additions and 0 deletions

View File

@ -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.