custom/plugins/MillProductEan/src/MillProductEan.php line 13

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Mill\ProductEan;
  3. use Shopware\Core\Framework\Plugin;
  4. /**
  5.  * Class MillProductEan
  6.  *
  7.  * @package Mill\ProductEan
  8.  */
  9. class MillProductEan extends Plugin
  10. {
  11. }