Hooks: remove last traces of Web\Hook

This commit is contained in:
Thomas Gelf 2016-02-17 11:49:56 +01:00
parent 04cdf624c0
commit c6cd99f9db
7 changed files with 9 additions and 11 deletions

View File

@ -4,7 +4,7 @@ namespace Icinga\Module\Director\Forms;
use Icinga\Exception\ConfigurationError;
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
use Icinga\Web\Hook;
use Icinga\Application\Hook;
use Exception;
class DirectorDatafieldForm extends DirectorObjectForm

View File

@ -3,7 +3,6 @@
namespace Icinga\Module\Director\Forms;
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
use Icinga\Web\Hook;
class ImportRowModifierForm extends DirectorObjectForm
{

View File

@ -2,13 +2,13 @@
namespace Icinga\Module\Director\Forms;
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
use Exception;
use Icinga\Exception\InvalidPropertyException;
use Icinga\Module\Director\Hook\ImportSourceHook;
use Icinga\Module\Director\Objects\SyncRule;
use Icinga\Module\Director\Objects\IcingaObject;
use Icinga\Module\Director\Objects\ImportSource;
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
use Exception;
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
class SyncPropertyForm extends DirectorObjectForm
{

View File

@ -3,7 +3,6 @@
namespace Icinga\Module\Director\Forms;
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
use Icinga\Web\Hook;
class SyncRuleForm extends DirectorObjectForm
{

View File

@ -4,8 +4,8 @@ namespace Icinga\Module\Director\Tables;
use Icinga\Data\DataArray\ArrayDatasource;
use Icinga\Data\Paginatable;
use Icinga\Module\Director\Hook\ImportSourceHook;
use Icinga\Module\Director\Objects\ImportSource;
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
use Icinga\Module\Director\Web\Table\QuickTable;
class ImportsourceHookTable extends QuickTable

View File

@ -2,14 +2,14 @@
namespace Icinga\Module\Director\IcingaConfig;
use Icinga\Application\Benchmark;
use Icinga\Application\Hook;
use Icinga\Exception\ProgrammingError;
use Icinga\Module\Director\Db;
use Icinga\Module\Director\Util;
use Icinga\Module\Director\Objects\IcingaHost;
use Icinga\Module\Director\Objects\IcingaZone;
use Icinga\Module\Director\Objects\IcingaEndpoint;
use Icinga\Application\Benchmark;
use Icinga\Web\Hook;
use Exception;
class IcingaConfig

View File

@ -2,10 +2,10 @@
namespace Icinga\Module\Director\Import;
use Icinga\Exception\IcingaException;
use Icinga\Module\Director\Hook\ImportSourceHook;
use Icinga\Module\Director\Objects\ImportSource;
use Icinga\Module\Director\Util;
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
use Icinga\Exception\IcingaException;
use stdClass;
class Import