| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit1566b4f708bea65fef23c749d181d3ec
- {
- public static $files = array (
- '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
- '35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php',
- '8dafcc6956460bc297e00381fed53e11' => __DIR__ . '/..' . '/zoujingli/think-library/src/common.php',
- );
- public static $prefixLengthsPsr4 = array (
- 't' =>
- array (
- 'think\\view\\driver\\' => 18,
- 'think\\admin\\' => 12,
- 'think\\' => 6,
- ),
- 'a' =>
- array (
- 'app\\' => 4,
- ),
- 'P' =>
- array (
- 'Psr\\SimpleCache\\' => 16,
- 'Psr\\Log\\' => 8,
- 'Psr\\Container\\' => 14,
- 'Psr\\Cache\\' => 10,
- ),
- 'L' =>
- array (
- 'League\\MimeTypeDetection\\' => 25,
- 'League\\Flysystem\\Cached\\' => 24,
- 'League\\Flysystem\\' => 17,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'think\\view\\driver\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-view/src',
- ),
- 'think\\admin\\' =>
- array (
- 0 => __DIR__ . '/..' . '/zoujingli/think-library/src',
- ),
- 'think\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
- 1 => __DIR__ . '/..' . '/topthink/think-helper/src',
- 2 => __DIR__ . '/..' . '/topthink/think-orm/src',
- 3 => __DIR__ . '/..' . '/topthink/think-template/src',
- ),
- 'app\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/app',
- ),
- 'Psr\\SimpleCache\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
- ),
- 'Psr\\Log\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
- ),
- 'Psr\\Container\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/container/src',
- ),
- 'Psr\\Cache\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/cache/src',
- ),
- 'League\\MimeTypeDetection\\' =>
- array (
- 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
- ),
- 'League\\Flysystem\\Cached\\' =>
- array (
- 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
- ),
- 'League\\Flysystem\\' =>
- array (
- 0 => __DIR__ . '/..' . '/league/flysystem/src',
- ),
- );
- public static $prefixesPsr0 = array (
- 'P' =>
- array (
- 'PHPExcel' =>
- array (
- 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
- ),
- ),
- );
- public static $fallbackDirsPsr0 = array (
- 0 => __DIR__ . '/../..' . '/extend',
- );
- public static $classMap = array (
- 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
- 'Ip2Region' => __DIR__ . '/..' . '/zoujingli/ip2region/Ip2Region.php',
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit1566b4f708bea65fef23c749d181d3ec::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit1566b4f708bea65fef23c749d181d3ec::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInit1566b4f708bea65fef23c749d181d3ec::$prefixesPsr0;
- $loader->fallbackDirsPsr0 = ComposerStaticInit1566b4f708bea65fef23c749d181d3ec::$fallbackDirsPsr0;
- $loader->classMap = ComposerStaticInit1566b4f708bea65fef23c749d181d3ec::$classMap;
- }, null, ClassLoader::class);
- }
- }
|