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