<?php declare(strict_types=1);namespace NeofirePlentymarketsCustomize;use Doctrine\DBAL\Connection;use Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry;use Shopware\Core\Framework\Plugin;use Shopware\Core\Framework\Plugin\Context\UninstallContext;class NeofirePlentymarketsCustomize extends Plugin{ public function uninstall(UninstallContext $context): void { parent::uninstall($context); }}