Application\Hook is the new Hook loader

This commit is contained in:
Thomas Gelf 2015-11-12 17:44:29 +01:00
parent 8f8d251fd7
commit 576747f792

View File

@ -1,7 +1,7 @@
<?php <?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Web; namespace Icinga\Application;
use Exception; use Exception;
use Icinga\Application\Logger; use Icinga\Application\Logger;