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