<?php

namespace ContainerXAyNPD7;

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 getExpeditionDateCalculatorServiceService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Core\Service\Expedition\ExpeditionDateCalculatorService' shared autowired service.
     *
     * @return \App\Core\Service\Expedition\ExpeditionDateCalculatorService
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\Core\\Service\\Expedition\\ExpeditionDateCalculatorService'] = new \App\Core\Service\Expedition\ExpeditionDateCalculatorService(($container->privates['App\\Repository\\DeliverySlotPreparationDelayRepository'] ?? $container->load('getDeliverySlotPreparationDelayRepositoryService')), ($container->privates['App\\Core\\Service\\Appointment\\DeliverySlotInjectionDelayService'] ?? $container->load('getDeliverySlotInjectionDelayServiceService')), new \App\Core\Service\Appointment\SlotDeliveryDelayService(($container->privates['App\\Repository\\SlotDeliveryDelayRepository'] ?? $container->load('getSlotDeliveryDelayRepositoryService'))), ($container->privates['App\\Core\\Service\\Appointment\\DeliveryPlanningService'] ?? $container->load('getDeliveryPlanningServiceService')), ($container->privates['clock'] ??= new \Symfony\Component\Clock\Clock()));
    }
}
