<?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 getRoundingServiceService extends AdminKernelProdDebugContainer
{
    /**
     * Gets the public 'PrestaShop\PrestaShop\Core\Pricing\Rounding\RoundingService' shared autowired service.
     *
     * @return \PrestaShop\PrestaShop\Core\Pricing\Rounding\RoundingService
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['PrestaShop\\PrestaShop\\Core\\Pricing\\Rounding\\RoundingService'] = new \PrestaShop\PrestaShop\Core\Pricing\Rounding\RoundingService(($container->services['PrestaShop\\PrestaShop\\Adapter\\Configuration'] ??= new \PrestaShop\PrestaShop\Adapter\Configuration())->getInt("PS_PRICE_ROUND_MODE"));
    }
}
