brta archive module
This commit is contained in:
@ -55,8 +55,6 @@ class AdminThemeController extends ConsoleController
|
||||
if (file_exists(ROOT_DIR . $this->argv['path'])) {
|
||||
$themeName = basename($this->argv['path']);
|
||||
$active_admin_theme = Option::where("key", "active_admin_theme")->first();
|
||||
var_dump($active_admin_theme->value);
|
||||
var_dump(ROOT_DIR . $this->argv['path']);
|
||||
if ($active_admin_theme->value === ROOT_DIR . $this->argv['path']) {
|
||||
$this->out->r("Меняем тему на базовую", 'green');
|
||||
$adminThemeService = new AdminThemeService();
|
||||
|
Reference in New Issue
Block a user