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