<?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 'akeneo_batch_queue.queue.database_job_execution_queue' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/BatchQueue/Queue/JobExecutionQueueInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchQueueBundle/Queue/DatabaseJobExecutionQueue.php';

return $this->privates['akeneo_batch_queue.queue.database_job_execution_queue'] = new \Akeneo\Tool\Bundle\BatchQueueBundle\Queue\DatabaseJobExecutionQueue(($this->privates['akeneo_batch_queue.queue.job_execution_message_repository'] ?? $this->load('getAkeneoBatchQueue_Queue_JobExecutionMessageRepositoryService.php')));
