Merge pull request #3093 from jonas32/fix-settings-match

Fixed missing default in settings match
This commit is contained in:
Cüneyt Şentürk 2023-11-13 12:04:45 +03:00 committed by GitHub
commit bad5f5a5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ abstract class SettingController extends Controller
'email.smtp_username' => 'MAIL_USERNAME',
'email.smtp_password' => 'MAIL_PASSWORD',
'email.smtp_encryption' => 'MAIL_ENCRYPTION',
default => '',
};
if (empty($key)) {