Namespace the DashboardController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-18 13:03:25 +02:00
parent 3c812e6d2b
commit c2d5d8f339
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Controller;
use Icinga\Exception\ProgrammingError;
use Icinga\Forms\ConfirmRemovalForm;
use Icinga\Forms\Dashboard\DashletForm;