<?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 getCargoe2Service extends App_KernelProdContainer
{
    /*
     * Gets the public 'VU\Logistic\Carrier\Cargoe' shared autowired service.
     *
     * @return \VU\Logistic\Carrier\Cargoe
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['VU\\Logistic\\Carrier\\Cargoe'] = new \VU\Logistic\Carrier\Cargoe(($container->services['VU\\Logistic\\Calculation\\Cargoe'] ??= new \VU\Logistic\Calculation\Cargoe()));
    }
}
