We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb903d8 commit 15f56e0Copy full SHA for 15f56e0
src/Auth/UserProvider.php
@@ -36,7 +36,7 @@ public function __construct(LdapUserRepository $users, LdapUserAuthenticator $au
36
$this->users = $users;
37
$this->auth = $auth;
38
39
- $this->userResolver = function ($credentials) {
+ $this->userResolver = function (array $credentials) {
40
return $this->users->findByCredentials($credentials);
41
};
42
}
0 commit comments