flightphp / active-record

Micro Active Record library in PHP, supports chain calls, events, and relations.
https://docs.flightphp.com/awesome-plugins/active-record
MIT License
7 stars 3 forks source link

jsonSerializeable #3

Closed n0nag0n closed 5 months ago

n0nag0n commented 5 months ago

Add jsonSerializeable to the class so that this is easy to use in an API. Likely serialize the data, and customData parameters.

n0nag0n commented 5 months ago

Fixed with https://github.com/flightphp/active-record/pull/4