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