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

Commit 1deddb5

Browse files
stevebaumanStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent ead560c commit 1deddb5

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)