mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Revert "ENH Add Nice to DBField" (#11222)
This reverts commit b167f470d7
.
This commit is contained in:
parent
e468b719cf
commit
3449d8bf21
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user