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;