Completed
Push — master ( d123db...236d99 )
by Dmitry
09:19
created
src/controllers/TicketController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -17,16 +17,12 @@
 block discarded – undo
17 17
 use hipanel\actions\PrepareAjaxViewAction;
18 18
 use hipanel\actions\PrepareBulkAction;
19 19
 use hipanel\actions\ProxyAction;
20
-use hipanel\actions\SearchAction;
21 20
 use hipanel\actions\SmartCreateAction;
22 21
 use hipanel\actions\SmartPerformAction;
23 22
 use hipanel\actions\SmartUpdateAction;
24 23
 use hipanel\actions\ValidateFormAction;
25 24
 use hipanel\actions\ViewAction;
26 25
 use hipanel\models\File;
27
-use hipanel\models\Ref;
28
-use hipanel\modules\client\models\Article;
29
-use hipanel\modules\client\models\ArticleSearch;
30 26
 use hipanel\modules\client\models\Client;
31 27
 use hipanel\modules\ticket\models\Thread;
32 28
 use hipanel\modules\ticket\models\ThreadSearch;
Please login to merge, or discard this patch.
src/grid/TemplateGridView.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.