<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'Akeneo\Tool\Bundle\FileStorageBundle\Command\StoreFileCommand' shared service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/FileStorageBundle/Command/StoreFileCommand.php';

$this->privates['Akeneo\\Tool\\Bundle\\FileStorageBundle\\Command\\StoreFileCommand'] = $instance = new \Akeneo\Tool\Bundle\FileStorageBundle\Command\StoreFileCommand(($this->privates['akeneo_file_storage.file_storage.file.file_storer'] ?? $this->load('getAkeneoFileStorage_FileStorage_File_FileStorerService.php')), ($this->services['oneup_flysystem.mount_manager'] ?? $this->load('getOneupFlysystem_MountManagerService.php')));

$instance->setName('akeneo:file-storage:store');

return $instance;
