<?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 getRtcExportServiceService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\RTC\Export\RtcExportService' shared autowired service.
     *
     * @return \App\External\RTC\Export\RtcExportService
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['serializer'] ?? self::getSerializerService($container));

        if (isset($container->privates['App\\External\\RTC\\Export\\RtcExportService'])) {
            return $container->privates['App\\External\\RTC\\Export\\RtcExportService'];
        }

        $instance = new \App\External\RTC\Export\RtcExportService(($container->privates['fulfillment.sftp'] ?? $container->load('getFulfillment_SftpService')), ($container->privates['rtc.copy.storage'] ?? $container->load('getRtc_Copy_StorageService')), ($container->privates['App\\Serializer\\ExcelEncoder'] ??= new \App\Serializer\ExcelEncoder($container->parameters['api_platform.serializer.default_context'], \dirname(__DIR__, 4))), $a, ($container->privates['App\\Core\\Util\\AddressService'] ?? $container->load('getAddressService2Service')), ($container->privates['App\\Core\\Service\\MountingService'] ?? $container->load('getMountingService2Service')), ($container->services['monolog.logger.rtc'] ?? $container->load('getMonolog_Logger_RtcService')));

        if (isset($container->privates['App\\External\\RTC\\Export\\RtcExportService'])) {
            return $container->privates['App\\External\\RTC\\Export\\RtcExportService'];
        }

        return $container->privates['App\\External\\RTC\\Export\\RtcExportService'] = $instance;
    }
}
