From ca794152c46618c7ffe98936514737b32f0d0491 Mon Sep 17 00:00:00 2001 From: stanjg Date: Fri, 4 May 2018 14:00:03 +0200 Subject: [PATCH] Renamed the .env entry --- .env.example | 2 +- config/pterodactyl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 571f93fc2..5e443806e 100644 --- a/.env.example +++ b/.env.example @@ -6,7 +6,7 @@ APP_TIMEZONE=America/New_York APP_CLEAR_TASKLOG=720 APP_DELETE_MINUTES=10 APP_ENVIRONMENT_ONLY=true -LANG_MUST_BE_GLOBAL=false +APP_LOCALE_IS_GLOBAL=false DB_HOST=127.0.0.1 DB_PORT=3306 diff --git a/config/pterodactyl.php b/config/pterodactyl.php index f0379533b..56f7e7aa9 100644 --- a/config/pterodactyl.php +++ b/config/pterodactyl.php @@ -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), ], /*