validate($request, $rules); } /** * @return bool */ public function hasValidator() { return !is_null($this->validator); } }