HostGroupMember: Conform the class and file naming

This commit is contained in:
Alexander Fuhr 2015-06-12 11:55:15 +02:00
parent 4febd5c635
commit 9f7ff8276d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace Icinga\Module\Director\Objects;
class IcingaHostgroupMember extends IcingaObject
class IcingaHostGroupMember extends IcingaObject
{
protected $keyName = array('host_id', 'hostgroup_id');