Completed
Push — master ( 228148...182bca )
by Andrii
06:39
created
src/models/Answer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace hipanel\modules\ticket\models;
13 13
 
14 14
 use Yii;
15
-use yii\helpers\Html as Html;
16 15
 
17 16
 /**
18 17
  * Class Ticket.
Please login to merge, or discard this patch.
src/models/Thread.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use hipanel\grid\SwitchColumn;
22 22
 use hipanel\modules\client\grid\ClientColumn;
23 23
 use Yii;
24
-use yii\helpers\Html;
25 24
 
26 25
 class TemplateGridView extends \hipanel\grid\BoxedGridView
27 26
 {
Please login to merge, or discard this patch.