forked from miguel456/rbrecruiter
Ban validation update
This commit is contained in:
parent
178bc31a6e
commit
24303052ad
|
@ -27,7 +27,7 @@ class BanUserRequest extends FormRequest
|
|||
{
|
||||
return [
|
||||
'reason' => 'required|string',
|
||||
'durationOperand' => 'nullable|integer',
|
||||
'durationOperand' => 'nullable|string',
|
||||
'durationOperator' => 'nullable|string'
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue