Skip to content

Commit

Permalink
add the List of Predefined Rules in readme as documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakvGhost committed Nov 17, 2023
1 parent 3cd9fb7 commit d5cdf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ try {
echo "Validation error: " . $e->getMessage();
}
```
In this example, we created a CustomRule that checks if the password is equal to confirm_password. You can customize the passes method to implement your specific validation logic.
In this example, we created a CustomPasswordRule that checks if the password is equal to confirm_password. You can customize the passes method to implement your specific validation logic.

## Contributing

Expand Down

0 comments on commit d5cdf5f

Please sign in to comment.