jeremyharris / cakephp-lazyload

A lazy loader for CakePHP entities.
MIT License
61 stars 10 forks source link

Avoid lazy load if the association is empty #27

Closed fabiofdsantos closed 3 years ago

fabiofdsantos commented 3 years ago

Fixes #26

jeremyharris commented 3 years ago

🚀 Released: https://github.com/jeremyharris/cakephp-lazyload/releases/tag/4.0.2

Thanks for the work!