Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arondeparon authored Dec 15, 2021
1 parent 7db03d9 commit 5fd928f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ property of your form request.
- [`Uppercase`](./src/Sanitizers/Uppercase.php) - converts a string to uppercase
- [`Lowercase`](./src/Sanitizers/Lowercase.php) - converts a string to lowercase
- [`FilterVars`](./src/Sanitizers/FilterVars.php) - simple PHP `filter_var` sanitizer
- [`CarbonDate`](./src/Sanitizers/CarbonDate.php) - cast a string to a Carbon object
- Contributions are appreciated!

### FilterVars usage
Expand Down

0 comments on commit 5fd928f

Please sign in to comment.