custom/plugins/JkwebShopwareCategoryListingPlugin/src/JkwebShopwareCategoryListingPlugin.php line 7
<?php declare(strict_types=1);
namespace Jkweb\Shopware\Plugin\CategoryListing;
use Shopware\Core\Framework\Plugin;
class JkwebShopwareCategoryListingPlugin extends Plugin
{
public function executeComposerCommands(): bool
{
return true;
}
}