Update directorytree/ldaprecord-laravel to v3

This commit is contained in:
2024-01-08 12:28:11 +11:00
parent 8529b1fd18
commit 18f9f1a9b3
5 changed files with 42 additions and 95 deletions

View File

@@ -247,7 +247,7 @@ final class Server
->cache(Carbon::now()->addSeconds(Config::get('ldap.cache.time')))
->select(['*','hassubordinates'])
->setDn($dn)
->listing()
->list()
->get()) ? $x : NULL;
}