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

Commit 50c3b7b

Browse files
committed
Typo
1 parent 520587d commit 50c3b7b

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
@@ -169,7 +169,7 @@ protected function syncModelPassword(Authenticatable $model, $password)
169169
{
170170
if ($model instanceof Model && $model->hasSetMutator('password')) {
171171
// If the model has a set mutator for the password then
172-
// we'll assume that the dev is using they're
172+
// we'll assume that the dev is using their
173173
// own encryption method for passwords.
174174
$model->password = $password;
175175

0 commit comments

Comments
 (0)