IcingaCommand: zone is a relation
This commit is contained in:
parent
b7d578570c
commit
03d739170c
|
@ -33,6 +33,10 @@ class IcingaCommand extends IcingaObject
|
|||
'timeout' => 'timeout',
|
||||
);
|
||||
|
||||
protected $relations = array(
|
||||
'zone' => 'IcingaZone',
|
||||
);
|
||||
|
||||
protected static $pluginDir;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue