Skip to content

Commit

Permalink
refactor(config): Update email recipients key in exception notificati…
Browse files Browse the repository at this point in the history
…on config

- Changed the key 'EXCEPTION_NOTIFY_MAIL_TO' to 'EXCEPTION_NOTIFY_MAIL_TO_USERS' for clarity and consistency
  • Loading branch information
guanguans committed May 17, 2024
1 parent 995c1fc commit 230d711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/exception-notify.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
'driver' => 'mail',
'mailer' => null,
'to' => [
'users' => env_explode('EXCEPTION_NOTIFY_MAIL_TO', [
'users' => env_explode('EXCEPTION_NOTIFY_MAIL_TO_USERS', [
'[email protected]',
]),
],
Expand Down

0 comments on commit 230d711

Please sign in to comment.