add some test
This commit is contained in:
@@ -23,7 +23,7 @@ class ToDoRequest extends FormRequest
|
||||
{
|
||||
return [
|
||||
'name' => ['string', 'min:3', 'max:255'],
|
||||
'description' => ['string', 'max:2000'],
|
||||
'description' => ['nullable', 'string', 'max:2000'],
|
||||
'checked' => ['nullable', 'bool'],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user