12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8
- {
- public static $files = array (
- '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
- '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
- '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
- );
- public static $prefixLengthsPsr4 = array (
- 't' =>
- array (
- 'think\\helper\\' => 13,
- 'think\\composer\\' => 15,
- 'think\\captcha\\' => 14,
- 'think\\' => 6,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'think\\helper\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
- ),
- 'think\\composer\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
- ),
- 'think\\captcha\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
- ),
- 'think\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-image/src',
- 1 => __DIR__ . '/../..' . '/thinkphp/library/think',
- ),
- );
- public static $prefixesPsr0 = array (
- 'H' =>
- array (
- 'HTMLPurifier' =>
- array (
- 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
- ),
- ),
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInitea24a8d88377c9cd0962665edfe67ce8::$prefixesPsr0;
- }, null, ClassLoader::class);
- }
- }
|