@@ -13,7 +13,6 @@ |
||
13 | 13 | use hiqdev\yii\DataMapper\expressions\CallExpression; |
14 | 14 | use hiqdev\yii\DataMapper\expressions\HstoreExpression; |
15 | 15 | use hiqdev\yii\DataMapper\components\EntityManagerInterface; |
16 | -use hiqdev\yii\DataMapper\query\Specification; |
|
17 | 16 | use hiqdev\yii\DataMapper\repositories\BaseRepository; |
18 | 17 | use hiqdev\php\billing\charge\Charge; |
19 | 18 | use hiqdev\php\billing\charge\ChargeFactoryInterface; |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use hiqdev\php\billing\sale\SaleFactoryInterface; |
19 | 19 | use hiqdev\php\billing\sale\SaleRepositoryInterface; |
20 | 20 | use hiqdev\php\billing\sale\SaleQuery; |
21 | -use hiqdev\php\billing\sale\Sale; |
|
22 | 21 | |
23 | 22 | class SaleRepository extends BaseRepository implements SaleRepositoryInterface |
24 | 23 | { |