Browse Source

タイムゾーン、ロケール設定

develop
sosuke.iwabuchi 2 years ago
parent
commit
e097a1e42d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      config/app.php

+ 3
- 3
config/app.php View File

@@ -69,7 +69,7 @@ return [
|
*/

'timezone' => 'UTC',
'timezone' => 'Asia/Tokyo',

/*
|--------------------------------------------------------------------------
@@ -82,7 +82,7 @@ return [
|
*/

'locale' => 'en',
'locale' => 'ja',

/*
|--------------------------------------------------------------------------
@@ -95,7 +95,7 @@ return [
|
*/

'fallback_locale' => 'en',
'fallback_locale' => 'ja',

/*
|--------------------------------------------------------------------------


Loading…
Cancel
Save