Merge pull request #17619 from nextcloud/fix/noid/visibility
[stable16] fix method scope
This commit is contained in:
commit
6b18986a87
|
@ -635,7 +635,7 @@ class Access extends LDAPUtility {
|
|||
return false;
|
||||
}
|
||||
|
||||
protected function mapAndAnnounceIfApplicable(
|
||||
public function mapAndAnnounceIfApplicable(
|
||||
AbstractMapping $mapper,
|
||||
string $fdn,
|
||||
string $name,
|
||||
|
|
Loading…
Reference in New Issue