Remove env var option for config on fallback

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-12-20 01:03:11 +00:00
parent a0553f4c33
commit 2a4eff2e90

View file

@ -112,7 +112,7 @@ return [
|
*/
'fallback_locale' => env('FALLBACK_LOCALE', 'en-US'),
'fallback_locale' => 'en-US',
/*
|--------------------------------------------------------------------------