monitoring: Optimize imports in the DowntimesController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 16:21:59 +02:00
parent e2a4b51429
commit e9380d2016
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
use Icinga\Data\Filter\Filter;
use Icinga\Module\Monitoring\Controller;
use Icinga\Module\Monitoring\Object\Service;
use Icinga\Module\Monitoring\Object\Host;
use Icinga\Module\Monitoring\Forms\Command\Object\DeleteDowntimesCommandForm;
use Icinga\Module\Monitoring\Object\Host;
use Icinga\Module\Monitoring\Object\Service;
use Icinga\Web\Url;
/**