vendor/gourmops/custom-group-requested-rule/src/GourmopsCustomerGroupRequestRule.php line 14

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /**
  3.  * GourmopsCustomerGroupRequestRule
  4.  * Copyright (c) Simone Gottwald GOURMOPS
  5.  */
  6. namespace GourmopsCustomerGroupRequestRule;
  7. use Shopware\Core\Framework\Plugin;
  8. /**
  9.  * Class GourmopsCustomerGroupRequestRule
  10.  */
  11. class GourmopsCustomerGroupRequestRule extends Plugin
  12. {
  13.     public const RULE_NAME 'gourmopsCustomerGroupRequest';
  14. }