Completed
Push — master ( 3bd96a...d26825 )
by Klochok
12:58
created
src/views/ip/_form.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use yii\helpers\Html;
13 13
 use yii\helpers\Url;
14 14
 use yii\web\JsExpression;
15
-use yii\web\View;
16 15
 
17 16
 $form = ActiveForm::begin([
18 17
     'id'                     => 'dynamic-form',
Please login to merge, or discard this patch.
src/grid/PrefixGridView.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@  discard block
 block discarded – undo
11 11
 namespace hipanel\modules\hosting\grid;
12 12
 
13 13
 use hipanel\grid\BoxedGridView;
14
-use hipanel\grid\DataColumn;
15 14
 use hipanel\grid\RefColumn;
16 15
 use hipanel\grid\XEditableColumn;
17 16
 use hipanel\modules\hosting\menus\PrefixActionsMenu;
@@ -19,7 +18,6 @@  discard block
 block discarded – undo
19 18
 use hiqdev\yii2\menus\grid\MenuColumn;
20 19
 use Yii;
21 20
 use yii\helpers\Html;
22
-use yii\helpers\IpHelper;
23 21
 
24 22
 class PrefixGridView extends BoxedGridView
25 23
 {
Please login to merge, or discard this patch.