We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3da242 commit 4a8f7c0Copy full SHA for 4a8f7c0
src/Repository/BookRepository.php
@@ -4,7 +4,7 @@
4
5
use App\Entity\Book;
6
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
7
-use Doctrine\Common\Persistence\ManagerRegistry;
+use Doctrine\Persistence\ManagerRegistry;
8
9
/**
10
* @method Book|null find($id, $lockMode = null, $lockVersion = null)
0 commit comments