<?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_family_variant_structure_changes' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Structure/Bundle/EventSubscriber/ComputeFamilyVariantStructureChangesSubscriber.php';

return $this->privates['pim_catalog.event_subscriber.compute_family_variant_structure_changes'] = new \Akeneo\Pim\Structure\Bundle\EventSubscriber\ComputeFamilyVariantStructureChangesSubscriber(($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')), 'compute_family_variant_structure_changes');
