| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit41e9a6737aa2883130fdaad975464e2f
- {
- public static $files = array (
- '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
- '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
- );
- public static $prefixLengthsPsr4 = array (
- 'T' =>
- array (
- 'Twig\\' => 5,
- ),
- 'S' =>
- array (
- 'Symfony\\Polyfill\\Mbstring\\' => 26,
- 'Symfony\\Polyfill\\Ctype\\' => 23,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'Twig\\' =>
- array (
- 0 => __DIR__ . '/..' . '/twig/twig/src',
- ),
- 'Symfony\\Polyfill\\Mbstring\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
- ),
- 'Symfony\\Polyfill\\Ctype\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
- ),
- );
- public static $classMap = array (
- 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit41e9a6737aa2883130fdaad975464e2f::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit41e9a6737aa2883130fdaad975464e2f::$prefixDirsPsr4;
- $loader->classMap = ComposerStaticInit41e9a6737aa2883130fdaad975464e2f::$classMap;
- }, null, ClassLoader::class);
- }
- }
|