mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	rename deprecated using path for ObjectManager
This commit is contained in:
		@@ -24,7 +24,7 @@ use Symfony\Component\OptionsResolver\OptionsResolver;
 | 
			
		||||
use Symfony\Component\Form\FormBuilderInterface;
 | 
			
		||||
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
 | 
			
		||||
use Chill\MainBundle\Templating\TranslatableStringHelper;
 | 
			
		||||
use Doctrine\Common\Persistence\ObjectManager;
 | 
			
		||||
use Doctrine\Persistence\ObjectManager;
 | 
			
		||||
use Symfony\Component\Form\FormEvents;
 | 
			
		||||
use Symfony\Component\Form\FormEvent;
 | 
			
		||||
use Chill\MainBundle\Entity\User;
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@
 | 
			
		||||
namespace Chill\MainBundle\Form\Type\DataTransformer;
 | 
			
		||||
 | 
			
		||||
use Symfony\Component\Form\DataTransformerInterface;
 | 
			
		||||
use Doctrine\Common\Persistence\ObjectManager;
 | 
			
		||||
use Doctrine\Persistence\ObjectManager;
 | 
			
		||||
use Symfony\Component\Form\Exception\TransformationFailedException;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 
 | 
			
		||||
@@ -22,7 +22,7 @@ namespace Chill\MainBundle\Form\Type\DataTransformer;
 | 
			
		||||
 | 
			
		||||
use Symfony\Component\Form\DataTransformerInterface;
 | 
			
		||||
use Symfony\Component\Form\Exception\TransformationFailedException;
 | 
			
		||||
use Doctrine\Common\Persistence\ObjectManager;
 | 
			
		||||
use Doctrine\Persistence\ObjectManager;
 | 
			
		||||
use Doctrine\Common\Collections\ArrayCollection;
 | 
			
		||||
 
 | 
			
		||||
class MultipleObjectsToIdTransformer implements DataTransformerInterface
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@
 | 
			
		||||
namespace Chill\MainBundle\Form\Type\DataTransformer;
 | 
			
		||||
 | 
			
		||||
use Symfony\Component\Form\DataTransformerInterface;
 | 
			
		||||
use Doctrine\Common\Persistence\ObjectManager;
 | 
			
		||||
use Doctrine\Persistence\ObjectManager;
 | 
			
		||||
use Symfony\Component\Form\Exception\TransformationFailedException;
 | 
			
		||||
use Chill\MainBundle\Templating\TranslatableStringHelper;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -25,7 +25,7 @@ use Symfony\Component\OptionsResolver\OptionsResolver;
 | 
			
		||||
use Symfony\Component\HttpFoundation\RequestStack;
 | 
			
		||||
use Symfony\Component\Form\FormBuilderInterface;
 | 
			
		||||
use Chill\MainBundle\Form\Type\DataTransformer\ObjectToIdTransformer;
 | 
			
		||||
use Doctrine\Common\Persistence\ObjectManager;
 | 
			
		||||
use Doctrine\Persistence\ObjectManager;
 | 
			
		||||
use Chill\MainBundle\Form\Type\Select2ChoiceType;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 
 | 
			
		||||
@@ -25,7 +25,7 @@ use Symfony\Component\OptionsResolver\OptionsResolver;
 | 
			
		||||
use Symfony\Component\HttpFoundation\RequestStack;
 | 
			
		||||
use Symfony\Component\Form\FormBuilderInterface;
 | 
			
		||||
use Chill\MainBundle\Form\Type\DataTransformer\MultipleObjectsToIdTransformer;
 | 
			
		||||
use Doctrine\Common\Persistence\ObjectManager;
 | 
			
		||||
use Doctrine\Persistence\ObjectManager;
 | 
			
		||||
use Chill\MainBundle\Form\Type\Select2ChoiceType;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user