mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
should fix timezone bug, closes #63
This commit is contained in:
@@ -30,7 +30,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'url' => ENV('APP_URL', 'http://localhost'),
|
||||
'url' => env('APP_URL', 'http://localhost'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -43,7 +43,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'timezone' => ENV('APP_TIMEZONE', 'UTC'),
|
||||
'timezone' => env('APP_TIMEZONE', 'UTC'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user