You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I missed those too. json_encode() only includes public properties, so not Address's. I can't image Symfony will implement JsonSerializable for this, so this package should do something. Can't be too hard. I'll make a PR soon, if I remember.
I do not get addresses in a
.html
mail file. This is what I see as MessageInfoWhen I dump
$message->getOriginalMessage()->getFrom()
, I get:And when it is serialized using
json_encode
, it becomes:"[{}]"
Laravel version:
Laravel Framework 10.18.0
The text was updated successfully, but these errors were encountered: