diff --git a/config/app.php b/config/app.php index a30f1ea876..bd8211e2c6 100755 --- a/config/app.php +++ b/config/app.php @@ -112,7 +112,7 @@ return [ | */ - 'fallback_locale' => env('FALLBACK_LOCALE', 'en-US'), + 'fallback_locale' => 'en-US', /* |--------------------------------------------------------------------------