MenuItemRenderer: add missing use clause
Otherwise this completely broke Icinga Web as soon as a single module used a legacy icon. refs #7658
This commit is contained in:
parent
d6e7061de3
commit
d3964a31fb
|
@ -5,6 +5,7 @@ namespace Icinga\Web\Menu;
|
|||
|
||||
use Icinga\Application\Icinga;
|
||||
use Icinga\Web\Menu;
|
||||
use Icinga\Web\Url;
|
||||
use Icinga\Web\View;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue