Skip to content

Commit

Permalink
Feat/wishlists sync (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
synicko authored Feb 27, 2023
1 parent 0f8edff commit 8d11408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/WishlistDataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(
WishlistRepository $wishlistRepository,
WishlistProductRepository $wishlistProductRepository,
WishlistDecorator $wishlistDecorator,
ArrayFormatter $arrayFormatter,
ArrayFormatter $arrayFormatter
) {
$this->context = $context;
$this->wishlistRepository = $wishlistRepository;
Expand Down

0 comments on commit 8d11408

Please sign in to comment.