]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add comment about Manager instance not being shared 37903/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 27 Apr 2023 09:21:53 +0000 (11:21 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 27 Apr 2023 09:21:53 +0000 (11:21 +0200)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/user_ldap/lib/AccessFactory.php

index 72797ef162676187396e12a94b730fb643a91703..693f7e8ba12b5e4d79545ca1768069bc34b2e71c 100644 (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,