DirectorObjectForm: remove now useless hook
This commit is contained in:
parent
237aaffc45
commit
213df7e34b
|
@ -33,16 +33,6 @@ abstract class DirectorObjectForm extends QuickForm
|
|||
return $this->object;
|
||||
}
|
||||
|
||||
protected function onSetup()
|
||||
{
|
||||
$object = $this->object();
|
||||
|
||||
if (! $object instanceof IcingaObject) {
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
protected function isTemplate()
|
||||
{
|
||||
return $this->objectType === 'template';
|
||||
|
|
Loading…
Reference in New Issue