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