Prezent / doctrine-translatable

Translatable behaviour extension for Doctrine2
MIT License
26 stars 17 forks source link

Lazy collections error #36

Closed hgabka closed 4 years ago

hgabka commented 4 years ago

Hello,

After the last update the Translatable listener fails for lazy collections as the Doctrine Proxy classes do not have the currentLocale property that is tried to be reached through Reflection class of the original entity.