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

Commit ff59a55

Browse files
stevebaumanStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 84aa841 commit ff59a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/ImportsUsers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function getModelFromAdldap(User $user, $password)
5656

5757
// Bind the Adldap model to the eloquent model (if enabled).
5858
$model = ($this->getBindUserToModel() ? $this->bindAdldapToModel($user, $model) : $model);
59-
59+
6060
return $model;
6161
}
6262

0 commit comments

Comments
 (0)