custom/plugins/SwpaMenu/src/SwpaMenu.php line 14

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Swpa\SwpaMenu;
  3. use Shopware\Core\Framework\Plugin;
  4. /**
  5.  * Main class of the plugin SwpaCache:
  6.  *
  7.  * @package Swpa\SwpaCache
  8.  * @license See COPYING.txt for license details
  9.  * @author  swpa <info@swpa.dev>
  10.  */
  11. class SwpaMenu extends Plugin {
  12. }