vendor/bitbag/banner-plugin/src/BitBagSyliusBannerPlugin.php line 17

Open in your IDE?
  1. <?php
  2. /*
  3.  * This file has been created by developers from BitBag.
  4.  * Feel free to contact us once you face any issues or want to start
  5.  * You can find more information about us on https://bitbag.io and write us
  6.  * an email on hello@bitbag.io.
  7.  */
  8. declare(strict_types=1);
  9. namespace BitBag\SyliusBannerPlugin;
  10. use Sylius\Bundle\CoreBundle\Application\SyliusPluginTrait;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. final class BitBagSyliusBannerPlugin extends Bundle
  13. {
  14.     use SyliusPluginTrait;
  15. }