diff --git a/src/Resources/config/services.yml b/src/Resources/config/services.yml index 0777c65..6c59825 100644 --- a/src/Resources/config/services.yml +++ b/src/Resources/config/services.yml @@ -8,7 +8,7 @@ services: - '@Piotrmus\Translator\Translator\GoogleTranslator' - '@pim_catalog.repository.attribute' - '@pim_catalog.entity_with_family_variant.check_attribute_editable' - - '@pim_catalog.updater.entity_with_values_property_setter_without_permission' + - '@pim_catalog.updater.property_setter' Google\Cloud\Translate\V2\TranslateClient: arguments: @@ -47,5 +47,4 @@ services: - '@pim_enrich.reader.database.product_and_product_model' - '@Piotrmus\Translator\Connector\Processor\MassEdit\TranslateAttributesProcessor' - '@pim_enrich.writer.database.product_and_product_model_writer' - - '%pim_job_product_batch_size%' - - '@akeneo_batch.job.job_stopper' \ No newline at end of file + - '%pim_job_product_batch_size%' \ No newline at end of file