File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ use ApiPlatform\Core\DataProvider\ItemDataProviderInterface;
201
201
use ApiPlatform\C ore\D ataProvider\R estrictedDataProviderInterface;
202
202
use ApiPlatform\C ore\E xception\R esourceClassNotSupportedException;
203
203
use App\E ntity\B logPost;
204
- use Doctrine\C ommon \ P ersistence\M anagerRegistry;
204
+ use Doctrine\P ersistence\M anagerRegistry;
205
205
206
206
final class BlogPostItemDataProvider implements ItemDataProviderInterface, RestrictedDataProviderInterface
207
207
{
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ namespace App\Repository;
434
434
435
435
use App\E ntity\B ook;
436
436
use Doctrine\B undle\D octrineBundle\R epository\S erviceEntityRepository;
437
- use Doctrine\C ommon \ P ersistence\M anagerRegistry;
437
+ use Doctrine\P ersistence\M anagerRegistry;
438
438
use Symfony\C omponent\S ecurity\C ore\A uthentication\T oken\S torage\T okenStorageInterface;
439
439
use Doctrine\O RM\T ools\P agination\P aginator as DoctrinePaginator;
440
440
use ApiPlatform\C ore\B ridge\D octrine\O rm\P aginator;
You can’t perform that action at this time.
0 commit comments