We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f68df1f + bd23772 commit 73e8f16Copy full SHA for 73e8f16
app/Http/Requests/StoreNotificationSettings.php
@@ -25,7 +25,7 @@ public function rules(): array
25
{
26
return [
27
'alert_email' => 'email_array|nullable',
28
- 'admin_cc_email' => 'email|nullable',
+ 'admin_cc_email' => 'email_array|nullable',
29
'alert_threshold' => 'numeric|nullable|gt:0',
30
'alert_interval' => 'numeric|nullable|gt:0',
31
'audit_warning_days' => 'numeric|nullable|gt:0',
0 commit comments