Adrian

Results 2 issues of Adrian

i get the error when running "php bin/console bazinga:js-translation:dump public/js/bazinga_jstranslation_js --format=json". my setup: PHP 7.4 Symfony 5 willdurand/js-translation-bundle: 3.0.0

The encript commnad is missing the persist call. `$this->subscriber->processFields($row[0]);` .. this should be changed to: ```php $entity = $row[0]; $this->subscriber->processFields($entity); $this->entityManager->persist($entity); ```