FIX Revert "ENH Add Nice to DBField" (#11222)

This reverts commit b167f470d7.
This commit is contained in:
Guy Sartorelli 2024-05-07 11:45:48 +12:00 committed by GitHub
parent e468b719cf
commit 3449d8bf21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

@ -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 ''