From 5845d6c0cbf02040d43692e4c743dfad732a825d Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 9 Sep 2016 15:20:45 +0200 Subject: [PATCH] Optimize imports in DashletForm refs #11920 --- application/forms/Dashboard/DashletForm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/forms/Dashboard/DashletForm.php b/application/forms/Dashboard/DashletForm.php index 07d5c327e..9b23d9517 100644 --- a/application/forms/Dashboard/DashletForm.php +++ b/application/forms/Dashboard/DashletForm.php @@ -3,11 +3,11 @@ namespace Icinga\Forms\Dashboard; -use Icinga\Web\Form\Validator\InternalUrlValidator; -use Icinga\Web\Widget\Dashboard; use Icinga\Web\Form; +use Icinga\Web\Form\Validator\InternalUrlValidator; use Icinga\Web\Form\Validator\UrlValidator; use Icinga\Web\Url; +use Icinga\Web\Widget\Dashboard; use Icinga\Web\Widget\Dashboard\Dashlet; /**