Skip to content

Commit

Permalink
[WishlistBundle] make wishlist easier usable outside of CoreShop
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed May 3, 2023
1 parent 15c7452 commit 27e2efe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

namespace CoreShop\Bundle\CoreBundle\Pimcore\Repository;

use CoreShop\Component\Core\Wishlist\Repository\WishlistRepositoryInterface as BaseWishlistRepository;
use CoreShop\Component\Core\Wishlist\Repository\WishlistRepositoryInterface;
use CoreShop\Component\Customer\Model\CustomerInterface;
use CoreShop\Component\Store\Model\StoreInterface;
use CoreShop\Component\Wishlist\Model\WishlistInterface;

use CoreShop\Bundle\WishlistBundle\Pimcore\Repository\WishlistRepository as BaseWishlistRepository;
class WishlistRepository extends BaseWishlistRepository implements WishlistRepositoryInterface
{
public function findLatestByStoreAndCustomer(
Expand Down

0 comments on commit 27e2efe

Please sign in to comment.