<?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('serializer', ($this->services['App\\Serializer\\Config'] ?? $this->load('getConfigService.php')));

return $instance;
