code == null){ return false; } } return true; } /** * Get the validation error message. * * @return string */ public function message() { return 'The client field is required.'; } }