Skip to content

Commit 04beab3

Browse files
committed
fix capitalization
1 parent 3a8115f commit 04beab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ public function getOwner()
538538
);
539539
}
540540

541-
public function GetLDAPEntry(): LdapEntry
541+
public function getLDAPEntry(): LdapEntry
542542
{
543543
return $this->LDAP->getPIGroupEntry($this->pi_uid);
544544
}

0 commit comments

Comments
 (0)