<?php declare(strict_types=1);
namespace Mad\ProductBanner;
use Shopware\Core\Framework\Plugin;
class ProductBanner extends Plugin
{
}