<?php

namespace ContainerXAyNPD7;

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

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getSendRtcExpeditionsCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Command\SendRtcExpeditionsCommand' shared autowired service.
     *
     * @return \App\Command\SendRtcExpeditionsCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\Command\\SendRtcExpeditionsCommand'] = $instance = new \App\Command\SendRtcExpeditionsCommand(($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), ($container->privates['App\\Repository\\ExpeditionRepository'] ?? $container->load('getExpeditionRepositoryService')), new \App\External\Export\ExpeditionExporterResolver(new RewindableGenerator(function () use ($container) {
            yield 0 => ($container->privates['App\\External\\RTC\\Export\\ExportRtcExpedition'] ?? $container->load('getExportRtcExpeditionService'));
        }, 1)));

        $instance->setName('cron:rtc:send-shipped-expeditions');

        return $instance;
    }
}
