<?php declare(strict_types=1);
/**
* GourmopsCustomerGroupRequestRule
* Copyright (c) Simone Gottwald GOURMOPS
*/
namespace GourmopsCustomerGroupRequestRule;
use Shopware\Core\Framework\Plugin;
/**
* Class GourmopsCustomerGroupRequestRule
*/
class GourmopsCustomerGroupRequestRule extends Plugin
{
public const RULE_NAME = 'gourmopsCustomerGroupRequest';
}