Skip to content

Commit ca79415

Browse files
committed
Renamed the .env entry
1 parent f5a15c4 commit ca79415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ APP_TIMEZONE=America/New_York
66
APP_CLEAR_TASKLOG=720
77
APP_DELETE_MINUTES=10
88
APP_ENVIRONMENT_ONLY=true
9-
LANG_MUST_BE_GLOBAL=false
9+
APP_LOCALE_IS_GLOBAL=false
1010

1111
DB_HOST=127.0.0.1
1212
DB_PORT=3306

config/pterodactyl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
*/
162162
'lang' => [
163163
'in_context' => env('PHRASE_IN_CONTEXT', false),
164-
'global' => env('LANG_MUST_BE_GLOBAL', false),
164+
'global' => env('APP_LOCALE_IS_GLOBAL', false),
165165
],
166166

167167
/*

0 commit comments

Comments
 (0)