<?php declare(strict_types=1);
namespace MetallitTheme;
use Shopware\Core\Framework\Plugin;
use Shopware\Storefront\Framework\ThemeInterface;
class MetallitTheme extends Plugin implements ThemeInterface
{
}
//class MetallitCustomRule extends Plugin
//{
//}