mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaZone: Fix missing semicolon
This commit is contained in:
parent
9b34ba6848
commit
a9e879b72f
@ -15,6 +15,6 @@ class IcingaZone extends IcingaObject
|
|||||||
|
|
||||||
protected function renderParent_zone_id()
|
protected function renderParent_zone_id()
|
||||||
{
|
{
|
||||||
return $this->renderZoneProperty('parent_zone', $this->parent_zone_id)
|
return $this->renderZoneProperty('parent_zone', $this->parent_zone_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user