From bee6548d7843b1799478d62b4d65c34fc6ad125f Mon Sep 17 00:00:00 2001 From: Tchama Date: Tue, 8 Sep 2020 15:42:42 +0200 Subject: [PATCH] rename deprecated using path for ObjectManager --- Form/PersonDocumentType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form/PersonDocumentType.php b/Form/PersonDocumentType.php index ffb494ec8..184bbbe33 100644 --- a/Form/PersonDocumentType.php +++ b/Form/PersonDocumentType.php @@ -15,7 +15,7 @@ use Doctrine\ORM\EntityRepository; use Chill\MainBundle\Form\Type\AppendScopeChoiceTypeTrait; use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; use Chill\MainBundle\Security\Authorization\AuthorizationHelper; -use Doctrine\Common\Persistence\ObjectManager; +use Doctrine\Persistence\ObjectManager; use Chill\MainBundle\Templating\TranslatableStringHelper; use Chill\MainBundle\Form\Type\ChillDateType; use Chill\MainBundle\Form\Type\ScopePickerType;