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