fix(config:app.php) set time zone

This commit is contained in:
arieeefajar 2025-05-10 20:52:04 +07:00
parent e244eb0ba1
commit 6da0eb2fff
1 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@
|
*/
'timezone' => 'UTC',
'timezone' => 'Asia/Jakarta',
/*
|--------------------------------------------------------------------------
@ -82,7 +82,7 @@
|
*/
'locale' => 'en',
'locale' => 'id',
/*
|--------------------------------------------------------------------------
@ -95,7 +95,7 @@
|
*/
'fallback_locale' => 'en',
'fallback_locale' => 'id',
/*
|--------------------------------------------------------------------------
@ -108,7 +108,7 @@
|
*/
'faker_locale' => 'en_US',
'faker_locale' => 'id_ID',
/*
|--------------------------------------------------------------------------