@@ -2,7 +2,6 @@ |
||
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; |
@@ -11,7 +11,6 @@ |
||
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 | { |