Optimize imports in the LayoutController

This commit is contained in:
Eric Lippmann 2015-08-27 13:33:17 +02:00
parent af8949dde2
commit 0e7b6d7f44
1 changed files with 1 additions and 1 deletions

View File

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