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 7d382d7 commit 87fedeaCopy full SHA for 87fedea
1 file changed
lib/Validators/CardServiceValidator.php
@@ -21,6 +21,7 @@ public function rules() {
21
'type' => ['not_empty', 'not_null', 'not_false', 'max:64'],
22
'order' => ['numeric'],
23
'owner' => ['not_empty', 'not_null', 'not_false', 'max:64'],
24
+ 'duedate' => ['date'],
25
];
26
}
27
0 commit comments