app_themes ad to kernel

This commit is contained in:
2025-01-24 13:53:05 +03:00
parent e448ffa6b6
commit 7ab241daa2
4 changed files with 50 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace app\themes\custom;
class CustomTheme extends \kernel\app_themes\custom\CustomTheme
{
}