-
Currently this validation rule does not work as expected for nested arrays since 'Prohibits' is not part of the $dependentRules array in Illuminate\Validation\Validator.php
I added 'Prohibits' to $dependentRules and it now works as expected as nested arrays are validated for prohibitions. |
Beta Was this translation helpful? Give feedback.
Answered by
VFAndrew
Nov 23, 2021
Replies: 1 comment
-
Looks like it has been resolved. #39677 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
VFAndrew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like it has been resolved. #39677