52 lines
1.3 KiB
PHP
52 lines
1.3 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit8273b23f2c369c31a54fbafdd29a1dd5
|
|
{
|
|
public static $files = array (
|
|
'253c157292f75eb38082b5acb06f3f01' => __DIR__ . '/..' . '/nikic/fast-route/src/functions.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'W' =>
|
|
array (
|
|
'Workerman\\' => 10,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'Mark\\' => 5,
|
|
),
|
|
'F' =>
|
|
array (
|
|
'FastRoute\\' => 10,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Workerman\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/workerman/workerman',
|
|
),
|
|
'Mark\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/mark-php/mark/src',
|
|
),
|
|
'FastRoute\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/nikic/fast-route/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit8273b23f2c369c31a54fbafdd29a1dd5::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit8273b23f2c369c31a54fbafdd29a1dd5::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|