diff --git a/src/TagField.php b/src/TagField.php index 98d661f..ecb3a11 100644 --- a/src/TagField.php +++ b/src/TagField.php @@ -450,4 +450,14 @@ public function performReadonlyTransformation() $copy->setSourceList($this->getSourceList()); return $copy; } + + /** + * Prevent the default, which would return "tag" + * + * @return string + */ + public function Type() + { + return ''; + } }