Skip to content

Commit

Permalink
fixed missing default in match
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas32 committed Nov 12, 2023
1 parent 31b1b80 commit ad659fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Abstracts/Http/SettingController.php
Expand Up @@ -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)) {
Expand Down

0 comments on commit ad659fa

Please sign in to comment.