@@ -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; |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace hiqdev\yii2\cart; |
4 | 4 | |
5 | 5 | use hipanel\modules\finance\logic\Calculator; |
6 | -use yii\base\Widget; |
|
7 | 6 | use hiqdev\yii2\cart\ShoppingCart; |
8 | 7 | use hiqdev\yii2\cart\CartPositionInterface; |
9 | -use Yii; |
|
10 | 8 | |
11 | 9 | abstract class RelatedPosition implements RelatedPositionInterface |
12 | 10 | { |