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

        $instance->setName('os:backfill-followup-tracking-status');
        $instance->setDescription('FUL-1361 - Backfill trackingStatus, label, and incidentCategory on existing ExpeditionFollowUp');

        return $instance;
    }
}
