Endpoint: allow to set zone relation as string

This commit is contained in:
Thomas Gelf 2015-12-03 16:50:44 +01:00
parent f9a79b01eb
commit f1e6b12eeb
1 changed files with 4 additions and 0 deletions

View File

@ -17,4 +17,8 @@ class IcingaEndpoint extends IcingaObject
'log_duration' => null,
'object_type' => null,
);
protected $relations = array(
'zone' => 'IcingaZone',
);
}