<?php

namespace ContainerNcOKZQY;

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 getTaxCalculatorService extends AdminKernelProdDebugContainer
{
    /**
     * Gets the private 'PrestaShop\PrestaShop\Adapter\Carrier\ShippingCost\Calculator\TaxCalculator' shared autowired service.
     *
     * @return \PrestaShop\PrestaShop\Adapter\Carrier\ShippingCost\Calculator\TaxCalculator
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['PrestaShop\\PrestaShop\\Adapter\\Carrier\\ShippingCost\\Calculator\\TaxCalculator'] = new \PrestaShop\PrestaShop\Adapter\Carrier\ShippingCost\Calculator\TaxCalculator(($container->services['PrestaShop\\PrestaShop\\Adapter\\Configuration'] ??= new \PrestaShop\PrestaShop\Adapter\Configuration()), new \PrestaShop\PrestaShop\Adapter\Carrier\ShippingCost\Provider\ShippingTaxRateProvider(($container->services['PrestaShop\\PrestaShop\\Adapter\\Carrier\\Repository\\CarrierRepository'] ?? $container->load('getCarrierRepository3Service')), ($container->services['PrestaShop\\PrestaShop\\Adapter\\Address\\Repository\\AddressRepository'] ?? $container->load('getAddressRepositoryService')), ($container->services['Psr\\Log\\LoggerInterface'] ?? self::getLoggerInterfaceService($container))), ($container->services['PrestaShop\\PrestaShop\\Adapter\\Currency\\Repository\\CurrencyRepository'] ??= new \PrestaShop\PrestaShop\Adapter\Currency\Repository\CurrencyRepository()), ($container->services['PrestaShop\\PrestaShop\\Core\\Pricing\\Rounding\\RoundingService'] ?? $container->load('getRoundingServiceService')));
    }
}
