From a0362bd0a6771c49b6283e03ba9a490ca9d6b4a0 Mon Sep 17 00:00:00 2001 From: Romain Guerrero Date: Wed, 13 Sep 2023 17:33:34 +0200 Subject: [PATCH] Symfony 5 : update the Event fqcn to use the new contracts namespace --- Event/FormEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Event/FormEvent.php b/Event/FormEvent.php index 1e3ac5d..d5fbc78 100644 --- a/Event/FormEvent.php +++ b/Event/FormEvent.php @@ -10,8 +10,8 @@ namespace ACSEO\Bundle\DynamicFormBundle\Event; -use Symfony\Component\EventDispatcher\Event; use Symfony\Component\Form\FormInterface; +use Symfony\Contracts\EventDispatcher\Event; /** * Class FormEvent