<?php declare(strict_types=1);
namespace IronMatomo;
use Shopware\Core\System\SystemConfig\SystemConfigService;
use Shopware\Core\Framework\Plugin\Context\InstallContext;
use Shopware\Core\Framework\Plugin;
/**
* Class IronMatomo
*
* @package IronMatomo
*/
class IronMatomo extends Plugin
{
}