mirror of
https://gh.wpcy.net/https://github.com/deepmentation/OllamaPriority.git
synced 2026-07-17 02:08:58 +08:00
39 lines
1 KiB
PHP
39 lines
1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit6aa526200bedddcd20c789547740522c
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'R' =>
|
|
array (
|
|
'Rivsen\\Demo\\' => 12,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'Modules\\SampleModule\\' => 21,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Rivsen\\Demo\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/rivsen/hello-world/src',
|
|
),
|
|
'Modules\\SampleModule\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit6aa526200bedddcd20c789547740522c::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit6aa526200bedddcd20c789547740522c::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|