Module: use Application\Hook instead of Web\Hook

This commit is contained in:
Thomas Gelf 2015-11-12 18:34:25 +01:00
parent 54db2c9afa
commit b66e4dfdf2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ use Icinga\Module\Setup\SetupWizard;
use Icinga\Util\File;
use Icinga\Util\Translator;
use Icinga\Web\Controller\Dispatcher;
use Icinga\Web\Hook;
use Icinga\Application\Hook;
use Icinga\Web\Navigation\Navigation;
use Icinga\Web\Widget;