mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Remove env var option for config on fallback
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a0553f4c33
commit
2a4eff2e90
|
@ -112,7 +112,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'fallback_locale' => env('FALLBACK_LOCALE', 'en-US'),
|
||||
'fallback_locale' => 'en-US',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue