<?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 getMigrateNonShopReturnGlsReturnShipmentsFromV8Command_LazyService extends App_KernelProdContainer
{
    /*
     * Gets the private '.App\Command\OneShot\MigrateNonShopReturnGlsReturnShipmentsFromV8Command.lazy' shared service.
     *
     * @return \Symfony\Component\Console\Command\LazyCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.App\\Command\\OneShot\\MigrateNonShopReturnGlsReturnShipmentsFromV8Command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('os:migrate-non-shop-return-gls-return-shipments-from-v8', [], 'FUL-1424 - Migrate GLS non-ShopReturn ReturnShipment status (cancelled/done) from V8 list (VUD + HAB)', false, #[\Closure(name: 'App\\Command\\OneShot\\MigrateNonShopReturnGlsReturnShipmentsFromV8Command')] fn (): \App\Command\OneShot\MigrateNonShopReturnGlsReturnShipmentsFromV8Command => ($container->privates['App\\Command\\OneShot\\MigrateNonShopReturnGlsReturnShipmentsFromV8Command'] ?? $container->load('getMigrateNonShopReturnGlsReturnShipmentsFromV8CommandService')));
    }
}
