@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use App\Movies\Repository\MovieRepository; |
| 7 | 7 | use App\Movies\Transformer\MovieTransformer; |
| 8 | 8 | use App\Pagination\CustomPaginatedCollection; |
| 9 | -use App\Pagination\PaginatedCollection; |
|
| 10 | 9 | use Symfony\Component\HttpFoundation\JsonResponse; |
| 11 | 10 | use Symfony\Component\HttpFoundation\Request; |
| 12 | 11 | use Symfony\Component\Routing\Annotation\Route; |
@@ -27,7 +27,6 @@ |
||
| 27 | 27 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
| 28 | 28 | use Symfony\Component\Routing\Annotation\Route; |
| 29 | 29 | use Symfony\Component\Validator\Validator\ValidatorInterface; |
| 30 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Entity; |
|
| 31 | 30 | |
| 32 | 31 | /** |
| 33 | 32 | * Class MovieController. |