mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
NavigationItemRenderer::setOptions(): Add missing return statement
This commit is contained in:
parent
66c4fc404e
commit
907486ccac
@ -80,6 +80,8 @@ class NavigationItemRenderer
|
|||||||
$this->$setter($value);
|
$this->$setter($value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user