mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Add browser TZ to debug page.
This commit is contained in:
@@ -193,7 +193,7 @@ class DebugController extends Controller
|
||||
$logContent = 'Truncated from this point <----|' . substr($logContent, -8192);
|
||||
}
|
||||
|
||||
return prefixView(
|
||||
return view(
|
||||
'debug',
|
||||
compact(
|
||||
'phpVersion',
|
||||
|
Reference in New Issue
Block a user