From b2048c0f84954bdfe5ef24e01d0a124c6dcf3b8e Mon Sep 17 00:00:00 2001 From: Tchama Date: Sun, 6 Sep 2020 21:15:32 +0200 Subject: [PATCH] rename deprecated Symfony using --- Form/ActivityType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form/ActivityType.php b/Form/ActivityType.php index 8d1eef126..86d345c25 100644 --- a/Form/ActivityType.php +++ b/Form/ActivityType.php @@ -6,7 +6,7 @@ use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; use Chill\MainBundle\Security\Authorization\AuthorizationHelper; -use Doctrine\Common\Persistence\ObjectManager; +use Doctrine\Persistence\ObjectManager; use Chill\MainBundle\Templating\TranslatableStringHelper; use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; use Chill\MainBundle\Entity\User;