Skip to content

Commit 2127a59

Browse files
authored
Merge pull request #542 from Cbrad24/fix-ldap-browse-command
Fix ldap:browse command for V3 release
2 parents d4024f4 + 0800c3c commit 2127a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/BrowseLdapServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ protected function getSelectedNestedDns(): array
173173
{
174174
return $this->newLdapQuery()
175175
->in($this->selectedDn)
176-
->listing()
176+
->list()
177177
->paginate()
178178
->sortBy(function (Model $object) {
179179
return $object->getName();

0 commit comments

Comments
 (0)