Skip to content

Commit

Permalink
Merge pull request #1 from C0DE8/C0DE8-patch-product-visibility-const…
Browse files Browse the repository at this point in the history
…ants

Update ProductVisibilityDefinition.php
  • Loading branch information
C0DE8 authored Sep 25, 2024
2 parents 471f0a0 + 8fe3392 commit 8ae30c0
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 8ae30c0

Please sign in to comment.