From 173bc840449f9298237f673e84be0558147acb0f Mon Sep 17 00:00:00 2001 From: Bertrand GAUTHIER <bertrand.gauthier@unicaen.fr> Date: Tue, 4 Jan 2022 15:30:41 +0100 Subject: [PATCH] =?UTF-8?q?Remplacement=20d'une=20classe=20d=C3=A9pr=C3=A9?= =?UTF-8?q?ci=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UnicaenFaq/Form/Factory/FaqFormFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UnicaenFaq/Form/Factory/FaqFormFactory.php b/src/UnicaenFaq/Form/Factory/FaqFormFactory.php index a3a61d8..5c65655 100644 --- a/src/UnicaenFaq/Form/Factory/FaqFormFactory.php +++ b/src/UnicaenFaq/Form/Factory/FaqFormFactory.php @@ -2,7 +2,7 @@ namespace UnicaenFaq\Form\Factory; -use DoctrineModule\Stdlib\Hydrator\DoctrineObject; +use Doctrine\Laminas\Hydrator\DoctrineObject; use Interop\Container\ContainerInterface; use UnicaenFaq\Form\FaqForm; use Laminas\Hydrator\HydratorPluginManager; -- GitLab