From 293f1a4c793c892d3cade4de6aaff85f72e2363d Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Mon, 27 Oct 2025 15:34:50 +0100 Subject: [PATCH] Rename CustomVarsHelper --- library/Perfdatagraphsgraphite/Client/Graphite.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Perfdatagraphsgraphite/Client/Graphite.php b/library/Perfdatagraphsgraphite/Client/Graphite.php index d518872..6733b7b 100644 --- a/library/Perfdatagraphsgraphite/Client/Graphite.php +++ b/library/Perfdatagraphsgraphite/Client/Graphite.php @@ -2,8 +2,8 @@ namespace Icinga\Module\Perfdatagraphsgraphite\Client; -use Icinga\Module\Perfdatagraphs\Icingadb\CustomVarsHelper as IcinaDBCVH; -use Icinga\Module\Perfdatagraphs\Ido\CustomVarsHelper as IdoCVH; +use Icinga\Module\Perfdatagraphs\Icingadb\IcingaObjectHelper as IcinaDBCVH; +use Icinga\Module\Perfdatagraphs\Ido\IcingaObjectHelper as IdoCVH; use Icinga\Module\Perfdatagraphs\ProvidedHook\Icingadb\IcingadbSupport; use Icinga\Application\Config;