You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new versions of doctrine/persistence force the $className argument of ObjectManager::find to be string.
phpcr-odm allows to find without specifying the class. we need to add a new method for this use case that does not have a className argument at all in Doctrine\ODM\PHPCR\DocumentManagerInterface and update the documentation
The text was updated successfully, but these errors were encountered:
new versions of doctrine/persistence force the $className argument of ObjectManager::find to be string.
phpcr-odm allows to find without specifying the class. we need to add a new method for this use case that does not have a className argument at all in Doctrine\ODM\PHPCR\DocumentManagerInterface and update the documentation
The text was updated successfully, but these errors were encountered: