Skip to content

Commit

Permalink
Merge pull request #93 from C0DE8/master
Browse files Browse the repository at this point in the history
add: missing product visibility constants
  • Loading branch information
vienthuong authored Sep 25, 2024
2 parents 471f0a0 + 8ae30c0 commit 92e56e0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ class ProductVisibilityDefinition implements EntityDefinition
{
public const ENTITY_NAME = 'product_visibility';

final public const VISIBILITY_LINK = 10;

final public const VISIBILITY_SEARCH = 20;

final public const VISIBILITY_ALL = 30;

public function getEntityName() : string
{
return self::ENTITY_NAME;
Expand Down

0 comments on commit 92e56e0

Please sign in to comment.