Controllers: remove obsolete use statements
This commit is contained in:
parent
2c9abaf764
commit
c4e5e9dd9c
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
namespace Icinga\Module\Director\Controllers;
|
namespace Icinga\Module\Director\Controllers;
|
||||||
|
|
||||||
|
use Icinga\Module\Director\Core\CoreApi;
|
||||||
|
use Icinga\Module\Director\Core\RestApiClient;
|
||||||
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
||||||
use Icinga\Module\Director\Util;
|
use Icinga\Module\Director\Util;
|
||||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
use Icinga\Web\Url;
|
|
||||||
use Icinga\Module\Director\Core\RestApiClient;
|
|
||||||
use Icinga\Module\Director\Core\CoreApi;
|
|
||||||
use Icinga\Web\Notification;
|
use Icinga\Web\Notification;
|
||||||
|
use Icinga\Web\Url;
|
||||||
|
|
||||||
class ConfigController extends ActionController
|
class ConfigController extends ActionController
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,12 +3,6 @@
|
||||||
namespace Icinga\Module\Director\Controllers;
|
namespace Icinga\Module\Director\Controllers;
|
||||||
|
|
||||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
|
||||||
use Icinga\Module\Director\Util;
|
|
||||||
use Icinga\Module\Director\Objects\ImportSource;
|
|
||||||
use Icinga\Module\Director\Import\Import;
|
|
||||||
use Icinga\Exception\InvalidPropertyException;
|
|
||||||
use Icinga\Web\Notification;
|
|
||||||
|
|
||||||
class ImportrunController extends ActionController
|
class ImportrunController extends ActionController
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,10 +3,8 @@
|
||||||
namespace Icinga\Module\Director\Controllers;
|
namespace Icinga\Module\Director\Controllers;
|
||||||
|
|
||||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
|
||||||
use Icinga\Module\Director\Objects\ImportSource;
|
use Icinga\Module\Director\Objects\ImportSource;
|
||||||
use Icinga\Module\Director\Import\Import;
|
use Icinga\Module\Director\Import\Import;
|
||||||
use Icinga\Exception\InvalidPropertyException;
|
|
||||||
use Icinga\Web\Notification;
|
use Icinga\Web\Notification;
|
||||||
use Icinga\Web\Url;
|
use Icinga\Web\Url;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
namespace Icinga\Module\Director\Controllers;
|
namespace Icinga\Module\Director\Controllers;
|
||||||
|
|
||||||
use Icinga\Forms\ConfigForm;
|
|
||||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
|
|
||||||
class SettingsController extends ActionController
|
class SettingsController extends ActionController
|
||||||
|
|
|
@ -2,11 +2,9 @@
|
||||||
|
|
||||||
namespace Icinga\Module\Director\Controllers;
|
namespace Icinga\Module\Director\Controllers;
|
||||||
|
|
||||||
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
|
||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
|
||||||
use Icinga\Module\Director\ConfigDiff;
|
use Icinga\Module\Director\ConfigDiff;
|
||||||
use Icinga\Module\Director\Util;
|
|
||||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
|
use Icinga\Module\Director\Util;
|
||||||
|
|
||||||
class ShowController extends ActionController
|
class ShowController extends ActionController
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,10 +3,6 @@
|
||||||
namespace Icinga\Module\Director\Controllers;
|
namespace Icinga\Module\Director\Controllers;
|
||||||
|
|
||||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
use Icinga\Module\Director\Objects\SyncProperty;
|
|
||||||
use Icinga\Module\Director\Sync\Sync;
|
|
||||||
use Icinga\Exception\InvalidPropertyException;
|
|
||||||
use Icinga\Web\Notification;
|
|
||||||
|
|
||||||
class SyncpropertyController extends ActionController
|
class SyncpropertyController extends ActionController
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,6 @@ use Icinga\Module\Director\Web\Controller\ActionController;
|
||||||
use Icinga\Module\Director\Objects\SyncRule;
|
use Icinga\Module\Director\Objects\SyncRule;
|
||||||
use Icinga\Module\Director\Import\Sync;
|
use Icinga\Module\Director\Import\Sync;
|
||||||
use Icinga\Data\Filter\Filter;
|
use Icinga\Data\Filter\Filter;
|
||||||
use Icinga\Exception\InvalidPropertyException;
|
|
||||||
use Icinga\Web\Notification;
|
use Icinga\Web\Notification;
|
||||||
|
|
||||||
class SyncruleController extends ActionController
|
class SyncruleController extends ActionController
|
||||||
|
|
Loading…
Reference in New Issue