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

Commit

Permalink
Merge pull request #110 from Adldap2/analysis-zdjnmJ
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
stevebauman committed May 21, 2016
2 parents ead560c + 1deddb5 commit 10de79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdldapAuthUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 10de79f

Please sign in to comment.