From 9dfb6228361ed63d8d46cd50b0af8ecdbc265d09 Mon Sep 17 00:00:00 2001 From: Tchama Date: Sat, 5 Sep 2020 15:34:34 +0200 Subject: [PATCH] fix deprecated ObjectManager path --- Form/Type/Select2MaritalStatusType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form/Type/Select2MaritalStatusType.php b/Form/Type/Select2MaritalStatusType.php index ed0dcc084..0cff8ee51 100644 --- a/Form/Type/Select2MaritalStatusType.php +++ b/Form/Type/Select2MaritalStatusType.php @@ -25,7 +25,7 @@ use Symfony\Component\OptionsResolver\OptionsResolver; use Chill\MainBundle\Form\Type\DataTransformer\ObjectToIdTransformer; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\HttpFoundation\RequestStack; -use Doctrine\Common\Persistence\ObjectManager; +use Doctrine\Persistence\ObjectManager; use Chill\MainBundle\Form\Type\Select2ChoiceType; /**