custom/plugins/BstRegisterType6/src/BstRegisterType6.php line 12

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