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