Removed superfluous methods

This commit is contained in:
Ingo Schommer 2017-04-27 11:09:43 +12:00
parent d3afa0c3b5
commit 655b047d80

View File

@ -92,18 +92,6 @@ class DatetimeField extends TextField
*/
protected $timezone = null;
public function setForm($form)
{
parent::setForm($form);
return $this;
}
public function setName($name)
{
parent::setName($name);
return $this;
}
public function getAttributes()
{
$attributes = parent::getAttributes();