From 4ca3583fff93c0651b011da4b2c20cd5f9e78f78 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 18 Jun 2015 09:42:05 +0200 Subject: [PATCH] CustomVariable: forgot to implement ConfigRenderer --- library/Director/CustomVariable/CustomVariable.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/Director/CustomVariable/CustomVariable.php b/library/Director/CustomVariable/CustomVariable.php index 6af8cba1..4469d180 100644 --- a/library/Director/CustomVariable/CustomVariable.php +++ b/library/Director/CustomVariable/CustomVariable.php @@ -3,8 +3,9 @@ namespace Icinga\Module\Director\CustomVariable; use Icinga\Exception\ProgrammingError; +use Icinga\Module\Director\IcingaConfig\IcingaConfigRenderer; -abstract class CustomVariable +abstract class CustomVariable implements IcingaConfigRenderer { protected $key;