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
Objects implementing JsonSerializable can customize their JSON representation when encoded with json_encode(). So we may exclude methods get_api_response_data() and replace it via standart method jsonSerialize
Objects implementing
JsonSerializable
can customize their JSON representation when encoded withjson_encode()
. So we may exclude methodsget_api_response_data()
and replace it via standart methodjsonSerialize
The text was updated successfully, but these errors were encountered: