<?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 'App\Serializer\Config' 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/ConfigAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/ReadInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Adapter/Local.php';

return $this->services['App\\Serializer\\Config'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Adapter\Local((\dirname(__DIR__, 4).'/src/Serializer'), 2, 2, ['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]]), ['disable_asserts' => false]);
