File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,8 @@ public string $closure;
340
340
341
341
### ExcludeIf
342
342
343
+ * At the moment the data is not yet excluded due to technical reasons, v4 should fix this*
344
+
343
345
[ Docs] ( https://laravel.com/docs/9.x/validation#rule-exclude-if )
344
346
345
347
``` php
@@ -349,6 +351,8 @@ public string $closure;
349
351
350
352
### ExcludeUnless
351
353
354
+ * At the moment the data is not yet excluded due to technical reasons, v4 should fix this*
355
+
352
356
[ Docs] ( https://laravel.com/docs/9.x/validation#rule-exclude-unless )
353
357
354
358
``` php
@@ -358,6 +362,8 @@ public string $closure;
358
362
359
363
### ExcludeWithout
360
364
365
+ * At the moment the data is not yet excluded due to technical reasons, v4 should fix this*
366
+
361
367
[ Docs] ( https://laravel.com/docs/9.x/validation#rule-exclude-without )
362
368
363
369
``` php
You can’t perform that action at this time.
0 commit comments