Files
jianfeng-server/app/Common/extend/tencentcloud/vendor/composer/autoload_static.php
2025-10-02 10:33:06 +08:00

54 lines
1.5 KiB
PHP
Executable File

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInita3c18f6f45b4cf998e466d2367db0e41
{
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'Symfony\\Component\\EventDispatcher\\' => 34,
),
);
public static $prefixDirsPsr4 = array (
'Symfony\\Component\\EventDispatcher\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
),
);
public static $prefixesPsr0 = array (
'Q' =>
array (
'Qcloud\\Cos\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
),
'G' =>
array (
'Guzzle\\Tests' =>
array (
0 => __DIR__ . '/..' . '/guzzle/guzzle/tests',
),
'Guzzle' =>
array (
0 => __DIR__ . '/..' . '/guzzle/guzzle/src',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInita3c18f6f45b4cf998e466d2367db0e41::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita3c18f6f45b4cf998e466d2367db0e41::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInita3c18f6f45b4cf998e466d2367db0e41::$prefixesPsr0;
}, null, ClassLoader::class);
}
}