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