Skip to content

Commit

Permalink
fixup! Fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlSchwan authored and PVince81 committed Jun 10, 2022
1 parent 695669b commit 32cabdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user_ldap/lib/Group_Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function implementsActions($actions) {
* @param string $gid
* @return Access instance of Access for LDAP interaction
*/
public function getLDAPAccess($gid): Acc {
public function getLDAPAccess($gid) {
return $this->handleRequest($gid, 'getLDAPAccess', [$gid]);
}

Expand Down

0 comments on commit 32cabdd

Please sign in to comment.