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

        $instance->setName('flysystem:push');
        $instance->setDescription('Push a local file to a configured Flysystem storage.');

        return $instance;
    }
}
