ImportSource(Ldap|Sql): clean up imports
This commit is contained in:
parent
73a718728d
commit
40e154ca37
|
@ -2,11 +2,10 @@
|
|||
|
||||
namespace Icinga\Module\Director\Import;
|
||||
|
||||
use Icinga\Data\ResourceFactory;
|
||||
use Icinga\Module\Director\Util;
|
||||
use Icinga\Module\Director\Web\Form\QuickForm;
|
||||
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
||||
use Icinga\Data\ResourceFactory;
|
||||
use Icinga\Web\Form;
|
||||
|
||||
class ImportSourceLdap extends ImportSourceHook
|
||||
{
|
||||
|
|
|
@ -2,11 +2,10 @@
|
|||
|
||||
namespace Icinga\Module\Director\Import;
|
||||
|
||||
use Icinga\Data\Db\DbConnection;
|
||||
use Icinga\Module\Director\Util;
|
||||
use Icinga\Module\Director\Web\Form\QuickForm;
|
||||
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
||||
use Icinga\Data\Db\DbConnection;
|
||||
use Icinga\Web\Form;
|
||||
|
||||
class ImportSourceSql extends ImportSourceHook
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue