-
Notifications
You must be signed in to change notification settings - Fork 231
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
Wire the EntityArgumentResolver #754
Conversation
@HypeMC don't mind Psalm's failure (unless you want to), we'll deal with that separately |
Anything I could help with to get this PR merged? this seems ready to me |
Thanks @HypeMC! |
Thanks @franmomu for merging this! |
This should be updated to leverage symfony/symfony#48992! (adding attribute "name" on the tag) |
Resolves #753
Despite "Entity" being in it's name, the
EntityValueResolver
&#[MapEntity]
attribute work with MongoDB documents as well, it's just missing the wiring.This PR is basically a copy of doctrine/DoctrineBundle#1554 with some minor adjustments.