<?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 getRepairAgrikolisRoutingCommand_LazyService extends App_KernelProdContainer
{
    /*
     * Gets the private '.App\Command\OneShot\RepairAgrikolisRoutingCommand.lazy' shared service.
     *
     * @return \Symfony\Component\Console\Command\LazyCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.App\\Command\\OneShot\\RepairAgrikolisRoutingCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('os:repair-agrikolis-routing', [], 'Catch-up after FUL-1635: lists (or repairs with --apply) Agrikolis expeditions in TO_EXPORT/EXPORTED without an Everest mission by resetting them to TO_OPTIMIZE + INTEGRATED so the next Everest export run picks them up.', false, #[\Closure(name: 'App\\Command\\OneShot\\RepairAgrikolisRoutingCommand')] fn (): \App\Command\OneShot\RepairAgrikolisRoutingCommand => ($container->privates['App\\Command\\OneShot\\RepairAgrikolisRoutingCommand'] ?? $container->load('getRepairAgrikolisRoutingCommandService')));
    }
}
