kefu/vendor/composer/autoload_static.php

118 lines
3.2 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit7066a6cb3c03971b25a658f1ca5e654e
{
public static $files = array (
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'e39a8b23c42d4e1452234d762b03835a' => __DIR__ . '/..' . '/ramsey/uuid/src/functions.php',
);
public static $prefixLengthsPsr4 = array (
't' =>
array (
'think\\composer\\' => 15,
'think\\' => 6,
),
's' =>
array (
'server\\' => 7,
),
'g' =>
array (
'gmars\\rbac\\' => 11,
),
'S' =>
array (
'Symfony\\Polyfill\\Ctype\\' => 23,
),
'R' =>
array (
'Ramsey\\Uuid\\' => 12,
),
'P' =>
array (
'Psr\\Log\\' => 8,
),
'M' =>
array (
'Monolog\\' => 8,
),
'F' =>
array (
'Firebase\\JWT\\' => 13,
),
);
public static $prefixDirsPsr4 = array (
'think\\composer\\' =>
array (
0 => __DIR__ . '/..' . '/topthink/think-installer/src',
),
'think\\' =>
array (
0 => __DIR__ . '/../..' . '/thinkphp/library/think',
),
'server\\' =>
array (
0 => __DIR__ . '/../..' . '/server',
),
'gmars\\rbac\\' =>
array (
0 => __DIR__ . '/..' . '/gmars/tp5-rbac/src',
),
'Symfony\\Polyfill\\Ctype\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
),
'Ramsey\\Uuid\\' =>
array (
0 => __DIR__ . '/..' . '/ramsey/uuid/src',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
'Monolog\\' =>
array (
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
),
'Firebase\\JWT\\' =>
array (
0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
),
);
public static $prefixesPsr0 = array (
'P' =>
array (
'PHPQRCode' =>
array (
0 => __DIR__ . '/..' . '/aferrandini/phpqrcode/lib',
),
'PHPExcel' =>
array (
0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
),
),
);
public static $classMap = array (
'Ip2Region' => __DIR__ . '/..' . '/zoujingli/ip2region/Ip2Region.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit7066a6cb3c03971b25a658f1ca5e654e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit7066a6cb3c03971b25a658f1ca5e654e::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit7066a6cb3c03971b25a658f1ca5e654e::$prefixesPsr0;
$loader->classMap = ComposerStaticInit7066a6cb3c03971b25a658f1ca5e654e::$classMap;
}, null, ClassLoader::class);
}
}