mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
changes cc_email validation to allow array
This commit is contained in:
parent
f68df1fa06
commit
bd23772fe9
|
@ -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…
Reference in a new issue