Replies: 1 comment
-
Everything added to with doesn't go through the transformation process, you'll need to add native properties if you want this. |
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
-
I have a Data class that uses
with
to append properties. One of these properties is a Carbon datetime. However, this datetime is not being transformed with the formatting optiondate_format
in mydata.php
. Is there a way to workaround this and is this a known issue?Beta Was this translation helpful? Give feedback.
All reactions