Replies: 1 comment 11 replies
-
This has nothing to do with the validation, your data is not being casted correctly. Use: #[WithCast(DateTimeInterfaceCast::class, 'Y-m-d')] |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have a bug trying to validate a specific rules (
After('some_field')
) in some Carbon field in DataCollection of Data.Let me show an example:
If i try to validate a json that rapresent WebhookData the validation thrown a Warning PHP message,not apply the rules and not faild the validation, it's a BUG?
The warning message
Beta Was this translation helpful? Give feedback.
All reactions