rename deprecated Symfony using

This commit is contained in:
2020-09-06 21:15:32 +02:00
parent 43b0bfa369
commit d8a9881e63
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ namespace Chill\PersonBundle\Form\DataTransformer;
use Symfony\Component\Form\DataTransformerInterface;
use Symfony\Component\Form\Exception\TransformationFailedException;
use Doctrine\Common\Persistence\ObjectManager;
use Doctrine\Persistence\ObjectManager;
use Chill\PersonBundle\Entity\Person;
class PersonToIdTransformer implements DataTransformerInterface