Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 1587093

Browse files
committed
Fixed newAdldapUserQuery method
1 parent b71f1de commit 1587093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdldapAuthUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ protected function bindAdldapToModel(User $user, Authenticatable $model)
201201
*/
202202
protected function newAdldapUserQuery()
203203
{
204-
return Adldap::users()->select($this->getSelectAttributes())->search();
204+
return Adldap::users()->search()->select($this->getSelectAttributes());
205205
}
206206

207207
/**

0 commit comments

Comments
 (0)