Optimize imports in the LayoutController

This commit is contained in:
Eric Lippmann 2015-08-27 13:33:17 +02:00
parent af8949dde2
commit 0e7b6d7f44

View File

@ -1,10 +1,10 @@
<?php <?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
use Icinga\Web\MenuRenderer;
use Icinga\Web\Controller\ActionController; use Icinga\Web\Controller\ActionController;
use Icinga\Web\Hook; use Icinga\Web\Hook;
use Icinga\Web\Menu; use Icinga\Web\Menu;
use Icinga\Web\MenuRenderer;
use Icinga\Web\Url; use Icinga\Web\Url;
/** /**