custom/plugins/BstCatalogMode6/src/BstCatalogMode6.php line 14

Open in your IDE?
  1. <?php
  2. /**
  3.  * NOTICE OF LICENSE
  4.  *
  5.  * @copyright  Copyright (c) 01.03.2020 brainstation GbR
  6.  * @author     Mike Becker<[email protected]>
  7.  */
  8. declare(strict_types=1);
  9. namespace BstCatalogMode6;
  10. use Shopware\Core\Framework\Plugin;
  11. class BstCatalogMode6 extends Plugin
  12. {
  13. }