From 5c067d11de0c9a59cfa261e44e7124a133a26d45 Mon Sep 17 00:00:00 2001 From: Matt April Date: Fri, 29 May 2020 12:36:58 -0400 Subject: [PATCH] Fixed case sensitivity typo in Bundle class --- packages/Webkul/Product/src/Type/Bundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Product/src/Type/Bundle.php b/packages/Webkul/Product/src/Type/Bundle.php index 6f797494d..3e96cbfbd 100644 --- a/packages/Webkul/Product/src/Type/Bundle.php +++ b/packages/Webkul/Product/src/Type/Bundle.php @@ -93,7 +93,7 @@ class Bundle extends AbstractType ProductRepository $productRepository, ProductAttributeValueRepository $attributeValueRepository, ProductInventoryRepository $productInventoryRepository, - productImageRepository $productImageRepository, + ProductImageRepository $productImageRepository, ProductBundleOptionRepository $productBundleOptionRepository, ProductBundleOptionProductRepository $productBundleOptionProductRepository, ProductImage $productImageHelper,