Skip to content

Commit b8d8bfa

Browse files
authored
Fixing typo that could break import typing on case insentive filesystems (#799)
1 parent ab9a12a commit b8d8bfa

File tree

1 file changed

+1
-1
lines changed
  • app/code/Meta/Sales/Controller/Checkout

1 file changed

+1
-1
lines changed

app/code/Meta/Sales/Controller/Checkout/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function __construct(
132132
QuoteIdMaskFactory $quoteIdMaskFactory,
133133
AddressFactory $quoteAddressFactory,
134134
CartRepositoryInterface $quoteRepository,
135-
GuestCartitemRepository $guestCartItemRepository,
135+
GuestCartItemRepository $guestCartItemRepository,
136136
CartItemInterfaceFactory $cartItemInterfaceFactory,
137137
GuestCouponManagement $guestCouponManagement,
138138
CheckoutSession $checkoutSession,

0 commit comments

Comments
 (0)