Skip to content

Commit

Permalink
updated Persoo category feed to Luigi's Box category feed
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Feb 12, 2024
1 parent 1e9347f commit 4b9aff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/FeedItem/LuigisBoxProductFeedItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function getSeekId(): int
*/
public function getIdentity(): string
{
return self::UNIQUE_IDENTIFIER_PREFIX . $this->id;
return static::UNIQUE_IDENTIFIER_PREFIX . $this->id;
}

/**
Expand Down Expand Up @@ -216,7 +216,7 @@ public function getItemGroupId(): ?string
return null;
}

return self::UNIQUE_IDENTIFIER_PREFIX . $this->mainVariantId;
return static::UNIQUE_IDENTIFIER_PREFIX . $this->mainVariantId;
}

/**
Expand Down

0 comments on commit 4b9aff1

Please sign in to comment.