Skip to content

Commit

Permalink
Update using-validation-attributes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored Sep 9, 2024
1 parent 8466bd7 commit 6a7ed95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/validation/using-validation-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ So it is not required to add the `required` and `string` rule, these will be add
]
```

For each Laravel validation rule we've got a matching validation attribute, you can find a list of them [here](/docs/laravel-data/v4/advanced-usage/using-attributes).
For each Laravel validation rule we've got a matching validation attribute, you can find a list of them [here](/docs/laravel-data/v4/advanced-usage/validation-attributes).

## Referencing route parameters

Expand Down

0 comments on commit 6a7ed95

Please sign in to comment.