61 lines
1.5 KiB
PHP
61 lines
1.5 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitd067465d9a99de373ba3093d61eda1d8
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'P' =>
|
|
array (
|
|
'Pecee\\' => 6,
|
|
),
|
|
'K' =>
|
|
array (
|
|
'Khofmann\\' => 9,
|
|
),
|
|
'C' =>
|
|
array (
|
|
'Config\\' => 7,
|
|
),
|
|
'A' =>
|
|
array (
|
|
'Api\\' => 4,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Pecee\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/pecee/simple-router/src/Pecee',
|
|
),
|
|
'Khofmann\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/classes',
|
|
),
|
|
'Config\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/config',
|
|
),
|
|
'Api\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/api',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitd067465d9a99de373ba3093d61eda1d8::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitd067465d9a99de373ba3093d61eda1d8::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInitd067465d9a99de373ba3093d61eda1d8::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|