Jeżeli ktoś miał problem przy przejściu na Symfony 3/4 z JMSTranslationBundle wystarczy w pliku services.yml dodać:
JMS\TranslationBundle\Controller\TranslateController: public: true arguments: $configFactory: '@jms_translation.config_factory' $loader: '@jms_translation.loader_manager' JMS\TranslationBundle\Controller\ApiController: public: true arguments: $configFactory: '@jms_translation.config_factory' $updater: '@jms_translation.updater'
więcej informacji możecie uzyskać na stronie:
https://stackoverflow.com/questions/52367845/controller-jms-translationbundle-controller-translatecontroller-has-required-c
Nikt jeszcze nie komentował. Bądź pierwszy!