From 2ca317a41b52df78c48602f227da383ff8683b21 Mon Sep 17 00:00:00 2001 From: Ruben Van Assche Date: Fri, 12 May 2023 14:12:37 +0200 Subject: [PATCH] Update docs --- docs/advanced-usage/validation-attributes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/advanced-usage/validation-attributes.md b/docs/advanced-usage/validation-attributes.md index 32ad0054..0a3bf0db 100644 --- a/docs/advanced-usage/validation-attributes.md +++ b/docs/advanced-usage/validation-attributes.md @@ -340,6 +340,8 @@ public string $closure; ### ExcludeIf +*At the moment the data is not yet excluded due to technical reasons, v4 should fix this* + [Docs](https://laravel.com/docs/9.x/validation#rule-exclude-if) ```php @@ -349,6 +351,8 @@ public string $closure; ### ExcludeUnless +*At the moment the data is not yet excluded due to technical reasons, v4 should fix this* + [Docs](https://laravel.com/docs/9.x/validation#rule-exclude-unless) ```php @@ -358,6 +362,8 @@ public string $closure; ### ExcludeWithout +*At the moment the data is not yet excluded due to technical reasons, v4 should fix this* + [Docs](https://laravel.com/docs/9.x/validation#rule-exclude-without) ```php