analogueorm / analogue

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

Fix for missing hydration handling of popo with custom attributes #180

Closed gdsmith closed 7 years ago

gdsmith commented 7 years ago

I found that the mapping of custom attributes would fail on hydration using the PlainObjectWrapper. This adds a fix and updates the tests to include checks for the case.

RemiCollin commented 7 years ago

Thanks