|string> */ public function rules(): array { return [ 'orderId' => ['required', 'string', 'max:50', 'exists:online_payment_histories,orderId'], ]; } }