<?php

namespace ContainerRYWeSXx;

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 getImportTILReturnShipmentCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\Teliae\Command\ImportTILReturnShipmentCommand' shared autowired service.
     *
     * @return \App\External\Teliae\Command\ImportTILReturnShipmentCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\External\\Teliae\\Command\\ImportTILReturnShipmentCommand'] = $instance = new \App\External\Teliae\Command\ImportTILReturnShipmentCommand(($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')), new \League\Flysystem\Filesystem(new \League\Flysystem\Ftp\FtpAdapter(\League\Flysystem\Ftp\FtpConnectionOptions::fromArray(['port' => 21, 'root' => '', 'passive' => true, 'ssl' => false, 'timeout' => 90, 'utf8' => false, 'permissions' => ['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]], 'host' => $container->getEnv('IMPORT_TELIAE_FTP_HOST'), 'username' => $container->getEnv('IMPORT_TELIAE_FTP_RETURN_USERNAME'), 'password' => $container->getEnv('IMPORT_TELIAE_FTP_RETURN_PASSWORD'), 'transferMode' => NULL, 'systemType' => NULL, 'timestampsOnUnixListingsEnabled' => false, 'ignorePassiveAddress' => NULL, 'recurseManually' => true]), NULL, NULL, \League\Flysystem\UnixVisibility\PortableVisibilityConverter::fromArray(['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]], 'public')), ['visibility' => 'public', 'directory_visibility' => 'public', 'case_sensitive' => true, 'disable_asserts' => false, 'public_url' => NULL], NULL, NULL, NULL), ($container->privates['teliae.storage'] ?? $container->load('getTeliae_StorageService')), ($container->privates['App\\Core\\TrackingFollowUp\\Service\\IntegrateTilService'] ?? $container->load('getIntegrateTilServiceService')), ($container->privates['App\\Repository\\ReturnShipmentRepository'] ?? $container->load('getReturnShipmentRepositoryService')));

        $instance->setName('cron:teliae:import:til-return-shipment');

        return $instance;
    }
}
