diff --git a/src/ORM/FieldType/DBField.php b/src/ORM/FieldType/DBField.php index 520ce73d851..a840fc7f58b 100644 --- a/src/ORM/FieldType/DBField.php +++ b/src/ORM/FieldType/DBField.php @@ -518,6 +518,14 @@ public function CDATA() return $this->XML(); } + /** + * @return string + */ + public function Nice() + { + return $this->XML(); + } + /** * Returns the value to be set in the database to blank this field. * Usually it's a choice between null, 0, and ''