Namespace the IndexController

This commit is contained in:
Eric Lippmann 2015-08-27 13:31:36 +02:00
parent 43e7bf97ce
commit 7231510080
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
# namespace Icinga\Application\Controllers;
namespace Icinga\Controllers;
use Icinga\Web\Controller\ActionController;
use Icinga\Application\Benchmark;