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

14 lines
314 B
PHP
Raw Normal View History

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