Skip to content

Commit

Permalink
Merge pull request #519 from Klaas058/klaas058/fix-validation-docs-un…
Browse files Browse the repository at this point in the history
…ique-link

Fix validation docs link to unique rule in Laravel docs
  • Loading branch information
rubenvanassche authored Jul 31, 2023
2 parents 43384b6 + f10819d commit 7d42f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/validation-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ public string $closure;

### Unique

[Docs](https://laravel.com/docs/9.x/validation#rule-unqiue)
[Docs](https://laravel.com/docs/9.x/validation#rule-unique)

```php
#[Unique('users')]
Expand Down

0 comments on commit 7d42f07

Please sign in to comment.