diff --git a/src/ORM/FieldType/DBField.php b/src/ORM/FieldType/DBField.php index c59a596c2..079df6b8f 100644 --- a/src/ORM/FieldType/DBField.php +++ b/src/ORM/FieldType/DBField.php @@ -516,14 +516,6 @@ abstract class DBField extends ViewableData implements DBIndexable 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 ''