custom/plugins/SwagCommercial/src/CustomPricing/CustomPricing.php line 10

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Shopware\Commercial\CustomPricing;
  3. use Shopware\Core\Framework\Bundle;
  4. /**
  5.  * @internal
  6.  */
  7. class CustomPricing extends Bundle
  8. {
  9.     /**
  10.      * @var string
  11.      */
  12.     protected $name 'CustomPricing';
  13. }