webfactory / WebfactoryPolyglotBundle

Symfony bundle simplifying translations in Doctrine.
MIT License
3 stars 3 forks source link

Support Doctrine attributes alongside annotations in `BaseTranslation` #44

Closed relthyg closed 7 months ago

relthyg commented 7 months ago

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.