<?php declare(strict_types=1);
namespace Mill\ProductEan;
use Shopware\Core\Framework\Plugin;
/**
* Class MillProductEan
*
* @package Mill\ProductEan
*/
class MillProductEan extends Plugin
{
}