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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function mapAndAnnounceIfApplicable(
|
public function mapAndAnnounceIfApplicable(
|
||||||
AbstractMapping $mapper,
|
AbstractMapping $mapper,
|
||||||
string $fdn,
|
string $fdn,
|
||||||
string $name,
|
string $name,
|
||||||
|
|
Loading…
Reference in New Issue