48 lines
1.5 KiB
PHP
48 lines
1.5 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitdf449f5841f2028f66d27fbae732c9ec
|
|
{
|
|
public static $files = array (
|
|
'9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
|
|
'cc56288302d9df745d97c934d6a6e5f0' => __DIR__ . '/..' . '/topthink/think-queue/src/common.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
't' =>
|
|
array (
|
|
'think\\composer\\' => 15,
|
|
'think\\' => 6,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'think\\composer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/topthink/think-installer/src',
|
|
),
|
|
'think\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/topthink/think-helper/src',
|
|
1 => __DIR__ . '/..' . '/topthink/think-queue/src',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitdf449f5841f2028f66d27fbae732c9ec::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitdf449f5841f2028f66d27fbae732c9ec::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInitdf449f5841f2028f66d27fbae732c9ec::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|