mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
92e3895c94
commit
8a26e81c1c
@ -1,14 +0,0 @@
|
|||||||
<?php
|
|
||||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
||||||
|
|
||||||
namespace Icinga\Web\Navigation\Renderer;
|
|
||||||
|
|
||||||
use Icinga\Web\Navigation\NavigationItem;
|
|
||||||
|
|
||||||
class LogoutNavigationItemRenderer extends NavigationItemRenderer
|
|
||||||
{
|
|
||||||
public function render(NavigationItem $item = null)
|
|
||||||
{
|
|
||||||
return parent::render($item);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user