mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
rename deprecated using path for ObjectManager
This commit is contained in:
parent
b2cbba4de8
commit
46293a9baf
@ -29,7 +29,7 @@ use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
|||||||
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
||||||
use Symfony\Component\Form\Extension\Core\Type\DateType;
|
use Symfony\Component\Form\Extension\Core\Type\DateType;
|
||||||
use Chill\MainBundle\Templating\TranslatableStringHelper;
|
use Chill\MainBundle\Templating\TranslatableStringHelper;
|
||||||
use Doctrine\Common\Persistence\ObjectManager;
|
use Doctrine\Persistence\ObjectManager;
|
||||||
use Chill\CustomFieldsBundle\Form\Type\CustomFieldType;
|
use Chill\CustomFieldsBundle\Form\Type\CustomFieldType;
|
||||||
|
|
||||||
class ReportType extends AbstractType
|
class ReportType extends AbstractType
|
||||||
@ -50,7 +50,7 @@ class ReportType extends AbstractType
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @var \Doctrine\Common\Persistence\ObjectManager
|
* @var \Doctrine\Persistence\ObjectManager
|
||||||
*/
|
*/
|
||||||
protected $om;
|
protected $om;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user