mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
NavigationItem: Add missing return statement in method merge()
refs #5600
This commit is contained in:
parent
f958a1c323
commit
451a0c91f2
@ -583,6 +583,8 @@ class NavigationItem implements IteratorAggregate
|
|||||||
if ($item->hasChildren()) {
|
if ($item->hasChildren()) {
|
||||||
$this->getChildren()->merge($item->getChildren());
|
$this->getChildren()->merge($item->getChildren());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user