Completed
Push — master ( e07b14...eb64f2 )
by Dmitry
29:16
created
src/controllers/BillController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -18,9 +18,6 @@
 block discarded – undo
18 18
 use hipanel\actions\SmartUpdateAction;
19 19
 use hipanel\actions\ValidateFormAction;
20 20
 use hipanel\actions\ViewAction;
21
-use hipanel\components\ApiConnectionInterface;
22
-use hipanel\helpers\ArrayHelper;
23
-use hipanel\models\Ref;
24 21
 use hipanel\modules\finance\forms\BillImportForm;
25 22
 use hipanel\modules\finance\models\Bill;
26 23
 use hipanel\modules\finance\providers\BillTypesProvider;
Please login to merge, or discard this patch.
src/grid/BillGridView.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use hipanel\grid\CurrencyColumn;
15 15
 use hipanel\grid\MainColumn;
16
-use hipanel\grid\RefColumn;
17 16
 use hipanel\helpers\Url;
18 17
 use hipanel\modules\finance\widgets\BillTypeFilter;
19 18
 use hipanel\widgets\ArraySpoiler;
Please login to merge, or discard this patch.