make pronoun field default

This commit is contained in:
Xu 2022-05-28 17:10:14 +02:00 committed by Igor Scheller
parent 5a27ec4668
commit 157211038d
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ return [
'enable_user_name' => (bool)env('ENABLE_USER_NAME', false), 'enable_user_name' => (bool)env('ENABLE_USER_NAME', false),
// Enable displaying the pronoun fields // Enable displaying the pronoun fields
'enable_pronoun' => (bool)env('ENABLE_PRONOUN', false), 'enable_pronoun' => (bool)env('ENABLE_PRONOUN', true),
// Enables the planned arrival/leave date // Enables the planned arrival/leave date
'enable_planned_arrival' => (bool)env('ENABLE_PLANNED_ARRIVAL', true), 'enable_planned_arrival' => (bool)env('ENABLE_PLANNED_ARRIVAL', true),