@@ -10,7 +10,6 @@ |
||
10 | 10 | use App\Pagination\PaginatedCollection; |
11 | 11 | use App\Users\Entity\UserRoles; |
12 | 12 | use Doctrine\ORM\EntityManagerInterface; |
13 | -use Psr\Log\LoggerInterface; |
|
14 | 13 | use Symfony\Component\HttpFoundation\JsonResponse; |
15 | 14 | use Symfony\Component\HttpFoundation\Request; |
16 | 15 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use App\Genres\Entity\Genre; |
10 | 10 | use App\Movies\DTO\MovieDTO; |
11 | 11 | use App\Movies\DTO\MovieTranslationDTO; |
12 | -use App\Movies\Entity\MovieReview; |
|
13 | 12 | use App\Movies\Entity\MovieTMDB; |
14 | 13 | use App\Movies\Service\MovieManageService; |
15 | 14 | use Doctrine\Bundle\FixturesBundle\Fixture; |