nr.1 test
This commit is contained in:
14
src/IniHausschuhTheme.php
Normal file
14
src/IniHausschuhTheme.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Unsertheme;
|
||||
|
||||
use Shopware\Core\Framework\Plugin;
|
||||
use Shopware\Storefront\Framework\ThemeInterface;
|
||||
|
||||
class Unsertheme extends Plugin implements ThemeInterface
|
||||
{
|
||||
public function getThemeConfigPath(): string
|
||||
{
|
||||
return 'theme.json';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user