From 98130ff304fd29a3a209dd9bf6aac1ccd2fd7790 Mon Sep 17 00:00:00 2001
From: Eric Lippmann <eric.lippmann@netways.de>
Date: Thu, 27 Aug 2015 13:36:33 +0200
Subject: [PATCH] Namespace the PreferenceController

---
 application/controllers/PreferenceController.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/application/controllers/PreferenceController.php b/application/controllers/PreferenceController.php
index 5f7231a9e..311b26d20 100644
--- a/application/controllers/PreferenceController.php
+++ b/application/controllers/PreferenceController.php
@@ -1,6 +1,8 @@
 <?php
 /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
 
+namespace Icinga\Controllers;
+
 use Icinga\Application\Config;
 use Icinga\Data\ConfigObject;
 use Icinga\Forms\PreferenceForm;