Skip to content

Commit

Permalink
[shopsys] rewritten Persoo bundle to Luigi's Box bundle (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik authored Feb 28, 2024
2 parents 04c5d90 + 8c71c62 commit e805f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/FeedItem/LuigisBoxProductFeedItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class LuigisBoxProductFeedItem implements FeedItemInterface
{
protected const UNIQUE_IDENTIFIER_PREFIX = 'product-';
public const UNIQUE_IDENTIFIER_PREFIX = 'product-';
protected const SMALL_IMAGE_SIZE = 100;
protected const MEDIUM_IMAGE_SIZE = 200;
protected const LARGE_IMAGE_SIZE = 600;
Expand Down

0 comments on commit e805f13

Please sign in to comment.