HostActions: fix namespace to fit new hook style

This commit is contained in:
Thomas Gelf 2015-11-20 12:41:34 +01:00
parent 11a717a862
commit 21451338c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Icinga\Module\Director\Web;
namespace Icinga\Module\Director\ProvidedHook\Monitoring;
use Icinga\Application\Config;
use Icinga\Module\Director\Db;