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
feature #43754 Determine attribute or annotation type for directories (cinamo)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
Determine attribute or annotation type for directories
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#43753
| License | MIT
When loading a bundle with a Doctrine entity, this entity is automatically recognized if auto_mapping: true is set in the Doctrine DBAL configuration. This currently only works if your entity class uses annotations, not attributes; this pull request adds that possibility.
Commits
-------
98454f8 Determine attribute or annotation type for directories
0 commit comments