Skip to content

Commit 3743661

Browse files
author
Tomáš Votruba
authored
Merge pull request piotrplenik#28 from litvinchuk/patch-1
Make verifyCredentials public after SRP splitting
2 parents 68a02db + 413895b commit 3743661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ class UserAuth {
886886
$this->user = user;
887887
}
888888

889-
protected function verifyCredentials() {
889+
public function verifyCredentials() {
890890
// ...
891891
}
892892
}

0 commit comments

Comments
 (0)