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

Commit 0de5ddc

Browse files
committed
Removed connection param.
1 parent a4230d5 commit 0de5ddc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Auth/DatabaseUserProvider.php

-5
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ public function updateRememberToken(Authenticatable $user, $token)
9797
*/
9898
public function retrieveByCredentials(array $credentials)
9999
{
100-
// Set the LDAP connection if present.
101-
if (array_key_exists('connection', $credentials)) {
102-
Resolver::setConnection($credentials['connection']);
103-
}
104-
105100
// Retrieve the LDAP user who is authenticating.
106101
$user = Resolver::byCredentials($credentials);
107102

0 commit comments

Comments
 (0)