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()
|
||||
{
|
||||
return $this->renderZoneProperty('parent_zone', $this->parent_zone_id)
|
||||
return $this->renderZoneProperty('parent_zone', $this->parent_zone_id);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue