@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Apps\Controller\Front; |
| 4 | 4 | |
| 5 | -use Apps\ActiveRecord\Content as ContentEntity; |
|
| 6 | 5 | use Apps\ActiveRecord\Content as ContentRecord; |
| 7 | 6 | use Apps\ActiveRecord\ContentCategory; |
| 8 | 7 | use Apps\Model\Front\Content\EntityCategoryList; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Apps\Model\Front\Profile; |
| 4 | 4 | |
| 5 | 5 | use Apps\ActiveRecord\Blacklist; |
| 6 | -use Ffcms\Core\App; |
|
| 7 | 6 | use Ffcms\Core\Arch\Model; |
| 8 | 7 | use Ffcms\Core\Interfaces\iUser; |
| 9 | 8 | |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use Ffcms\Core\Exception\NotFoundException; |
| 13 | 13 | use Apps\Model\Front\Content\EntityContentRead; |
| 14 | 14 | use Ffcms\Core\Helper\HTML\SimplePagination; |
| 15 | -use Ffcms\Core\Helper\Serialize; |
|
| 16 | 15 | use Ffcms\Core\Helper\Type\Str; |
| 17 | 16 | use Suin\RSSWriter\Channel; |
| 18 | 17 | use Suin\RSSWriter\Feed; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Apps\Model\Front\Profile; |
| 4 | 4 | |
| 5 | 5 | use Apps\ActiveRecord\Blacklist; |
| 6 | -use Ffcms\Core\App; |
|
| 7 | 6 | use Ffcms\Core\Arch\Model; |
| 8 | 7 | use Ffcms\Core\Interfaces\iUser; |
| 9 | 8 | |