maschmann / TranslationLoaderBundle

Symfony2 bundle with database translation loader
23 stars 9 forks source link

Symfony 3 compatibility: Drop hard dependency on security context #34

Closed xabbuh closed 8 years ago

xabbuh commented 8 years ago

Currently, the TranslationHistorySubscriber expects the security context to be passed to the constructor. This will break in Symfony 3 where the security context is removed. We should pass the token storage when it is present instead.