vendor/store.shopware.com/ngsnotificationbarsw6/src/NgsNotificationBarSW6.php line 12

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace ngs\NgsNotificationBar;
  3. use Shopware\Core\Framework\Context;
  4. use Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryInterface;
  5. use Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria;
  6. use Shopware\Core\Framework\DataAbstractionLayer\Search\Filter\ContainsFilter;
  7. use Shopware\Core\Framework\Plugin;
  8. use Shopware\Core\Framework\Plugin\Context\UninstallContext;
  9. class NgsNotificationBarSW6 extends Plugin
  10. {
  11. }