<?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 getFixVirStreet1AndResendCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Command\OneShot\FixVirStreet1AndResendCommand' shared autowired service.
     *
     * @return \App\Command\OneShot\FixVirStreet1AndResendCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\Command\\OneShot\\FixVirStreet1AndResendCommand'] = $instance = new \App\Command\OneShot\FixVirStreet1AndResendCommand(($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')), ($container->privates['App\\External\\Reflex\\Vir\\VirEdiResendService'] ?? $container->load('getVirEdiResendServiceService')));

        $instance->setName('os:fix-vir-street1-and-resend');
        $instance->setDescription('FUL-1611 - Strip newline from street1 for listed VIR orders and resend the VIR EDI');

        return $instance;
    }
}
