-
-
Notifications
You must be signed in to change notification settings - Fork 40
Exception: Serialization of 'Closure' is not allowed #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Something isn't working
Comments
patriziotomato
added a commit
to patriziotomato/laravel-validated-dto
that referenced
this issue
Feb 10, 2025
Proposal to fix it: #101 |
patriziotomato
added a commit
to patriziotomato/laravel-validated-dto
that referenced
this issue
Feb 10, 2025
Hey @patriziotomato |
Any idea why I get this, while using
|
Hey @patriziotomato
If it doesn't work, let me know |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you need to serialize an DTO, or an object where an DTO is embedded, you will get a
as Validation logic contains Closures, that cannot get serialized.
The text was updated successfully, but these errors were encountered: