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

        if (isset($container->privates['App\\External\\RTC\\Export\\ExportRtcReturnShipment'])) {
            return $container->privates['App\\External\\RTC\\Export\\ExportRtcReturnShipment'];
        }
        $b = ($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentStateService'] ?? $container->load('getReturnShipmentStateServiceService'));

        if (isset($container->privates['App\\External\\RTC\\Export\\ExportRtcReturnShipment'])) {
            return $container->privates['App\\External\\RTC\\Export\\ExportRtcReturnShipment'];
        }
        $c = ($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentLockService'] ?? $container->load('getReturnShipmentLockServiceService'));

        if (isset($container->privates['App\\External\\RTC\\Export\\ExportRtcReturnShipment'])) {
            return $container->privates['App\\External\\RTC\\Export\\ExportRtcReturnShipment'];
        }
        $d = ($container->privates['App\\Core\\Service\\History\\ReturnShipmentHistoryBuilder'] ?? $container->load('getReturnShipmentHistoryBuilderService'));

        if (isset($container->privates['App\\External\\RTC\\Export\\ExportRtcReturnShipment'])) {
            return $container->privates['App\\External\\RTC\\Export\\ExportRtcReturnShipment'];
        }
        $e = ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService'));

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

        $instance = new \App\External\RTC\Export\ExportRtcReturnShipment($a, $b, $c, $d, $e, ($container->services['monolog.logger.rtc'] ?? $container->load('getMonolog_Logger_RtcService')));

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

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