<?php declare(strict_types=1);
namespace Swpa\SwpaMenu;
use Shopware\Core\Framework\Plugin;
/**
* Main class of the plugin SwpaCache:
*
* @package Swpa\SwpaCache
* @license See COPYING.txt for license details
* @author swpa <info@swpa.dev>
*/
class SwpaMenu extends Plugin {
}