Skip to content

Commit 179651d

Browse files
author
Prabhu Ram
committed
- fixed health failures
1 parent bec680f commit 179651d

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/WishlistGraphQl/Model/Resolver/Wishlist

1 file changed

+2
-1
lines changed

app/code/Magento/WishlistGraphQl/Model/Resolver/Wishlist/AddToCart.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class AddToCart implements ResolverInterface
5959
/**
6060
* @var LocaleQuantityProcessor
6161
*/
62-
protected $quantityProcessor;
62+
private $quantityProcessor;
6363

6464
/**
6565
* @var CreateEmptyCartForCustomer
@@ -84,6 +84,7 @@ class AddToCart implements ResolverInterface
8484
* @param WishlistDataMapper $wishlistDataMapper
8585
* @param LocaleQuantityProcessor $quantityProcessor
8686
* @param CreateEmptyCartForCustomer $createEmptyCartForCustomer
87+
* @param AddProductsToCartService $addProductsToCart
8788
* @param CartItemsRequestBuilder $cartItemsRequestBuilder
8889
*/
8990
public function __construct(

0 commit comments

Comments
 (0)