Skip to content

Commit 0d05a5f

Browse files
committed
fix config for japan
1 parent ee5e05d commit 0d05a5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: config/app.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
|
6868
*/
6969

70-
'timezone' => 'UTC',
70+
'timezone' => 'Asia/Tokyo',
7171

7272
/*
7373
|--------------------------------------------------------------------------
@@ -80,7 +80,7 @@
8080
|
8181
*/
8282

83-
'locale' => 'en',
83+
'locale' => 'ja',
8484

8585
/*
8686
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)