From 3449d8bf212685908bddabd07e7d2b35d3c4cd33 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Tue, 7 May 2024 11:45:48 +1200 Subject: [PATCH] FIX Revert "ENH Add Nice to DBField" (#11222) This reverts commit b167f470d768f246869ca517fed3f5b781aa15f3. --- src/ORM/FieldType/DBField.php | 8 -------- 1 file changed, 8 deletions(-) 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 ''