Skip to content

Commit c84b7a1

Browse files
committed
Fix Entry model not being imported in browse command
#264
1 parent 825648f commit c84b7a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/BrowseLdapServer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use InvalidArgumentException;
77
use LdapRecord\Container;
88
use LdapRecord\Models\Attributes\DistinguishedName;
9+
use LdapRecord\Models\Entry;
910
use LdapRecord\Models\Model;
1011

1112
class BrowseLdapServer extends Command

0 commit comments

Comments
 (0)