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

16 lines
311 B
PHP
Raw Normal View History

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