fix deprecated ObjectManager path

This commit is contained in:
Tchama 2020-09-05 15:34:34 +02:00
parent bcce10cf80
commit 9dfb622836

View File

@ -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;
/**