Skip to content

Commit

Permalink
#3391 Removal of config
Browse files Browse the repository at this point in the history
  • Loading branch information
riha112 committed Sep 27, 2021
1 parent 2aa9d04 commit 0dedb52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Model/Resolver/GetCartForCustomer.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class GetCartForCustomer extends CartResolver
* @param CustomizableOption $customizableOption
* @param BundleOptionDataProvider $bundleOptions
* @param Json $serializer
* @param Config $config
* @param LinkRepository $linkRepository
* @param QuoteIdToMaskedQuoteIdInterface $quoteIdToMaskedQuoteId
* @param IsInStorePickupDeliveryAvailableForCartInterface $inStorePickupDeliveryAvailableForCart
Expand All @@ -97,7 +96,6 @@ public function __construct(
CustomizableOption $customizableOption,
BundleOptionDataProvider $bundleOptions,
Json $serializer,
Config $config,
LinkRepository $linkRepository,
QuoteIdToMaskedQuoteIdInterface $quoteIdToMaskedQuoteId,
IsInStorePickupDeliveryAvailableForCartInterface $inStorePickupDeliveryAvailableForCart
Expand Down

0 comments on commit 0dedb52

Please sign in to comment.