diff --git a/Form/ReportType.php b/Form/ReportType.php index 3a0a1d6f2..d804dd6b8 100644 --- a/Form/ReportType.php +++ b/Form/ReportType.php @@ -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;