IcingaCommand: zone is a relation

This commit is contained in:
Thomas Gelf 2016-04-01 14:08:11 +02:00
parent b7d578570c
commit 03d739170c
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ class IcingaCommand extends IcingaObject
'timeout' => 'timeout',
);
protected $relations = array(
'zone' => 'IcingaZone',
);
protected static $pluginDir;
/**