<?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 getPullCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'League\FlysystemBundle\Command\PullCommand' shared service.
     *
     * @return \League\FlysystemBundle\Command\PullCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['League\\FlysystemBundle\\Command\\PullCommand'] = $instance = new \League\FlysystemBundle\Command\PullCommand(($container->privates['.service_locator.YAxJNEJ'] ?? $container->load('get_ServiceLocator_YAxJNEJService')));

        $instance->setName('flysystem:pull');
        $instance->setDescription('Pull a file from a configured Flysystem storage to the local filesystem.');

        return $instance;
    }
}
