HostGroupMember: Conform the class and file naming
This commit is contained in:
parent
4febd5c635
commit
9f7ff8276d
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace Icinga\Module\Director\Objects;
|
||||
|
||||
class IcingaHostgroupMember extends IcingaObject
|
||||
class IcingaHostGroupMember extends IcingaObject
|
||||
{
|
||||
protected $keyName = array('host_id', 'hostgroup_id');
|
||||
|
Loading…
Reference in New Issue