config/app.php: Make locale configurable as env variable.
This commit is contained in:
parent
9286aca3d4
commit
b221067dad
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'locale' => 'se',
|
||||
'locale' => env('APP_LOCALE', 'en'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue