Rearrange imports in Menu.php

This commit is contained in:
Eric Lippmann 2014-11-25 15:12:17 +01:00
parent a288535347
commit d41602a67c
1 changed files with 2 additions and 3 deletions

View File

@ -4,16 +4,15 @@
namespace Icinga\Web;
use Icinga\Authentication\Manager;
use Icinga\Web\Menu\MenuItemRenderer;
use RecursiveIterator;
use Icinga\Application\Config;
use Icinga\Application\Icinga;
use Icinga\Application\Logger;
use Icinga\Authentication\Manager;
use Icinga\Data\ConfigObject;
use Icinga\Exception\ConfigurationError;
use Icinga\Exception\ProgrammingError;
use Icinga\Web\Url;
use Icinga\Web\Menu\MenuItemRenderer;
class Menu implements RecursiveIterator
{