Completed
Push — master ( 28fa4e...427738 )
by Klochok
14:45
created
src/controllers/AccountController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace hipanel\modules\hosting\controllers;
18 18
 
19 19
 use hipanel\actions\IndexAction;
20
-use hipanel\actions\OrientationAction;
21 20
 use hipanel\actions\PrepareBulkAction;
22 21
 use hipanel\actions\RedirectAction;
23 22
 use hipanel\actions\SearchAction;
Please login to merge, or discard this patch.
src/controllers/CrontabController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace hipanel\modules\hosting\controllers;
18 18
 
19 19
 use hipanel\actions\IndexAction;
20
-use hipanel\actions\OrientationAction;
21 20
 use hipanel\actions\SmartUpdateAction;
22 21
 use hipanel\actions\ValidateFormAction;
23 22
 use hipanel\actions\ViewAction;
Please login to merge, or discard this patch.
src/controllers/HdomainController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use hipanel\actions\ComboSearchAction;
14 14
 use hipanel\actions\IndexAction;
15
-use hipanel\actions\OrientationAction;
16 15
 use hipanel\actions\PrepareBulkAction;
17 16
 use hipanel\actions\RedirectAction;
18 17
 use hipanel\actions\SmartCreateAction;
Please login to merge, or discard this patch.
src/controllers/IpController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace hipanel\modules\hosting\controllers;
12 12
 
13 13
 use hipanel\actions\IndexAction;
14
-use hipanel\actions\OrientationAction;
15 14
 use hipanel\actions\SearchAction;
16 15
 use hipanel\actions\SmartCreateAction;
17 16
 use hipanel\actions\SmartDeleteAction;
Please login to merge, or discard this patch.
src/controllers/RequestController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace hipanel\modules\hosting\controllers;
18 18
 
19 19
 use hipanel\actions\IndexAction;
20
-use hipanel\actions\OrientationAction;
21 20
 use hipanel\actions\SmartDeleteAction;
22 21
 use hipanel\actions\ViewAction;
23 22
 use Yii;
Please login to merge, or discard this patch.
src/controllers/ServiceController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 use hipanel\actions\Action;
20 20
 use hipanel\actions\IndexAction;
21
-use hipanel\actions\OrientationAction;
22 21
 use hipanel\actions\SmartCreateAction;
23 22
 use hipanel\actions\SmartUpdateAction;
24 23
 use hipanel\actions\ValidateFormAction;
Please login to merge, or discard this patch.