<?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
{
}