Completed
Push — master ( f70b87...6ca379 )
by Andrii
14:05
created
src/views/ip/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 use hipanel\modules\hosting\grid\ServiceGridView;
9
-use hipanel\widgets\ActionBox;
10 9
 use hipanel\widgets\IndexLayoutSwitcher;
11 10
 use hipanel\widgets\IndexPage;
12 11
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.
src/views/mail/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 use hipanel\modules\hosting\grid\ServiceGridView;
9
-use hipanel\widgets\ActionBox;
10 9
 use hipanel\widgets\IndexLayoutSwitcher;
11 10
 use hipanel\widgets\IndexPage;
12 11
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.
src/grid/HdomainGridView.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use hipanel\grid\ActionColumn;
15 15
 use hipanel\grid\MainColumn;
16 16
 use hipanel\grid\RefColumn;
17
-use hipanel\grid\XEditableColumn;
18 17
 use hipanel\helpers\Url;
19 18
 use hipanel\modules\hosting\widgets\backup\BackupGridRow;
20 19
 use hipanel\modules\hosting\widgets\hdomain\State;
Please login to merge, or discard this patch.
src/widgets/backup/BackupGridRow.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace hipanel\modules\hosting\widgets\backup;
13 13
 
14
-use hipanel\modules\hosting\models\Backuping;
15 14
 use hipanel\modules\hosting\models\Hdomain;
16 15
 use Yii;
17 16
 use yii\base\Widget;
Please login to merge, or discard this patch.