Browse Source

Add comment about Manager instance not being shared

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v27.0.0beta1
Côme Chilliet 1 year ago
parent
commit
967955358c
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      apps/user_ldap/lib/AccessFactory.php

+ 1
- 0
apps/user_ldap/lib/AccessFactory.php View File

@@ -50,6 +50,7 @@ class AccessFactory {
}

public function get(Connection $connection): Access {
/* Each Access instance gets its own Manager instance, see OCA\User_LDAP\AppInfo\Application::register() */
return new Access(
$connection,
$this->ldap,

Loading…
Cancel
Save