Compat Hooks: fix c&p error
This commit is contained in:
parent
e6903b3834
commit
dc3c787446
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
namespace Icinga\Module\Monitoring\Web\Hook;
|
namespace Icinga\Module\Monitoring\Web\Hook;
|
||||||
|
|
||||||
use Icinga\Module\Monitoring\Hook\HostActionsHook as BaseHook;
|
use Icinga\Module\Monitoring\Hook\ServiceActionsHook as BaseHook;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compat only
|
* Compat only
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
namespace Icinga\Module\Monitoring\Web\Hook;
|
namespace Icinga\Module\Monitoring\Web\Hook;
|
||||||
|
|
||||||
use Icinga\Module\Monitoring\Hook\HostActionsHook as BaseHook;
|
use Icinga\Module\Monitoring\Hook\TimelineProviderHook as BaseHook;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compat only
|
* Compat only
|
||||||
|
|
Loading…
Reference in New Issue