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
Support Doctrine attributes alongside annotations in BaseTranslation (#44)
This PR adds Doctrine attributes to the MappedSuperclass
`BaseTranslation` while keeping the annotations in place. This allows
`BaseTranslation` to be used with either annotations or attribute-based
Doctrine configurations.
0 commit comments