custom/plugins/FourtwosixWebpImageConverter/src/FourtwosixWebpImageConverter.php line 9

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace FourtwosixWebpImageConverter;
  3. use Shopware\Core\Framework\Plugin;
  4. use Shopware\Core\Framework\Plugin\Context\ActivateContext;
  5. use Shopware\Core\Framework\Plugin\Context\DeactivateContext;
  6. class FourtwosixWebpImageConverter extends Plugin
  7. {
  8. }