Tharos / LeanMapper

Lean Mapper is a tiny ORM based on powerful Dibi database abstraction library for PHP.
MIT License
87 stars 35 forks source link

Entity: fixed passthru setter, added test #118

Closed janpecha closed 6 years ago

janpecha commented 6 years ago

The fix for the same issue as in https://github.com/Tharos/LeanMapper/pull/117 but in another way and with tests.

dakujem commented 6 years ago

Isn't this EXACTLY the same as in #117 only written with more characters? 🙄

janpecha commented 6 years ago

Yes :) It is old commit from my WIP PR on implicit passThru. I sent it, because it has tests.