mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 03:39:00 +00:00
Add timezone to debug for #4571
This commit is contained in:
@@ -144,6 +144,7 @@ class DebugController extends Controller
|
|||||||
$loginProvider = config('auth.providers.users.driver');
|
$loginProvider = config('auth.providers.users.driver');
|
||||||
$bcscale = bcscale();
|
$bcscale = bcscale();
|
||||||
$layout = env('FIREFLY_III_LAYOUT');
|
$layout = env('FIREFLY_III_LAYOUT');
|
||||||
|
$tz = env('TZ');
|
||||||
|
|
||||||
// expected + found DB version:
|
// expected + found DB version:
|
||||||
$expectedDBversion = config('firefly.db_version');
|
$expectedDBversion = config('firefly.db_version');
|
||||||
@@ -202,6 +203,7 @@ class DebugController extends Controller
|
|||||||
'appEnv',
|
'appEnv',
|
||||||
'appDebug',
|
'appDebug',
|
||||||
'logChannel',
|
'logChannel',
|
||||||
|
'tz',
|
||||||
'appLogLevel',
|
'appLogLevel',
|
||||||
'now',
|
'now',
|
||||||
'drivers',
|
'drivers',
|
||||||
|
Reference in New Issue
Block a user