Skip to content

Commit

Permalink
Update blog/src/Auth/Form/ResetForm.php
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
rossaddison and samdark authored Nov 15, 2023
1 parent bc0ab84 commit f19017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/src/Auth/Form/ResetForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function (mixed $value): Result {
];
}

private function PasswordRules(): array
private function passwordRules(): array
{
return [
new Required(),
Expand Down

0 comments on commit f19017e

Please sign in to comment.