1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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 function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixDirsPsr4;
- }, null, ClassLoader::class);
- }
- }
|