monitoring: optimize imports in the backend configuration form
This commit is contained in:
parent
c1aff80f7b
commit
d595541d42
|
@ -5,10 +5,10 @@
|
|||
namespace Icinga\Module\Monitoring\Forms\Config;
|
||||
|
||||
use InvalidArgumentException;
|
||||
use Icinga\Web\Notification;
|
||||
use Icinga\Forms\ConfigForm;
|
||||
use Icinga\Application\Config;
|
||||
use Icinga\Exception\ConfigurationError;
|
||||
use Icinga\Forms\ConfigForm;
|
||||
use Icinga\Web\Notification;
|
||||
|
||||
/**
|
||||
* Form class for creating/modifying monitoring backends
|
||||
|
|
Loading…
Reference in New Issue