12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit62fe21db61292705f1120c7736cd42d8
- {
- public static $files = array (
- '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
- );
- public static $prefixLengthsPsr4 = array (
- 't' =>
- array (
- 'think\\composer\\' => 15,
- 'think\\captcha\\' => 14,
- 'think\\' => 6,
- ),
- 'a' =>
- array (
- 'app\\' => 4,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'think\\composer\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
- ),
- 'think\\captcha\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
- ),
- 'think\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
- ),
- 'app\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/application',
- ),
- );
- public static $prefixesPsr0 = array (
- 'P' =>
- array (
- 'PHPExcel' =>
- array (
- 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
- ),
- ),
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixesPsr0;
- }, null, ClassLoader::class);
- }
- }
|