Completed
Pull Request — master (#6)
by Dima
11:02 queued 04:24
created
src/Generator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace samsoncms\api;
9 9
 
10 10
 use samson\activerecord\dbMySQLConnector;
11
-use samson\cms\CMSMaterial;
12 11
 use samsoncms\api\query\Generic;
13 12
 use samsonframework\orm\DatabaseInterface;
14 13
 
Please login to merge, or discard this patch.
src/CMS.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 require('generated/Structure.php');
9 9
 require('generated/StructureField.php');
10 10
 
11
-use samsonframework\core\RequestInterface;
12 11
 use samsonframework\core\ResourcesInterface;
13 12
 use samsonframework\core\SystemInterface;
14 13
 use samson\activerecord\TableRelation;
Please login to merge, or discard this patch.
src/Gallery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 namespace samsoncms\api;
9 9
 
10
-use samson\cms\CMSGallery;
11 10
 use samsoncms\api\MaterialField;
12 11
 use samsonframework\orm\QueryInterface;
13 12
 
Please login to merge, or discard this patch.
Gallery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 namespace samsoncms\api;
9 9
 
10
-use samson\cms\CMSGallery;
11 10
 use samsoncms\api\MaterialField;
12 11
 use samsonframework\orm\QueryInterface;
13 12
 
Please login to merge, or discard this patch.