modify app config en->id

This commit is contained in:
LailaWulandarii 2025-12-29 03:05:03 +07:00
parent 4da0aae8f3
commit 75a8cffb2f
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@
|
*/
'timezone' => 'UTC',
'timezone' => 'Asia/Jakarta',
/*
|--------------------------------------------------------------------------
@ -78,9 +78,9 @@
|
*/
'locale' => env('APP_LOCALE', 'en'),
'locale' => env('APP_LOCALE', 'id'),
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'id'),
'faker_locale' => env('APP_FAKER_LOCALE', 'en_US'),