DirectorDatafield: just newlines

This commit is contained in:
Thomas Gelf 2017-01-13 16:39:35 +01:00
parent 8dabfef378
commit 792e58abae

View File

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