Namespace the PreferenceController

This commit is contained in:
Eric Lippmann 2015-08-27 13:36:33 +02:00
parent 28815a936a
commit 98130ff304

View File

@ -1,6 +1,8 @@
<?php <?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Controllers;
use Icinga\Application\Config; use Icinga\Application\Config;
use Icinga\Data\ConfigObject; use Icinga\Data\ConfigObject;
use Icinga\Forms\PreferenceForm; use Icinga\Forms\PreferenceForm;