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