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