@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace AppBundle\Controller; |
4 | 4 | |
5 | 5 | use AppBundle\Controller\Infrastructure\RestController; |
6 | -use AppBundle\Entity\Repository\UserRepository; |
|
7 | 6 | use AppBundle\Entity\User; |
8 | 7 | use AppBundle\Response\ApiError; |
9 | 8 | use AppBundle\Response\ApiResponse; |
@@ -10,7 +10,6 @@ discard block |
||
10 | 10 | use AppBundle\Entity\Repository\BandRepository; |
11 | 11 | use AppBundle\Entity\User; |
12 | 12 | use AppBundle\Form\Ambassador\BandFormType; |
13 | -use AppBundle\Form\FormOptions; |
|
14 | 13 | use AppBundle\Response\ApiValidationError; |
15 | 14 | use AppBundle\Response\CreatedApiResponse; |
16 | 15 | use AppBundle\Response\EmptyApiResponse; |
@@ -28,7 +27,6 @@ discard block |
||
28 | 27 | use Symfony\Component\Form\FormInterface; |
29 | 28 | use Symfony\Component\HttpFoundation\Request; |
30 | 29 | use Symfony\Component\HttpFoundation\Response; |
31 | -use Symfony\Component\Validator\Constraints as Assert; |
|
32 | 30 | |
33 | 31 | /** |
34 | 32 | * @author Vehsamrak |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use AppBundle\Entity\Infrasctucture\AbstractRepository; |
6 | 6 | use AppBundle\Enum\ApiOperation; |
7 | 7 | use AppBundle\Exception\EntityNotFoundException; |
8 | -use AppBundle\Form\FormOptions; |
|
9 | 8 | use AppBundle\Response\ApiError; |
10 | 9 | use AppBundle\Response\ApiResponse; |
11 | 10 | use AppBundle\Response\CollectionApiResponse; |