Skip to content

Commit

Permalink
Merge pull request #253 from BitBagCommerce/internal/remove-final-fro…
Browse files Browse the repository at this point in the history
…m-wishlist-repository

Remove final from WishlistRepository
  • Loading branch information
liszkapawel authored May 20, 2024
2 parents f02f2c1 + 26387a6 commit 26c5b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/WishlistRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Sylius\Component\Core\Model\ChannelInterface;
use Sylius\Component\Core\Model\ShopUserInterface;

final class WishlistRepository extends EntityRepository implements WishlistRepositoryInterface
class WishlistRepository extends EntityRepository implements WishlistRepositoryInterface
{
public function findOneByShopUser(ShopUserInterface $shopUser): ?WishlistInterface
{
Expand Down

0 comments on commit 26c5b56

Please sign in to comment.