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