mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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'); | ||||
|         $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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user