<?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 getDPDService extends App_KernelProdContainer
{
    /*
     * Gets the public 'VU\Logistic\Carrier\DPD' shared autowired service.
     *
     * @return \VU\Logistic\Carrier\DPD
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['VU\\Logistic\\Carrier\\DPD'] = new \VU\Logistic\Carrier\DPD(($container->services['VU\\Logistic\\Calculation\\DPDEurope'] ?? $container->load('getDPDEuropeService')), ($container->services['VU\\Logistic\\Calculation\\DPDSuisse'] ?? $container->load('getDPDSuisseService')), ($container->services['VU\\Logistic\\Services\\TransportTypeEligibilityService'] ?? $container->load('getTransportTypeEligibilityServiceService')));
    }
}
