Replies: 1 comment
-
You probably should give the cast another date input format since |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a VO, that is essentially an extend from CarbonImmutable. In the model we have a cast from
'date_of_entry' => 'datetime',
When the field is typed as CarbonImmutable, this works fine, but when it is the DateOfEntry, it fails with
And I do not understand why?
Beta Was this translation helpful? Give feedback.
All reactions