IcingaServiceAssignment: has no object name

This commit is contained in:
Thomas Gelf 2016-03-07 08:56:57 +01:00
parent 0708dd774a
commit 715c00e975
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ class IcingaServiceAssignment extends IcingaObject
{
protected $table = 'icinga_service_assignment';
protected $keyName = 'id';
protected $defaultProperties = array(
'id' => null,
'service_id' => null,