rename deprecated using path for ObjectManager

This commit is contained in:
Tchama 2020-09-08 15:42:42 +02:00
parent b2cbba4de8
commit 46293a9baf

View File

@ -29,7 +29,7 @@ use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
use Symfony\Component\Form\Extension\Core\Type\DateType;
use Chill\MainBundle\Templating\TranslatableStringHelper;
use Doctrine\Common\Persistence\ObjectManager;
use Doctrine\Persistence\ObjectManager;
use Chill\CustomFieldsBundle\Form\Type\CustomFieldType;
class ReportType extends AbstractType
@ -50,7 +50,7 @@ class ReportType extends AbstractType
/**
*
* @var \Doctrine\Common\Persistence\ObjectManager
* @var \Doctrine\Persistence\ObjectManager
*/
protected $om;