Skip to content

Commit 4a8f7c0

Browse files
committed
fix: error 500 in v1_get_books
1 parent a3da242 commit 4a8f7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Repository/BookRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use App\Entity\Book;
66
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
7-
use Doctrine\Common\Persistence\ManagerRegistry;
7+
use Doctrine\Persistence\ManagerRegistry;
88

99
/**
1010
* @method Book|null find($id, $lockMode = null, $lockVersion = null)

0 commit comments

Comments
 (0)