@@ -17,7 +17,6 @@ |
||
17 | 17 | namespace SWP\Bundle\CoreBundle\Controller; |
18 | 18 | |
19 | 19 | use Nelmio\ApiDocBundle\Annotation\Operation; |
20 | -use Nelmio\ApiDocBundle\Annotation\Model; |
|
21 | 20 | use Swagger\Annotations as SWG; |
22 | 21 | use Symfony\Component\Routing\Annotation\Route; |
23 | 22 | use SWP\Bundle\ContentBundle\ArticleEvents; |
@@ -17,7 +17,6 @@ |
||
17 | 17 | namespace SWP\Bundle\CoreBundle\Controller; |
18 | 18 | |
19 | 19 | use Nelmio\ApiDocBundle\Annotation\Operation; |
20 | -use Nelmio\ApiDocBundle\Annotation\Model; |
|
21 | 20 | use Swagger\Annotations as SWG; |
22 | 21 | use SWP\Bundle\CoreBundle\Model\PackageInterface; |
23 | 22 | use SWP\Bundle\CoreBundle\Model\RelatedArticleList; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | |
7 | 7 | use Doctrine\Common\Persistence\ObjectManager; |
8 | 8 | use Nelmio\ApiDocBundle\Annotation\Operation; |
9 | -use Nelmio\ApiDocBundle\Annotation\Model; |
|
10 | 9 | use Swagger\Annotations as SWG; |
11 | 10 | use SWP\Bundle\CoreBundle\Service\SeoImageUploaderInterface; |
12 | 11 | use SWP\Bundle\SeoBundle\Form\Type\SeoMetadataType; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace SWP\Bundle\CoreBundle\Controller; |
16 | 16 | |
17 | 17 | use Nelmio\ApiDocBundle\Annotation\Operation; |
18 | -use Nelmio\ApiDocBundle\Annotation\Model; |
|
19 | 18 | use Swagger\Annotations as SWG; |
20 | 19 | use Symfony\Component\Routing\Annotation\Route; |
21 | 20 | use SWP\Bundle\ContentBundle\Model\ArticleInterface; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace SWP\Bundle\CoreBundle\Controller; |
16 | 16 | |
17 | 17 | use Nelmio\ApiDocBundle\Annotation\Operation; |
18 | -use Nelmio\ApiDocBundle\Annotation\Model; |
|
19 | 18 | use Swagger\Annotations as SWG; |
20 | 19 | use Symfony\Component\Routing\Annotation\Route; |
21 | 20 | use SWP\Bundle\ContentBundle\Model\SlideshowInterface; |
@@ -17,7 +17,6 @@ |
||
17 | 17 | namespace SWP\Bundle\CoreBundle\Controller; |
18 | 18 | |
19 | 19 | use Nelmio\ApiDocBundle\Annotation\Operation; |
20 | -use Nelmio\ApiDocBundle\Annotation\Model; |
|
21 | 20 | use Swagger\Annotations as SWG; |
22 | 21 | use Symfony\Component\Routing\Annotation\Route; |
23 | 22 | use SWP\Bundle\CoreBundle\Model\UserInterface; |
@@ -17,14 +17,12 @@ |
||
17 | 17 | use Knp\Component\Pager\Pagination\SlidingPagination; |
18 | 18 | use SWP\Bundle\CoreBundle\Form\Type\ThemeInstallType; |
19 | 19 | use SWP\Bundle\CoreBundle\Form\Type\ThemeUploadType; |
20 | -use SWP\Bundle\CoreBundle\Model\Tenant; |
|
21 | 20 | use SWP\Bundle\CoreBundle\Model\TenantInterface; |
22 | 21 | use SWP\Bundle\CoreBundle\Theme\Helper\ThemeHelper; |
23 | 22 | use SWP\Component\Common\Response\ResponseContext; |
24 | 23 | use SWP\Component\Common\Response\SingleResourceResponse; |
25 | 24 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
26 | 25 | use Nelmio\ApiDocBundle\Annotation\Operation; |
27 | -use Nelmio\ApiDocBundle\Annotation\Model; |
|
28 | 26 | use Swagger\Annotations as SWG; |
29 | 27 | use Symfony\Component\Routing\Annotation\Route; |
30 | 28 | use SWP\Component\Common\Response\ResourcesListResponse; |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use SWP\Component\Common\Response\SingleResourceResponse; |
25 | 25 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
26 | 26 | use Nelmio\ApiDocBundle\Annotation\Operation; |
27 | -use Nelmio\ApiDocBundle\Annotation\Model; |
|
28 | 27 | use Swagger\Annotations as SWG; |
29 | 28 | use Symfony\Component\HttpFoundation\Request; |
30 | 29 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use FOS\UserBundle\FOSUserEvents; |
22 | 22 | use FOS\UserBundle\Model\UserManagerInterface; |
23 | 23 | use Nelmio\ApiDocBundle\Annotation\Operation; |
24 | -use Nelmio\ApiDocBundle\Annotation\Model; |
|
25 | 24 | use Swagger\Annotations as SWG; |
26 | 25 | use SWP\Bundle\UserBundle\Form\Type\ProfileFormType; |
27 | 26 | use SWP\Bundle\UserBundle\Model\UserInterface; |