Optimize imports in DashletForm

refs #11920
This commit is contained in:
Eric Lippmann 2016-09-09 15:20:45 +02:00
parent fa113e023b
commit 5845d6c0cb
1 changed files with 2 additions and 2 deletions

View File

@ -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;
/**