From 98c1fa8b62eb255b797a568cba4c942497f98ea5 Mon Sep 17 00:00:00 2001 From: Bertrand GAUTHIER <bertrand.gauthier@unicaen.fr> Date: Tue, 13 Jul 2021 15:47:00 +0200 Subject: [PATCH] =?UTF-8?q?COrrection=20n=C3=A9cessaire=20pour=20le=20pass?= =?UTF-8?q?a=20ge=20au=20module=20doctrine/doctrine-laminas-hydrator?= 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