Completed
Push — master ( 148954...101852 )
by Andrii
06:05 queued 01:50
created
src/views/price/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 use hipanel\modules\finance\grid\PriceGridView;
4 4
 use hipanel\widgets\IndexPage;
5 5
 use hipanel\widgets\Pjax;
6
-use yii\helpers\Html;
7
-use yii\helpers\Url;
8 6
 
9 7
 $this->title = Yii::t('hipanel:finance', 'Price');
10 8
 $this->params['breadcrumbs'][] = $this->title;
Please login to merge, or discard this patch.
src/logic/bill/MonthlyQuantity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use hipanel\modules\finance\models\Bill;
7 7
 use hipanel\modules\finance\models\Charge;
8 8
 use hipanel\modules\server\models\Consumption;
9
-use hiqdev\php\units\Quantity;
10 9
 use Yii;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
src/controllers/PlanController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use hipanel\modules\finance\helpers\PriceSort;
19 19
 use hipanel\modules\finance\models\factories\PriceModelFactory;
20 20
 use hipanel\modules\finance\models\Plan;
21
-use hipanel\modules\server\models\Server;
22 21
 use hipanel\filters\EasyAccessControl;
23 22
 use hipanel\modules\finance\models\Price;
24 23
 use hipanel\modules\finance\models\TargetObject;
Please login to merge, or discard this patch.