webfactory / WebfactoryPolyglotBundle

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

Support Doctrine attributes alongside annotations in `BaseTranslation` #44

Closed relthyg closed 4 months ago

relthyg commented 4 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.