<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'pim_catalog.event_subscriber.compute_completeness_on_family_update_subscriber' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/EventSubscriber/Family/ComputeCompletenessOnFamilyUpdateSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Storage/Sql/Family/FindAttributesForFamily.php';

return $this->privates['pim_catalog.event_subscriber.compute_completeness_on_family_update_subscriber'] = new \Akeneo\Pim\Enrichment\Bundle\EventSubscriber\Family\ComputeCompletenessOnFamilyUpdateSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['akeneo_batch_queue.launcher.queue_job_launcher'] ?? $this->load('getAkeneoBatchQueue_Launcher_QueueJobLauncherService.php')), ($this->privates['akeneo_batch.job.job_instance_repository'] ?? $this->load('getAkeneoBatch_Job_JobInstanceRepositoryService.php')), ($this->privates['pim_catalog.repository.attribute_requirement'] ?? $this->load('getPimCatalog_Repository_AttributeRequirementService.php')), 'compute_completeness_of_products_family', new \Akeneo\Pim\Enrichment\Bundle\Storage\Sql\Family\FindAttributesForFamily(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService())));
