Commit 3919fa430dada1d70905f776967591bd58de47d1
1 parent
91b45094
29.06.16
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
common/modules/product/helpers/ProductHelper.php
... | ... | @@ -6,6 +6,8 @@ use common\modules\product\models\Brand; |
6 | 6 | use common\modules\product\models\Category; |
7 | 7 | use common\modules\product\models\Product; |
8 | 8 | use common\modules\product\models\ProductVariant; |
9 | +use common\modules\product\models\BrandName; | |
10 | +use common\modules\product\models\CategoryName; | |
9 | 11 | use yii\base\Object; |
10 | 12 | use Yii; |
11 | 13 | ... | ... |