From eed50112d5a12868c3231b7d3e8eb9a69bebebb2 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 7 Nov 2017 18:18:27 -0800 Subject: [PATCH] =?UTF-8?q?Better=20fallback=20for=20local=20that=20won?= =?UTF-8?q?=E2=80=99t=20break=20migrations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index d6b52a1deb..5b89f57818 100755 --- a/config/app.php +++ b/config/app.php @@ -78,7 +78,7 @@ return [ | */ - 'locale' => env('APP_LOCALE', 'en_US.UTF-8'), + 'locale' => env('APP_LOCALE', 'en'), /* |--------------------------------------------------------------------------