src/Component/Wishlist/Entity/WishlistProduct.php line 9

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace BitBag\OpenMarketplace\Component\Wishlist\Entity;
  4. use BitBag\SyliusWishlistPlugin\Entity\WishlistProduct as BaseWishlistProduct;
  5. class WishlistProduct extends BaseWishlistProduct implements WishlistProductInterface
  6. {
  7. }