laravel-validated-dto
laravel-validated-dto copied to clipboard
Exception: Serialization of 'Closure' is not allowed
If you need to serialize an DTO, or an object where an DTO is embedded, you will get a
Exception: Serialization of 'Closure' is not allowed
as Validation logic contains Closures, that cannot get serialized.