CustomVariable: forgot to implement ConfigRenderer
This commit is contained in:
parent
54f7b64844
commit
4ca3583fff
|
@ -3,8 +3,9 @@
|
||||||
namespace Icinga\Module\Director\CustomVariable;
|
namespace Icinga\Module\Director\CustomVariable;
|
||||||
|
|
||||||
use Icinga\Exception\ProgrammingError;
|
use Icinga\Exception\ProgrammingError;
|
||||||
|
use Icinga\Module\Director\IcingaConfig\IcingaConfigRenderer;
|
||||||
|
|
||||||
abstract class CustomVariable
|
abstract class CustomVariable implements IcingaConfigRenderer
|
||||||
{
|
{
|
||||||
protected $key;
|
protected $key;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue