mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
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;
|
return $this->object;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function onSetup()
|
|
||||||
{
|
|
||||||
$object = $this->object();
|
|
||||||
|
|
||||||
if (! $object instanceof IcingaObject) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function isTemplate()
|
protected function isTemplate()
|
||||||
{
|
{
|
||||||
return $this->objectType === 'template';
|
return $this->objectType === 'template';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user