Skip to content

Commit

Permalink
Luigi's Box code rewritten from Persoo to Luigi's Box
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Feb 22, 2024
1 parent 04c5d90 commit ba70061
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 ba70061

Please sign in to comment.