Completed
Push — master ( e35889...138bca )
by Dmitry
11:39
created
src/grid/presenters/price/CertificatePricePresenter.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -3,12 +3,7 @@
 block discarded – undo
3 3
 namespace hipanel\modules\finance\grid\presenters\price;
4 4
 
5 5
 use hipanel\modules\finance\models\Price;
6
-use Money\Formatter\DecimalMoneyFormatter;
7
-use Money\Formatter\IntlMoneyFormatter;
8 6
 use Money\MoneyFormatter;
9
-use Yii;
10
-use yii\base\InvalidConfigException;
11
-use yii\helpers\Html;
12 7
 
13 8
 /**
14 9
  * Class CertificatePricePresenter
Please login to merge, or discard this patch.