setup: Optimize imports in the IndexController

This commit is contained in:
Eric Lippmann 2015-08-27 14:20:53 +02:00
parent 1da39f6e1e
commit 1888f1a0a4

View File

@ -1,8 +1,8 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
use Icinga\Web\Controller;
use Icinga\Module\Setup\WebWizard;
use Icinga\Web\Controller;
class Setup_IndexController extends Controller
{