|string> */ public function rules(): array { return [ 'rating' => 'required|numeric|min:1|max:5', 'review' => 'required|string', ]; } }