<?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 getMigrateRtcExportedToSentToCarrierCommand_LazyService extends App_KernelProdContainer
{
    /*
     * Gets the private '.App\Command\OneShot\MigrateRtcExportedToSentToCarrierCommand.lazy' shared service.
     *
     * @return \Symfony\Component\Console\Command\LazyCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.App\\Command\\OneShot\\MigrateRtcExportedToSentToCarrierCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('os:migrate-rtc-exported-to-sent-to-carrier', [], 'One-shot: transitions all RTC expeditions in EXPORTED status to SENT_TO_CARRIER (deploy companion for FUL-1522)', false, #[\Closure(name: 'App\\Command\\OneShot\\MigrateRtcExportedToSentToCarrierCommand')] fn (): \App\Command\OneShot\MigrateRtcExportedToSentToCarrierCommand => ($container->privates['App\\Command\\OneShot\\MigrateRtcExportedToSentToCarrierCommand'] ?? $container->load('getMigrateRtcExportedToSentToCarrierCommandService')));
    }
}
