Skip to content

Commit

Permalink
hotfix akeneo v7 service dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
p3pega committed Apr 26, 2024
1 parent 3686b3c commit f84def8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
Gracious\AkeneoExtras\Command\AkeneoFileStoragePruneCatalogCommand:
arguments:
$mediaAttributeRepository: '@pim_catalog.repository.attribute'
$productQueryBuilderFactory: '@pim_catalog.query.product_query_builder_factory'
$productQueryBuilderFactory: '@pim_catalog.query.product_query_builder_factory_for_reading_purpose'
$productModelQueryBuilderFactory: '@pim_catalog.query.product_model_query_builder_factory'
$entityManager: '@doctrine.orm.entity_manager'
$filesystemProvider: '@akeneo_file_storage.file_storage.filesystem_provider'
Expand Down

0 comments on commit f84def8

Please sign in to comment.