vendor/brille24/sylius-tierprice-plugin/src/Brille24SyliusTierPricePlugin.php line 20

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of the Brille24 tierprice plugin.
  4.  *
  5.  * (c) Brille24 GmbH
  6.  *
  7.  * For the full copyright and license information, please view the LICENSE
  8.  * file that was distributed with this source code.
  9.  *
  10.  */
  11. declare(strict_types=1);
  12. namespace Brille24\SyliusTierPricePlugin;
  13. use Sylius\Bundle\CoreBundle\Application\SyliusPluginTrait;
  14. use Symfony\Component\HttpKernel\Bundle\Bundle;
  15. final class Brille24SyliusTierPricePlugin extends Bundle
  16. {
  17.     use SyliusPluginTrait;
  18. }