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