schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

Remove deprecated usage of ContainerAwareCommand, replace by DI #515

Closed kpn13 closed 4 years ago

kpn13 commented 4 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Fixed tickets
License Apache2

Description

This PR remove the usage of Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand and use dependency injection instead.

Todos

goetas commented 4 years ago

solved in https://github.com/schmittjoh/JMSTranslationBundle/pull/529