@@ -17,7 +17,6 @@ |
||
| 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,7 +24,6 @@ |
||
| 24 | 24 | use SWP\Bundle\ContentBundle\Doctrine\ArticleRepositoryInterface; |
| 25 | 25 | use SWP\Bundle\ContentBundle\Model\ArticleInterface; |
| 26 | 26 | use SWP\Bundle\ContentBundle\Model\RouteInterface; |
| 27 | -use SWP\Bundle\CoreBundle\Model\Article; |
|
| 28 | 27 | use SWP\Component\Storage\Factory\FactoryInterface; |
| 29 | 28 | use SWP\Component\Storage\Repository\RepositoryInterface; |
| 30 | 29 | |