From ad659fa0c3647ab8336e183c6bf3375cb6f462cd Mon Sep 17 00:00:00 2001 From: Jonas Breuer Date: Mon, 13 Nov 2023 00:29:44 +0100 Subject: [PATCH] fixed missing default in match --- app/Abstracts/Http/SettingController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Abstracts/Http/SettingController.php b/app/Abstracts/Http/SettingController.php index e206a564bfe..1dca2bb9a15 100644 --- a/app/Abstracts/Http/SettingController.php +++ b/app/Abstracts/Http/SettingController.php @@ -162,6 +162,7 @@ protected function oneCompany($real_key, $value): void 'email.smtp_username' => 'MAIL_USERNAME', 'email.smtp_password' => 'MAIL_PASSWORD', 'email.smtp_encryption' => 'MAIL_ENCRYPTION', + default => '', }; if (empty($key)) {