mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +02:00
ImportSource(Ldap|Sql): clean up imports
This commit is contained in:
parent
73a718728d
commit
40e154ca37
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Import;
|
namespace Icinga\Module\Director\Import;
|
||||||
|
|
||||||
|
use Icinga\Data\ResourceFactory;
|
||||||
use Icinga\Module\Director\Util;
|
use Icinga\Module\Director\Util;
|
||||||
use Icinga\Module\Director\Web\Form\QuickForm;
|
use Icinga\Module\Director\Web\Form\QuickForm;
|
||||||
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
||||||
use Icinga\Data\ResourceFactory;
|
|
||||||
use Icinga\Web\Form;
|
|
||||||
|
|
||||||
class ImportSourceLdap extends ImportSourceHook
|
class ImportSourceLdap extends ImportSourceHook
|
||||||
{
|
{
|
||||||
|
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Import;
|
namespace Icinga\Module\Director\Import;
|
||||||
|
|
||||||
|
use Icinga\Data\Db\DbConnection;
|
||||||
use Icinga\Module\Director\Util;
|
use Icinga\Module\Director\Util;
|
||||||
use Icinga\Module\Director\Web\Form\QuickForm;
|
use Icinga\Module\Director\Web\Form\QuickForm;
|
||||||
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
||||||
use Icinga\Data\Db\DbConnection;
|
|
||||||
use Icinga\Web\Form;
|
|
||||||
|
|
||||||
class ImportSourceSql extends ImportSourceHook
|
class ImportSourceSql extends ImportSourceHook
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user