@@ -9,8 +9,6 @@ |
||
| 9 | 9 | use Core\Mapper\AdminUsersMapper; |
| 10 | 10 | use Core\Filter\AdminUserFilter; |
| 11 | 11 | use Core\Exception\FilterException; |
| 12 | -use Zend\Db\TableGateway\TableGateway; |
|
| 13 | -use Zend\Db\Sql\Predicate\Expression; |
|
| 14 | 12 | use Zend\Paginator\Adapter\DbSelect; |
| 15 | 13 | use Zend\Paginator\Paginator; |
| 16 | 14 | use Zend\Crypt\Password\Bcrypt; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | use MysqlUuid\Formats\Binary; |
| 5 | 5 | use MysqlUuid\Uuid; |
| 6 | 6 | use Core\Entity\ArticleType; |
| 7 | -use MysqlUuid\Formats\PlainString; |
|
| 8 | 7 | |
| 9 | 8 | class ArticleDiscussions extends AbstractMigration |
| 10 | 9 | { |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Zend\Db\Adapter\AdapterAwareInterface; |
| 8 | 8 | use Zend\Db\TableGateway\AbstractTableGateway; |
| 9 | 9 | use Zend\Db\Sql\Delete; |
| 10 | -use Zend\Db\Sql\Insert; |
|
| 11 | 10 | |
| 12 | 11 | /** |
| 13 | 12 | * Class ArticleMapper. |