mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-02 20:24:14 +01:00
15 lines
227 B
PHP
15 lines
227 B
PHP
<?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
|
|
{
|
|
}
|