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 6399433 commit 79bcf47Copy full SHA for 79bcf47
app/Http/Requests/StoreNotificationSettings.php
@@ -32,7 +32,7 @@ public function rules(): array
32
],
33
'alert_threshold' => 'numeric|nullable',
34
'alert_interval' => 'numeric|nullable|gt:0',
35
- 'audit_warning_days' => 'numeric|nullable',
+ 'audit_warning_days' => 'numeric|nullable|gte:0',
36
'due_checkin_days' => 'numeric|nullable|gt:0',
37
'audit_interval' => 'numeric|nullable|gt:0',
38
];
0 commit comments