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