doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.94k stars 2.52k forks source link

Add `isEmpty()` method to the Extra Lazy Associations tutorial #11716

Closed acasademont closed 1 week ago

acasademont commented 1 week ago

Extra lazy support for it was added a long time ago (see https://github.com/doctrine/orm/pull/912) but was never properly documented.

greg0ire commented 1 week ago

Thanks @acasademont !