fix default theme
This commit is contained in:
parent
8e1812c1d6
commit
5bcfd40a34
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class AppServiceProvider extends ServiceProvider
|
|||
}
|
||||
|
||||
if(config('theme.active') == null){
|
||||
Theme::set(config("SETTINGS::SYSTEM:THEME"), "default");
|
||||
Theme::set(config("SETTINGS::SYSTEM:THEME","default"), "default");
|
||||
}
|
||||
|
||||
// Set Mail Config
|
||||
|
|
Loading…
Reference in a new issue