Renamed the .env entry

This commit is contained in:
stanjg 2018-05-04 14:00:03 +02:00
parent f5a15c4039
commit ca794152c4
No known key found for this signature in database
GPG key ID: 27D9DF9D28935303
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ return [
*/
'lang' => [
'in_context' => env('PHRASE_IN_CONTEXT', false),
'global' => env('LANG_MUST_BE_GLOBAL', false),
'global' => env('APP_LOCALE_IS_GLOBAL', false),
],
/*