@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use hiqdev\php\billing\sale\SaleInterface; |
| 18 | 18 | use hiqdev\php\billing\sale\SaleFactoryInterface; |
| 19 | 19 | use hiqdev\php\billing\sale\SaleQuery; |
| 20 | -use hiqdev\php\billing\sale\Sale; |
|
| 21 | 20 | |
| 22 | 21 | class SaleRepository extends BaseRepository |
| 23 | 22 | { |
@@ -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; |