DirectorDatafield: just newlines

This commit is contained in:
Thomas Gelf 2017-01-13 16:39:35 +01:00
parent 8dabfef378
commit 792e58abae
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,7 @@ class DirectorDatafield extends DbObjectWithSettings
foreach ($settings as $key => $value) {
$obj->settings[$key] = $value;
}
return $obj;
}
@ -59,7 +60,6 @@ class DirectorDatafield extends DbObjectWithSettings
return $this->object;
}
public function getFormElement(DirectorObjectForm $form, $name = null)
{
$className = $this->get('datatype');