<?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 getReturnShipmentBuilderService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Core\Service\ReturnShipment\ReturnShipmentBuilder' shared autowired service.
     *
     * @return \App\Core\Service\ReturnShipment\ReturnShipmentBuilder
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentBuilder'] = new \App\Core\Service\ReturnShipment\ReturnShipmentBuilder(($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)), ($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentCodeTeliaeGeneratorService'] ?? $container->load('getReturnShipmentCodeTeliaeGeneratorServiceService')), ($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentToulivProviderService'] ?? $container->load('getReturnShipmentToulivProviderServiceService')), ($container->privates['App\\Core\\Service\\Appointment\\DeliverySlotAvailabilityService'] ?? $container->load('getDeliverySlotAvailabilityServiceService')), ($container->services['VU\\Logistic\\Carrier\\CarrierManager'] ?? $container->load('getCarrierManagerService')), ($container->privates['App\\Core\\Service\\Transport\\CarrierAndTransportTypeAssignmentService'] ?? $container->load('getCarrierAndTransportTypeAssignmentServiceService')));
    }
}
