upfate timetrackers & todo

This commit is contained in:
Romulus21
2024-02-24 22:54:02 +01:00
parent d99b94be55
commit a818daeb38
9 changed files with 89 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ class ToDoRequest extends FormRequest
return [
'name' => ['string', 'min:3', 'max:255'],
'description' => ['string', 'max:2000'],
'checked' => ['boolean', 'nullable'],
'checked' => ['nullable', 'bool'],
];
}
}