Better fallback for local that won’t break migrations

This commit is contained in:
snipe 2017-11-07 18:18:27 -08:00
parent 5aee5a3f3d
commit eed50112d5

View file

@ -78,7 +78,7 @@ return [
|
*/
'locale' => env('APP_LOCALE', 'en_US.UTF-8'),
'locale' => env('APP_LOCALE', 'en'),
/*
|--------------------------------------------------------------------------