icingaweb2/library/Icinga/Web/Hook.php

15 lines
227 B
PHP
Raw Normal View History

<?php
namespace Icinga\Web;
use Icinga\Application\Hook as NewHookImplementation;
/**
* Icinga Web Hook registry
*
* Deprecated, please use Icinga\Application\Hook instead
*/
class Hook extends NewHookImplementation
{
}