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