Browse Source

ManagerRegistry from persitence

François Drouhard 3 years ago
parent
commit
955453ec2c
1 changed files with 1 additions and 1 deletions
  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)