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