Skip to content

Commit 79bcf47

Browse files
committed
greater than or equal to zero
1 parent 6399433 commit 79bcf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Requests/StoreNotificationSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function rules(): array
3232
],
3333
'alert_threshold' => 'numeric|nullable',
3434
'alert_interval' => 'numeric|nullable|gt:0',
35-
'audit_warning_days' => 'numeric|nullable',
35+
'audit_warning_days' => 'numeric|nullable|gte:0',
3636
'due_checkin_days' => 'numeric|nullable|gt:0',
3737
'audit_interval' => 'numeric|nullable|gt:0',
3838
];

0 commit comments

Comments
 (0)