Small code fixes.

This commit is contained in:
James Cole
2026-03-17 20:43:32 +01:00
parent 7c4f80a360
commit 9c10b01e8b
6 changed files with 7 additions and 7 deletions

View File

@@ -302,7 +302,7 @@ final class DebugController extends Controller
}
return [
'debug' => var_export(config('app.debug'), true),
'debug' => var_export(config('app.debug'), return: true),
'audit_log_channel' => implode(', ', config('logging.channels.audit.channels')),
'default_language' => (string) config('firefly.default_language'),
'default_locale' => (string) config('firefly.default_locale'),