Completed
Push — master ( dbaf03...a19a70 )
by Andrii
14:13
created
src/models/Price.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace hiqdev\billing\hiapi\models;
4 4
 
5
-use hiqdev\php\billing\AbstractPrice as Entity;
6 5
 use hiqdev\php\units\Quantity;
7 6
 use Money\Money;
8 7
 use yii\db\ActiveRecord;
Please login to merge, or discard this patch.
src/plan/PlanRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use hiqdev\php\billing\action\ActionInterface;
12 12
 use hiqdev\php\billing\order\OrderInterface;
13 13
 use Yii;
14
-use yii\db\Query;
15 14
 
16 15
 class PlanRepository extends BaseRepository implements PlanRepositoryInterface
17 16
 {
Please login to merge, or discard this patch.