@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use App\Genres\Entity\Genre; |
| 6 | 6 | use App\Movies\Entity\Movie; |
| 7 | -use App\Movies\Repository\MovieRepository; |
|
| 8 | 7 | use Doctrine\DBAL\Exception\UniqueConstraintViolationException; |
| 9 | 8 | use Doctrine\ORM\EntityManager; |
| 10 | 9 | use Doctrine\ORM\EntityManagerInterface; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use App\Controller\BaseController; |
| 6 | 6 | use App\Movies\Entity\Movie; |
| 7 | 7 | use App\Movies\EventListener\AddRecommendationProcessor; |
| 8 | -use App\Movies\Pagination\MovieCollection; |
|
| 9 | 8 | use App\Movies\Repository\MovieRecommendationRepository; |
| 10 | 9 | use App\Movies\Repository\MovieRepository; |
| 11 | 10 | use App\Movies\Request\CreateMovieRequest; |