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