<?php

namespace ContainerYbU9dcX;

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 get_PrestaSitemap_DumpCommand_LazyService extends App_KernelProdContainer
{
    /*
     * Gets the private '.presta_sitemap.dump_command.lazy' shared service.
     *
     * @return \Symfony\Component\Console\Command\LazyCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.presta_sitemap.dump_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('presta:sitemaps:dump', ['presta:sitemaps:dump'], 'Dumps sitemaps to given location', false, #[\Closure(name: 'presta_sitemap.dump_command', class: 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand')] fn (): \Presta\SitemapBundle\Command\DumpSitemapsCommand => ($container->services['presta_sitemap.dump_command'] ?? $container->load('getPrestaSitemap_DumpCommandService')));
    }
}
