mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -189,7 +189,7 @@ class DebugController extends Controller
|
||||
$logContent = 'Truncated from this point <----|' . substr($logContent, -8192);
|
||||
}
|
||||
|
||||
return view(
|
||||
return prefixView(
|
||||
'debug',
|
||||
compact(
|
||||
'phpVersion',
|
||||
|
Reference in New Issue
Block a user