<?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 getCreateIncidentAutoFromMilestoneLateCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Core\Incident\Command\CreateIncidentAutoFromMilestoneLateCommand' shared autowired service.
     *
     * @return \App\Core\Incident\Command\CreateIncidentAutoFromMilestoneLateCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService'));

        $container->privates['App\\Core\\Incident\\Command\\CreateIncidentAutoFromMilestoneLateCommand'] = $instance = new \App\Core\Incident\Command\CreateIncidentAutoFromMilestoneLateCommand($a, new \App\Core\Incident\Service\MilestoneIncidentChecker(($container->privates['App\\Repository\\ExpeditionRepository'] ?? $container->load('getExpeditionRepositoryService')), ($container->privates['App\\Core\\Service\\Appointment\\DeliverySlotInjectionDelayService'] ?? $container->load('getDeliverySlotInjectionDelayServiceService')), ($container->privates['App\\Core\\Service\\Appointment\\DeliverySlotService'] ?? $container->load('getDeliverySlotServiceService')), ($container->privates['App\\Core\\Incident\\Builder\\IncidentBuilder'] ?? $container->load('getIncidentBuilderService')), ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')), ($container->privates['clock'] ??= new \Symfony\Component\Clock\Clock()), $a));

        $instance->setName('cron:incident:milestone-late');

        return $instance;
    }
}
