<?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 getImportStockCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\Reflex\Command\ImportStockCommand' shared autowired service.
     *
     * @return \App\External\Reflex\Command\ImportStockCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\External\\Reflex\\Command\\ImportStockCommand'] = $instance = new \App\External\Reflex\Command\ImportStockCommand(($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), new \League\Flysystem\Filesystem(new \League\Flysystem\AwsS3V3\AwsS3V3Adapter(($container->privates['Aws\\S3\\S3Client'] ?? $container->load('getS3ClientService')), $container->getEnv('AWS_S3_BUCKET'), 'stock', new \League\Flysystem\AwsS3V3\PortableVisibilityConverter('public'), NULL, [], true), ['visibility' => NULL, 'directory_visibility' => NULL, 'case_sensitive' => true, 'disable_asserts' => false, 'public_url' => NULL], NULL, NULL, NULL), new \App\External\Reflex\Import\ImportStockFromQuery(($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')), ($container->privates['App\\Repository\\ParcelRepository'] ?? $container->load('getParcelRepositoryService')), ($container->privates['App\\Repository\\OrganizationRepository'] ?? $container->load('getOrganizationRepositoryService')), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container))));

        $instance->setName('reflex:import:stock');

        return $instance;
    }
}
