Expand debug table.

This commit is contained in:
James Cole
2025-02-01 06:18:58 +01:00
parent cd0201074c
commit d609821be6
3 changed files with 17 additions and 0 deletions

View File

@@ -381,6 +381,7 @@ class DebugController extends Controller
'user_count' => User::count(),
'user_flags' => $userFlags,
'user_agent' => $userAgent,
'native' => Amount::getNativeCurrency(),
'convert_to_native' => Amount::convertToNative(),
'locale_attempts' => $localeAttempts,
'locale' => Steam::getLocale(),