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