diff --git a/app/Http/Requests/User/PesanBuketRequest.php b/app/Http/Requests/User/PesanBuketRequest.php index 6158f11..7adb1e4 100644 --- a/app/Http/Requests/User/PesanBuketRequest.php +++ b/app/Http/Requests/User/PesanBuketRequest.php @@ -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', ]; }