icingaweb2/modules/monitoring/library/Monitoring/Web/Hook/ServiceActionsHook.php

14 lines
310 B
PHP
Raw Normal View History

2015-05-18 11:45:39 +02:00
<?php
/* Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */
2015-05-18 11:45:39 +02:00
namespace Icinga\Module\Monitoring\Web\Hook;
2015-11-12 18:17:33 +01:00
use Icinga\Module\Monitoring\Hook\ServiceActionsHook as BaseHook;
2015-05-18 11:45:39 +02:00
/**
* Compat only
*
* Please implement hooks in our Hook direcory
2015-05-18 11:45:39 +02:00
*/
abstract class ServiceActionsHook extends BaseHook {}