Skip to content

Commit

Permalink
Fix Entry model not being imported in browse command
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Apr 18, 2021
1 parent 825648f commit c84b7a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/BrowseLdapServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use InvalidArgumentException;
use LdapRecord\Container;
use LdapRecord\Models\Attributes\DistinguishedName;
use LdapRecord\Models\Entry;
use LdapRecord\Models\Model;

class BrowseLdapServer extends Command
Expand Down

0 comments on commit c84b7a1

Please sign in to comment.