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