<?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 getLaPosteService extends App_KernelProdContainer
{
    /*
     * Gets the public 'VU\Logistic\Calculation\LaPoste' shared autowired service.
     *
     * @return \VU\Logistic\Calculation\LaPoste
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['VU\\Logistic\\Calculation\\LaPoste'] = new \VU\Logistic\Calculation\LaPoste(($container->services['VU\\Logistic\\Services\\AddressService'] ??= new \VU\Logistic\Services\AddressService()), ($container->privates['App\\Core\\Logistic\\Provider\\ExchangeRateProvider'] ?? $container->load('getExchangeRateProviderService')));
    }
}
