IcingaServiceAssignment: has no object name
This commit is contained in:
parent
0708dd774a
commit
715c00e975
|
@ -6,6 +6,8 @@ class IcingaServiceAssignment extends IcingaObject
|
||||||
{
|
{
|
||||||
protected $table = 'icinga_service_assignment';
|
protected $table = 'icinga_service_assignment';
|
||||||
|
|
||||||
|
protected $keyName = 'id';
|
||||||
|
|
||||||
protected $defaultProperties = array(
|
protected $defaultProperties = array(
|
||||||
'id' => null,
|
'id' => null,
|
||||||
'service_id' => null,
|
'service_id' => null,
|
||||||
|
|
Loading…
Reference in New Issue