custom/plugins/SwagCommercial/src/RuleBuilderPreview/RuleBuilderPreview.php line 15

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /*
  3.  * (c) shopware AG <info@shopware.com>
  4.  * For the full copyright and license information, please view the LICENSE
  5.  * file that was distributed with this source code.
  6.  */
  7. namespace Shopware\Commercial\RuleBuilderPreview;
  8. use Shopware\Core\Framework\Bundle;
  9. /**
  10.  * @internal
  11.  */
  12. class RuleBuilderPreview extends Bundle
  13. {
  14.     protected $name 'RuleBuilderPreview';
  15. }