<?php declare(strict_types=1);
namespace GrimmSorting;
use Doctrine\DBAL\Connection;
use Shopware\Core\Framework\Plugin;
use Shopware\Core\Framework\Plugin\Context\InstallContext;
use Shopware\Core\System\SystemConfig\SystemConfigService;
class GrimmSorting extends Plugin
{
}