Completed
Pull Request — master (#8)
by
unknown
10:45
created
src/Controller.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use samson\activerecord\groupright;
12 12
 use samsonframework\core\ResourcesInterface;
13 13
 use samsonframework\core\SystemInterface;
14
-use samsonframework\orm\Relation;
15 14
 
16 15
 /**
17 16
  * SamsonCMS security controller
Please login to merge, or discard this patch.
src/tab/Rights.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -7,11 +7,7 @@
 block discarded – undo
7 7
  */
8 8
 namespace samsoncms\app\security\tab;
9 9
 
10
-use samson\cms\Navigation;
11 10
 use samsoncms\form\tab\Generic;
12
-use samsonframework\core\RenderInterface;
13
-use samsonframework\orm\QueryInterface;
14
-use samsonframework\orm\Record;
15 11
 
16 12
 /**
17 13
  * SamsonCMS application form tab for group security rights selection
Please login to merge, or discard this patch.