Skip to content

Commit 2ca317a

Browse files
Update docs
1 parent 160986a commit 2ca317a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/advanced-usage/validation-attributes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ public string $closure;
340340

341341
### ExcludeIf
342342

343+
*At the moment the data is not yet excluded due to technical reasons, v4 should fix this*
344+
343345
[Docs](https://laravel.com/docs/9.x/validation#rule-exclude-if)
344346

345347
```php
@@ -349,6 +351,8 @@ public string $closure;
349351

350352
### ExcludeUnless
351353

354+
*At the moment the data is not yet excluded due to technical reasons, v4 should fix this*
355+
352356
[Docs](https://laravel.com/docs/9.x/validation#rule-exclude-unless)
353357

354358
```php
@@ -358,6 +362,8 @@ public string $closure;
358362

359363
### ExcludeWithout
360364

365+
*At the moment the data is not yet excluded due to technical reasons, v4 should fix this*
366+
361367
[Docs](https://laravel.com/docs/9.x/validation#rule-exclude-without)
362368

363369
```php

0 commit comments

Comments
 (0)