mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
CustomVariable: forgot to implement ConfigRenderer
This commit is contained in:
parent
54f7b64844
commit
4ca3583fff
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user