<?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 getSmsExpeditionsToPlanReminderCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Command\Sms\SmsExpeditionsToPlanReminderCommand' shared autowired service.
     *
     * @return \App\Command\Sms\SmsExpeditionsToPlanReminderCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\Command\\Sms\\SmsExpeditionsToPlanReminderCommand'] = $instance = new \App\Command\Sms\SmsExpeditionsToPlanReminderCommand(($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), ($container->privates['App\\Repository\\ExpeditionRepository'] ?? $container->load('getExpeditionRepositoryService')), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['App\\Core\\Builder\\IncidentBuilder'] ?? $container->load('getIncidentBuilderService')), ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')), ($container->privates['App\\Repository\\SmsRepository'] ?? $container->load('getSmsRepositoryService')), ($container->privates['App\\Repository\\ReturnShipmentRepository'] ?? $container->load('getReturnShipmentRepositoryService')), ($container->privates['App\\Core\\Service\\Expedition\\ExpeditionDeliverySlotService'] ?? $container->load('getExpeditionDeliverySlotServiceService')), ($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentDeliverySlotService'] ?? $container->load('getReturnShipmentDeliverySlotServiceService')));

        $instance->setName('cron:sms-expeditions-to-plan-reminder');

        return $instance;
    }
}
