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