<?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_file_storage.file_storage.file.file_storer' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/FileStorage/File/FileStorerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/FileStorage/File/FileStorer.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/FileStorage/FileInfoFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/FileStorage/FileInfoFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/FileStorage/PathGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/FileStorage/PathGenerator.php';

return $this->privates['akeneo_file_storage.file_storage.file.file_storer'] = new \Akeneo\Tool\Component\FileStorage\File\FileStorer(($this->services['oneup_flysystem.mount_manager'] ?? $this->load('getOneupFlysystem_MountManagerService.php')), ($this->privates['akeneo_file_storage.saver.file'] ?? $this->load('getAkeneoFileStorage_Saver_FileService.php')), new \Akeneo\Tool\Component\FileStorage\FileInfoFactory(($this->privates['akeneo_file_storage.file_storage.path_generator'] ?? ($this->privates['akeneo_file_storage.file_storage.path_generator'] = new \Akeneo\Tool\Component\FileStorage\PathGenerator())), 'Akeneo\\Tool\\Component\\FileStorage\\Model\\FileInfo'));
