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