@@ -83,6 +83,9 @@ |
||
83 | 83 | return $this->name; |
84 | 84 | } |
85 | 85 | |
86 | + /** |
|
87 | + * @return string |
|
88 | + */ |
|
86 | 89 | public function getDescription() |
87 | 90 | { |
88 | 91 | return $this->description; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use hipanel\modules\finance\cart\AbstractCartPosition; |
15 | 15 | use hiqdev\hiart\Collection; |
16 | 16 | use hiqdev\yii2\cart\CartPositionInterface; |
17 | -use hiqdev\yii2\cart\ImmutableQuantityInterface; |
|
18 | 17 | use hiqdev\yii2\cart\Module as CartModule; |
19 | 18 | use Yii; |
20 | 19 |