Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ObjectManager::find requires class name #862

Closed
dbu opened this issue Jan 12, 2024 · 1 comment
Closed

ObjectManager::find requires class name #862

dbu opened this issue Jan 12, 2024 · 1 comment
Milestone

Comments

@dbu
Copy link
Member

dbu commented Jan 12, 2024

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

@dbu
Copy link
Member Author

dbu commented Jan 15, 2024

fixed in #864

@dbu dbu closed this as completed Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant