Added possibility to use APP_LOCALE=x in .env

This commit is contained in:
Paul-Vincent Roll 2015-06-11 16:35:40 +02:00
parent 24f238d4a6
commit 732e677ca4

View File

@ -54,7 +54,7 @@ return [
|
*/
'locale' => 'en',
'locale' => env('APP_LOCALE', 'en'),
/*
|--------------------------------------------------------------------------