1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit97ac99b80a48148a97335ba137c72f4a
- {
- public static $files = array (
- '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
- '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
- 'ddc3cd2a04224f9638c5d0de6a69c7e3' => __DIR__ . '/..' . '/topthink/think-migration/src/config.php',
- 'cc56288302d9df745d97c934d6a6e5f0' => __DIR__ . '/..' . '/topthink/think-queue/src/common.php',
- );
- public static $prefixLengthsPsr4 = array (
- 't' =>
- array (
- 'think\\oracle\\' => 13,
- 'think\\mongo\\' => 12,
- 'think\\migration\\' => 16,
- 'think\\helper\\' => 13,
- 'think\\composer\\' => 15,
- 'think\\captcha\\' => 14,
- 'think\\' => 6,
- ),
- 'a' =>
- array (
- 'app\\' => 4,
- ),
- 'P' =>
- array (
- 'Phinx\\' => 6,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'think\\oracle\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-oracle/src',
- ),
- 'think\\mongo\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-mongo/src',
- ),
- 'think\\migration\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-migration/src',
- ),
- '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__ . '/../..' . '/thinkphp/library/think',
- 1 => __DIR__ . '/..' . '/topthink/think-image/src',
- 2 => __DIR__ . '/..' . '/topthink/think-queue/src',
- ),
- 'app\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/application',
- ),
- 'Phinx\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx',
- ),
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit97ac99b80a48148a97335ba137c72f4a::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit97ac99b80a48148a97335ba137c72f4a::$prefixDirsPsr4;
- }, null, ClassLoader::class);
- }
- }
|