Explorar el Código

ManagerRegistry from persitence

François Drouhard hace 3 años
padre
commit
955453ec2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Repository/GenreRepository.php

+ 1 - 1
src/Repository/GenreRepository.php

@@ -4,7 +4,7 @@ namespace App\Repository;
 
 use App\Entity\Genre;
 use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
-use Doctrine\Common\Persistence\ManagerRegistry;
+use Doctrine\Persistence\ManagerRegistry;
 
 /**
  * @method Genre|null find($id, $lockMode = null, $lockVersion = null)