<?php declare(strict_types=1);
namespace Sition\InvoiceEmailAddress;
use Shopware\Core\Framework\Plugin;
use Shopware\Core\Framework\Plugin\Context\InstallContext;
class SitionInvoiceEmailAddress extends Plugin
{
public function install(InstallContext $installContext): void
{
}
}