Skip to content

Commit 4a174bb

Browse files
committed
Set LOCALE in .env.
1 parent 5b5bf81 commit 4a174bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
|
7878
*/
7979

80-
'locale' => 'en',
80+
'locale' => env('LOCALE', 'en'),
8181

8282
/*
8383
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)