diff --git a/src/AdldapAuthUserProvider.php b/src/AdldapAuthUserProvider.php index 1ff81b1..a627ffe 100644 --- a/src/AdldapAuthUserProvider.php +++ b/src/AdldapAuthUserProvider.php @@ -140,7 +140,7 @@ protected function authenticateWithCredentials(array $credentials = []) if ($this->isConnected()) { // Retrieve the Adldap user. $user = $this->newAdldapUserQuery()->where([ - $this->getUsernameValue() => $this->getUsernameFromCredentials($credentials) + $this->getUsernameValue() => $this->getUsernameFromCredentials($credentials), ])->first(); if ($user instanceof User) {