admin theme manager

This commit is contained in:
2024-09-11 17:38:46 +03:00
parent 69b27d4975
commit 42b28df07d
129 changed files with 16335 additions and 53 deletions

View File

@ -13,6 +13,6 @@ App::$collector->group(["prefix" => "migration"], callback: function (RouteColle
});
App::$collector->group(["prefix" => "admin-theme"], callback: function (RouteCollector $router){
App::$collector->console('install', [\kernel\console\controllers\AdminTheme::class, 'actionInstallTheme']);
App::$collector->console('install', [\kernel\console\controllers\AdminThemeController::class, 'actionInstallTheme']);
});