<?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 public 'oneup_flysystem.mount_manager' shared service.

include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Plugin/PluggableTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/MountManager.php';

$this->services['oneup_flysystem.mount_manager'] = $instance = new \League\Flysystem\MountManager();

$instance->mountFilesystem('assetStorage', ($this->services['oneup_flysystem.asset_storage_filesystem'] ?? $this->load('getOneupFlysystem_AssetStorageFilesystemService.php')));
$instance->mountFilesystem('catalogStorage', ($this->services['oneup_flysystem.catalog_storage_filesystem'] ?? $this->load('getOneupFlysystem_CatalogStorageFilesystemService.php')));
$instance->mountFilesystem('archivist', ($this->services['oneup_flysystem.archivist_filesystem'] ?? $this->load('getOneupFlysystem_ArchivistFilesystemService.php')));
$instance->mountFilesystem('jobsStorage', ($this->services['oneup_flysystem.jobs_storage_filesystem'] ?? $this->load('getOneupFlysystem_JobsStorageFilesystemService.php')));

return $instance;
