<?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 getPrestaSitemap_DumpCommandService extends App_KernelProdContainer
{
    /*
     * Gets the public 'presta_sitemap.dump_command' shared service.
     *
     * @return \Presta\SitemapBundle\Command\DumpSitemapsCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['presta_sitemap.dump_command'] = $instance = new \Presta\SitemapBundle\Command\DumpSitemapsCommand(($container->services['router'] ?? self::getRouterService($container)), ($container->services['presta_sitemap.dumper'] ?? $container->load('getPrestaSitemap_DumperService')), (\dirname(__DIR__, 4).'/public'));

        $instance->setName('presta:sitemaps:dump');
        $instance->setAliases(['presta:sitemaps:dump']);
        $instance->setDescription('Dumps sitemaps to given location');

        return $instance;
    }
}
