custom/plugins/SwagCommercial/src/TextGenerator/TextGenerator.php line 12

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