Completed
Push — master ( 3bd96a...d26825 )
by Klochok
12:58
created
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.