analogueorm / analogue

Analogue ORM : Data Mapper ORM for Laravel/PHP
MIT License
634 stars 51 forks source link

Fix Missing Attribute with asJson #259

Closed cappuc closed 6 years ago

cappuc commented 6 years ago

If it is set asJson the missing attribute must be a string (the json encoded version of an empty array)

RemiCollin commented 6 years ago

Thanks !