mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
153 lines
4.6 KiB
PHP
153 lines
4.6 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit3e3e984682c06e656fe76c5d84347fb3
|
|
{
|
|
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,
|
|
),
|
|
'W' =>
|
|
array (
|
|
'WePay\\' => 6,
|
|
'WePayV3\\' => 8,
|
|
'WeMini\\' => 7,
|
|
'WeChat\\' => 7,
|
|
),
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Component\\OptionsResolver\\' => 34,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\SimpleCache\\' => 16,
|
|
'Psr\\Log\\' => 8,
|
|
'Psr\\Container\\' => 14,
|
|
'Psr\\Cache\\' => 10,
|
|
),
|
|
'L' =>
|
|
array (
|
|
'League\\Flysystem\\Cached\\' => 24,
|
|
'League\\Flysystem\\' => 17,
|
|
),
|
|
'E' =>
|
|
array (
|
|
'Endroid\\QrCode\\' => 15,
|
|
),
|
|
'A' =>
|
|
array (
|
|
'AliPay\\' => 7,
|
|
),
|
|
);
|
|
|
|
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',
|
|
),
|
|
'WePay\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/zoujingli/wechat-developer/WePay',
|
|
),
|
|
'WePayV3\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/zoujingli/wechat-developer/WePayV3',
|
|
),
|
|
'WeMini\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/zoujingli/wechat-developer/WeMini',
|
|
),
|
|
'WeChat\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/zoujingli/wechat-developer/WeChat',
|
|
),
|
|
'Symfony\\Component\\OptionsResolver\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/options-resolver',
|
|
),
|
|
'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\\Flysystem\\Cached\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
|
|
),
|
|
'League\\Flysystem\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/league/flysystem/src',
|
|
),
|
|
'Endroid\\QrCode\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/endroid/qr-code/src',
|
|
),
|
|
'AliPay\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/zoujingli/wechat-developer/AliPay',
|
|
),
|
|
);
|
|
|
|
public static $fallbackDirsPsr0 = array (
|
|
0 => __DIR__ . '/../..' . '/extend',
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Ip2Region' => __DIR__ . '/..' . '/zoujingli/ip2region/Ip2Region.php',
|
|
'We' => __DIR__ . '/..' . '/zoujingli/wechat-developer/We.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit3e3e984682c06e656fe76c5d84347fb3::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit3e3e984682c06e656fe76c5d84347fb3::$prefixDirsPsr4;
|
|
$loader->fallbackDirsPsr0 = ComposerStaticInit3e3e984682c06e656fe76c5d84347fb3::$fallbackDirsPsr0;
|
|
$loader->classMap = ComposerStaticInit3e3e984682c06e656fe76c5d84347fb3::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|