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

Commit

Permalink
Merge branch 'hotfix/40' into develop
Browse files Browse the repository at this point in the history
Forward port #40
  • Loading branch information
Xerkus committed May 6, 2019
2 parents f77d3de + 21b1276 commit 11c0f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/adapter/dbtable/callback-check.md
Expand Up @@ -114,7 +114,7 @@ $authAdapter
->setTableName('users')
->setIdentityColumn('username')
->setCredentialColumn('password')
->setCredentialValidatinCallback($passwordValidation);
->setCredentialValidationCallback($passwordValidation);
```

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

0 comments on commit 11c0f68

Please sign in to comment.