custom/plugins/IronMatomo/src/IronMatomo.php line 14

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace IronMatomo;
  3. use Shopware\Core\System\SystemConfig\SystemConfigService;
  4. use Shopware\Core\Framework\Plugin\Context\InstallContext;
  5. use Shopware\Core\Framework\Plugin;
  6. /**
  7.  * Class IronMatomo
  8.  *
  9.  * @package IronMatomo
  10.  */
  11. class IronMatomo extends Plugin
  12. {
  13. }