We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation for upgrade does not indicate that DiscrimatorMap now always requires passing full class name along with whole namespace.
DiscrimatorMap
In 1.2 version of Doctrine ODM you can pass class names in current namespace. 2.0 always requires FQCN - I'm pretty sure now it's intended behavior.
2.0 Upgrade docs should contain this information. Probably under changes related to annotations?
The text was updated successfully, but these errors were encountered:
We should also check if deprecation is in place
Sorry, something went wrong.
Deprecation was part of #1927
alcaeus
No branches or pull requests
Bug Report
Summary
Documentation for upgrade does not indicate that
DiscrimatorMap
now always requires passing full class name along with whole namespace.Current behavior
In 1.2 version of Doctrine ODM you can pass class names in current namespace. 2.0 always requires FQCN - I'm pretty sure now it's intended behavior.
How to reproduce
Expected behavior
2.0 Upgrade docs should contain this information. Probably under changes related to annotations?
The text was updated successfully, but these errors were encountered: