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