<?php declare(strict_types=1);
namespace zenit\PlatformGravitySet2;
use Shopware\Storefront\Framework\ThemeInterface;
use Shopware\Core\Framework\Plugin;
class zenitPlatformGravitySet2 extends Plugin implements ThemeInterface
{
public function getThemeConfigPath(): string
{
return 'theme.json';
}
}