mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-21 08:57:40 +02:00
We do not need an additional class for the menu's root item just to encapsulate our config handling, so these two classes were now merged into a single one. Icinga\Web\Menu now also extends from RecursiveIterator to be able to render the menu more efficient to html. refs #6153