<?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 getReturnShipmentProcessorService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\ApiPlatform\State\ReturnShipment\ReturnShipmentProcessor' shared autowired service.
     *
     * @return \App\ApiPlatform\State\ReturnShipment\ReturnShipmentProcessor
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\ApiPlatform\\State\\ReturnShipment\\ReturnShipmentProcessor'] = new \App\ApiPlatform\State\ReturnShipment\ReturnShipmentProcessor(($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentBuilder'] ?? $container->load('getReturnShipmentBuilderService')), ($container->privates['api_platform.doctrine_mongodb.odm.state.persist_processor'] ?? $container->load('getApiPlatform_DoctrineMongodb_Odm_State_PersistProcessorService')), ($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentTrackingService'] ?? $container->load('getReturnShipmentTrackingServiceService')), ($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\\LocationService'] ?? $container->load('getLocationServiceService')), ($container->privates['App\\Core\\Builder\\LogisticsDetailsBuilder'] ?? $container->load('getLogisticsDetailsBuilderService')), ($container->services['messenger.default_bus'] ?? self::getMessenger_DefaultBusService($container)));
    }
}
