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