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;