Fixed case sensitivity typo in Bundle class
This commit is contained in:
parent
05a1e0eb13
commit
5c067d11de
|
|
@ -93,7 +93,7 @@ class Bundle extends AbstractType
|
|||
ProductRepository $productRepository,
|
||||
ProductAttributeValueRepository $attributeValueRepository,
|
||||
ProductInventoryRepository $productInventoryRepository,
|
||||
productImageRepository $productImageRepository,
|
||||
ProductImageRepository $productImageRepository,
|
||||
ProductBundleOptionRepository $productBundleOptionRepository,
|
||||
ProductBundleOptionProductRepository $productBundleOptionProductRepository,
|
||||
ProductImage $productImageHelper,
|
||||
|
|
|
|||
Loading…
Reference in New Issue