Replies: 1 comment
-
Hi @slider23, You're right, this isn't correct behavior. It has been fixed in release 1.2.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
If the Data class has no
fromRequest()
method, then validation is called duringSomeData::from($request)
.If the Data class has own
fromRequest()
method, then validation is not called duringSomeData::from($request)
, you must do like this:Is this behavior correct ?
Beta Was this translation helpful? Give feedback.
All reactions