From 0490a2dfe4dade222d239ef4238d6b7a5dd9d6ff Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 13 May 2022 15:24:11 +0200 Subject: [PATCH] Drop class `Icinga\Web\Hook\GrapherHook` --- doc/80-Upgrading.md | 1 + library/Icinga/Web/Hook/GrapherHook.php | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 library/Icinga/Web/Hook/GrapherHook.php diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md index 63a04dcee..a563308e5 100644 --- a/doc/80-Upgrading.md +++ b/doc/80-Upgrading.md @@ -50,6 +50,7 @@ v2.6 to v2.8 requires to follow the instructions for v2.7 too. + `Icinga\Util\Translator`: Use `\ipl\I18n\StaticTranslator::$instance` or `\ipl\I18n\Translation` instead. + `Icinga\Module\Migrate\Clicommands\DashboardCommand` + `Icinga\Web\Hook\TicketHook`: Use `Icinga\Application\Hook\TicketHook` instead. ++ `Icinga\Web\Hook\GrapherHook`: Use `Icinga\Application\Hook\GrapherHook` instead. * All the following deprecated js classes and methods are removed: diff --git a/library/Icinga/Web/Hook/GrapherHook.php b/library/Icinga/Web/Hook/GrapherHook.php deleted file mode 100644 index 4cf5205b9..000000000 --- a/library/Icinga/Web/Hook/GrapherHook.php +++ /dev/null @@ -1,15 +0,0 @@ -