custom/plugins/GrimmSorting/src/GrimmSorting.php line 10

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace GrimmSorting;
  3. use Doctrine\DBAL\Connection;
  4. use Shopware\Core\Framework\Plugin;
  5. use Shopware\Core\Framework\Plugin\Context\InstallContext;
  6. use Shopware\Core\System\SystemConfig\SystemConfigService;
  7. class GrimmSorting extends Plugin
  8. {
  9. }