Merge pull request #15756 from Godmartinz/cc-email-array
changes `admin_cc_email` validation to allow an array
This commit is contained in:
commit
73e8f160cf
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class StoreNotificationSettings extends FormRequest
|
|||
{
|
||||
return [
|
||||
'alert_email' => 'email_array|nullable',
|
||||
'admin_cc_email' => 'email|nullable',
|
||||
'admin_cc_email' => 'email_array|nullable',
|
||||
'alert_threshold' => 'numeric|nullable|gt:0',
|
||||
'alert_interval' => 'numeric|nullable|gt:0',
|
||||
'audit_warning_days' => 'numeric|nullable|gt:0',
|
||||
|
|
Loading…
Add table
Reference in a new issue