fix financial and certificates
This commit is contained in:
@@ -22,7 +22,7 @@ class GradingScoreUpdateRequest extends ApiFormRequest
|
||||
'score_ids' => ['nullable', 'array'],
|
||||
'scores' => ['nullable', 'array'],
|
||||
'comments' => ['nullable', 'array'],
|
||||
'score' => ['nullable', 'numeric'],
|
||||
'score' => ['nullable', 'numeric', 'min:0', 'max:100'],
|
||||
'comment' => ['nullable', 'string'],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user