123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?php
-
- // autoload_static.php @generated by Composer
-
- namespace Composer\Autoload;
-
- class ComposerStaticInitc94c02985840e0e24a4e6317fb9e1871
- {
- public static $files = array (
- 'dc1275c308c5b416beb314b6317daca2' => __DIR__ . '/..' . '/overtrue/pinyin/src/const.php',
- );
-
- public static $prefixLengthsPsr4 = array (
- 'O' =>
- array (
- 'Overtrue\\Pinyin\\' => 16,
- ),
- );
-
- public static $prefixDirsPsr4 = array (
- 'Overtrue\\Pinyin\\' =>
- array (
- 0 => __DIR__ . '/..' . '/overtrue/pinyin/src',
- ),
- );
-
- public static $prefixesPsr0 = array (
- 'P' =>
- array (
- 'PHPExcel' =>
- array (
- 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
- ),
- ),
- );
-
- public static $classMap = array (
- 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
- );
-
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInitc94c02985840e0e24a4e6317fb9e1871::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInitc94c02985840e0e24a4e6317fb9e1871::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInitc94c02985840e0e24a4e6317fb9e1871::$prefixesPsr0;
- $loader->classMap = ComposerStaticInitc94c02985840e0e24a4e6317fb9e1871::$classMap;
-
- }, null, ClassLoader::class);
- }
- }
|