attributeOptionRepository undefined variable issue fixed
This commit is contained in:
parent
fcf043ca6f
commit
2f9724e03d
|
|
@ -76,7 +76,7 @@ class Helper extends Review
|
|||
public function __construct(
|
||||
ProductModel $productModel,
|
||||
ProductRepository $productRepository,
|
||||
AttributeOptionRepository $attributeOption,
|
||||
AttributeOptionRepository $attributeOptionRepository,
|
||||
ProductFlatRepository $productFlatRepository,
|
||||
OrderBrandsRepository $orderBrandsRepository,
|
||||
ProductReviewRepository $productReviewRepository,
|
||||
|
|
|
|||
Loading…
Reference in New Issue