src/PentagastBundle/PentagastBundle.php line 15

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /**
  3.  * valantic CEC Deutschland GmbH
  4.  * Copyright (c) 2022.
  5.  *
  6.  * All rights reserved.
  7.  *
  8.  * @see https://www.valantic.com/
  9.  */
  10. namespace Valantic\Bundle\PentagastBundle;
  11. use Shopware\Core\Framework\Bundle;
  12. class PentagastBundle extends Bundle
  13. {
  14.     /**
  15.      * @var mixed
  16.      */
  17.     protected $name 'Pentagast';
  18. }