Skip to content

Commit

Permalink
Merge pull request #542 from Cbrad24/fix-ldap-browse-command
Browse files Browse the repository at this point in the history
Fix ldap:browse command for V3 release
  • Loading branch information
stevebauman authored Jun 14, 2023
2 parents d4024f4 + 0800c3c commit 2127a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BrowseLdapServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ protected function getSelectedNestedDns(): array
{
return $this->newLdapQuery()
->in($this->selectedDn)
->listing()
->list()
->paginate()
->sortBy(function (Model $object) {
return $object->getName();
Expand Down

0 comments on commit 2127a59

Please sign in to comment.