<?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 getRecalculateNonEuroFfLogisticsDetailsCommand_LazyService extends App_KernelProdContainer
{
    /*
     * Gets the private '.App\Command\OneShot\RecalculateNonEuroFfLogisticsDetailsCommand.lazy' shared service.
     *
     * @return \Symfony\Component\Console\Command\LazyCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.App\\Command\\OneShot\\RecalculateNonEuroFfLogisticsDetailsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('os:recalculate-non-euro-ff-logistics-details', [], 'Recomputes LogisticsDetails (current exchange rate) for FF-managed expeditions in non-euro countries (CH/PL/DK/NO/SE) since 2025-07-01.', false, #[\Closure(name: 'App\\Command\\OneShot\\RecalculateNonEuroFfLogisticsDetailsCommand')] fn (): \App\Command\OneShot\RecalculateNonEuroFfLogisticsDetailsCommand => ($container->privates['App\\Command\\OneShot\\RecalculateNonEuroFfLogisticsDetailsCommand'] ?? $container->load('getRecalculateNonEuroFfLogisticsDetailsCommandService')));
    }
}
