From 727f46139d38741e7c5a785e24d2a45916cae102 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 18 Aug 2015 13:06:43 +0200 Subject: [PATCH] Optimize imports in the DashboardController refs #5786 --- application/controllers/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/DashboardController.php b/application/controllers/DashboardController.php index 7a2101527..47e39d1f5 100644 --- a/application/controllers/DashboardController.php +++ b/application/controllers/DashboardController.php @@ -6,9 +6,9 @@ namespace Icinga\Controller; use Icinga\Exception\ProgrammingError; use Icinga\Forms\ConfirmRemovalForm; use Icinga\Forms\Dashboard\DashletForm; +use Icinga\Web\Controller\ActionController; use Icinga\Web\Form; use Icinga\Web\Notification; -use Icinga\Web\Controller\ActionController; use Icinga\Web\Url; use Icinga\Web\Widget\Dashboard; use Icinga\Web\Widget\Tabextension\DashboardSettings;