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

Commit 6d7b04b

Browse files
authored
Merge pull request #452 from 36864/patch-1
Update SyncPassword.php
2 parents 3e118ce + da5deed commit 6d7b04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/SyncPassword.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ protected function syncing() : bool
145145
/**
146146
* Retrieves the password column to use.
147147
*
148-
* @return string
148+
* @return string|null
149149
*/
150-
protected function column() : string
150+
protected function column()
151151
{
152152
return Config::get('adldap_auth.passwords.column', 'password');
153153
}

0 commit comments

Comments
 (0)