Navigation Menu

Skip to content

Commit

Permalink
初期設定修正
Browse files Browse the repository at this point in the history
  • Loading branch information
terumichi1209 committed Jun 28, 2019
1 parent b98d112 commit 081a34a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/app.php
Expand Up @@ -13,7 +13,7 @@
|
*/

'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'Test Application'),

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -80,7 +80,7 @@
|
*/

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

/*
|--------------------------------------------------------------------------
Expand All @@ -93,7 +93,7 @@
|
*/

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

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 081a34a

Please sign in to comment.