<?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 getLogisticConstantsProviderService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\ApiPlatform\State\Carrier\LogisticConstantsProvider' shared autowired service.
     *
     * @return \App\ApiPlatform\State\Carrier\LogisticConstantsProvider
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\ApiPlatform\\State\\Carrier\\LogisticConstantsProvider'] = new \App\ApiPlatform\State\Carrier\LogisticConstantsProvider(($container->services['VU\\Logistic\\Carrier\\CarrierManager'] ?? $container->load('getCarrierManagerService')), ($container->privates['cache.logistic_constants'] ?? $container->load('getCache_LogisticConstantsService')));
    }
}
