Endpoint: allow to set zone relation as string
This commit is contained in:
parent
f9a79b01eb
commit
f1e6b12eeb
|
@ -17,4 +17,8 @@ class IcingaEndpoint extends IcingaObject
|
||||||
'log_duration' => null,
|
'log_duration' => null,
|
||||||
'object_type' => null,
|
'object_type' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
protected $relations = array(
|
||||||
|
'zone' => 'IcingaZone',
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue