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