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()) {
|
||||
$this->getChildren()->merge($item->getChildren());
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue