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.
1 parent 16420b1 commit afabda9Copy full SHA for afabda9
app/Http/Requests/StoreNotificationSettings.php
@@ -26,7 +26,7 @@ public function rules(): array
26
return [
27
'alert_email' => 'email_array|nullable',
28
'admin_cc_email' => 'email_array|nullable',
29
- 'alert_threshold' => 'numeric|nullable|gt:0',
+ 'alert_threshold' => 'numeric|nullable',
30
'alert_interval' => 'numeric|nullable|gt:0',
31
'audit_warning_days' => 'numeric|nullable',
32
'due_checkin_days' => 'numeric|nullable|gt:0',
0 commit comments