Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 96878e4

Browse files
committed
Merge branch 'hotfix/40'
Close #40
2 parents 6f54071 + 21b1276 commit 96878e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/adapter/dbtable/callback-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $authAdapter
114114
->setTableName('users')
115115
->setIdentityColumn('username')
116116
->setCredentialColumn('password')
117-
->setCredentialValidatinCallback($passwordValidation);
117+
->setCredentialValidationCallback($passwordValidation);
118118
```
119119

120120
At this point, the authentication adapter instance is ready to accept

0 commit comments

Comments
 (0)