Smaller notes

This commit is contained in:
James Cole
2024-01-04 11:41:03 +01:00
parent 72a2d417af
commit c32044a8eb
15 changed files with 73 additions and 69 deletions

View File

@@ -69,7 +69,7 @@ class PiggyBankUpdateRequest extends FormRequest
'targetdate' => 'date|nullable',
'order' => 'integer|max:65536|min:1',
'object_group' => 'min:0|max:255',
'notes' => 'between:1,65536|nullable',
'notes' => 'min:1|max:32768|nullable',
];
}
}