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