Remove env var option for config on fallback
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'fallback_locale' => env('FALLBACK_LOCALE', 'en-US'),
|
||||
'fallback_locale' => 'en-US',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user