mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add theme key in ENV
This commit is contained in:
@@ -4,7 +4,7 @@ return [
|
||||
'enabled' => true,
|
||||
'themes_path' => realpath(base_path('resources/themes')),
|
||||
'asset_not_found' => 'LOG_ERROR',
|
||||
'active' => 'default',
|
||||
'active' => ENV('APP_THEME', 'default'),
|
||||
|
||||
'themes' => [
|
||||
'default' => [
|
||||
|
||||
Reference in New Issue
Block a user