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