refactor: update max length for request_khusus field in PesanBuketRequest
This commit is contained in:
parent
3dc6e272ec
commit
cc68a376ae
|
|
@ -27,7 +27,7 @@ public function rules(): array
|
|||
'before_or_equal:21:00',
|
||||
],
|
||||
'bukti_bayar' => 'required|image|mimes:jpeg,png,jpg|max:2048',
|
||||
'request_khusus' => 'nullable|string|max:255',
|
||||
'request_khusus' => 'nullable|string|max:250',
|
||||
'ucapan' => 'nullable|string|max:100',
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue