Преглед на файлове

ManagerRegistry from persitence

François Drouhard преди 3 години
родител
ревизия
955453ec2c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)