@@ -12,7 +12,6 @@ |
||
12 | 12 | use Webcook\Cms\SecurityBundle\Controller\PublicControllerInterface; |
13 | 13 | use Symfony\Component\HttpFoundation\Request; |
14 | 14 | use Symfony\Component\HttpFoundation\Response; |
15 | -use Symfony\Component\Security\Core\Security; |
|
16 | 15 | use Webcook\Cms\SecurityBundle\Entity\User; |
17 | 16 | use Nelmio\ApiDocBundle\Annotation\ApiDoc; |
18 | 17 | use FOS\RestBundle\Controller\Annotations\Post; |
@@ -17,8 +17,6 @@ |
||
17 | 17 | use FOS\RestBundle\Controller\Annotations\Get; |
18 | 18 | use FOS\RestBundle\Controller\Annotations\Post; |
19 | 19 | use FOS\RestBundle\Controller\Annotations\Put; |
20 | -use FOS\RestBundle\Controller\Annotations\Delete; |
|
21 | -use Doctrine\DBAL\LockMode; |
|
22 | 20 | |
23 | 21 | /** |
24 | 22 | * REST api controller - setting management. |