Skip to content

Commit

Permalink
Fix compatibility with CE 4.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmus committed Nov 22, 2021
1 parent f8cd68f commit 1c3caf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
- '%pim_job_product_batch_size%'

0 comments on commit 1c3caf5

Please sign in to comment.