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

Commit 10de79f

Browse files
committed
Merge pull request #110 from Adldap2/analysis-zdjnmJ
Applied fixes from StyleCI
2 parents ead560c + 1deddb5 commit 10de79f

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
@@ -140,7 +140,7 @@ protected function authenticateWithCredentials(array $credentials = [])
140140
if ($this->isConnected()) {
141141
// Retrieve the Adldap user.
142142
$user = $this->newAdldapUserQuery()->where([
143-
$this->getUsernameValue() => $this->getUsernameFromCredentials($credentials)
143+
$this->getUsernameValue() => $this->getUsernameFromCredentials($credentials),
144144
])->first();
145145

146146
if ($user instanceof User) {

0 commit comments

Comments
 (0)