<?php declare(strict_types=1);
namespace Shopware\Commercial\CustomPricing;
use Shopware\Core\Framework\Bundle;
/**
* @internal
*/
class CustomPricing extends Bundle
{
* @var string
protected $name = 'CustomPricing';
}