Completed
Push — master ( 1e5eab...6a1cd3 )
by Andrii
10:30
created
src/controllers/BillController.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -12,9 +12,7 @@  discard block
 block discarded – undo
12 12
 
13 13
 use hipanel\actions\IndexAction;
14 14
 use hipanel\actions\RedirectAction;
15
-use hipanel\actions\SmartCreateAction;
16 15
 use hipanel\actions\SmartDeleteAction;
17
-use hipanel\actions\SmartPerformAction;
18 16
 use hipanel\actions\SmartUpdateAction;
19 17
 use hipanel\actions\ValidateFormAction;
20 18
 use hipanel\actions\ViewAction;
@@ -25,16 +23,11 @@  discard block
 block discarded – undo
25 23
 use hipanel\modules\finance\forms\BillImportForm;
26 24
 use hipanel\modules\finance\forms\CurrencyExchangeForm;
27 25
 use hipanel\modules\finance\models\Bill;
28
-use hipanel\modules\finance\models\BillSearch;
29
-use hipanel\modules\finance\models\Charge;
30
-use hipanel\modules\finance\models\ChargeSearch;
31 26
 use hipanel\modules\finance\models\ExchangeRate;
32 27
 use hipanel\modules\finance\providers\BillTypesProvider;
33
-use hiqdev\hiart\ActiveDataProvider;
34 28
 use Yii;
35 29
 use yii\base\Event;
36 30
 use yii\base\Module;
37
-use yii\data\ArrayDataProvider;
38 31
 
39 32
 class BillController extends \hipanel\base\CrudController
40 33
 {
Please login to merge, or discard this patch.