### Bug Report Implementing https://github.com/doctrine/mongodb-odm/pull/2465 caused an issue of not intializing the underlying collection. If you call findFirst on a PersistentColleciton it returns nothing. #### Summary initialize must be called before.
Bug Report
Implementing #2465 caused an issue of not intializing the underlying collection. If you call findFirst on a PersistentColleciton it returns nothing.
Summary
initialize must be called before.