<?php
declare(strict_types=1);
namespace Lnb\Shopware6\LnbRuleCondition;
use Shopware\Core\Framework\Plugin;
class LnbRuleCondition extends Plugin
{
}