<?php

namespace ContainerRYWeSXx;

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 getExportReturnShipmentCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\Teliae\Command\ExportReturnShipmentCommand' shared autowired service.
     *
     * @return \App\External\Teliae\Command\ExportReturnShipmentCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\External\\Teliae\\Command\\ExportReturnShipmentCommand'] = $instance = new \App\External\Teliae\Command\ExportReturnShipmentCommand(($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), ($container->privates['App\\Repository\\ReturnShipmentRepository'] ?? $container->load('getReturnShipmentRepositoryService')), new RewindableGenerator(function () use ($container) {
            yield 0 => ($container->privates['App\\External\\RTC\\Export\\ExportRtcReturnShipment'] ?? $container->load('getExportRtcReturnShipmentService'));
            yield 1 => ($container->privates['App\\External\\Teliae\\Export\\ExportTeliaeReturnShipment'] ?? $container->load('getExportTeliaeReturnShipmentService'));
        }, 2));

        $instance->setName('cron:teliae:export:return-shipment');

        return $instance;
    }
}
