Файл: upload/core/vendor/composer/autoload_static.php
Строк: 52
<?php
// autoload_static.php @generated by Composer
namespace ComposerAutoload;
class ComposerStaticInit4979b464464546ea94a7a536ceab325a
{
public static $files = array (
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'89efb1254ef2d1c5d80096acd12c4098' => __DIR__ . '/..' . '/twig/twig/src/Resources/core.php',
'ffecb95d45175fd40f75be8a23b34f90' => __DIR__ . '/..' . '/twig/twig/src/Resources/debug.php',
'c7baa00073ee9c61edf148c51917cfb4' => __DIR__ . '/..' . '/twig/twig/src/Resources/escaper.php',
'f844ccf1d25df8663951193c3fc307c8' => __DIR__ . '/..' . '/twig/twig/src/Resources/string_loader.php',
);
public static $prefixLengthsPsr4 = array (
'c' =>
array (
'core\' => 5,
),
'T' =>
array (
'Twig\' => 5,
),
'S' =>
array (
'Symfony\Polyfill\Mbstring\' => 26,
'Symfony\Polyfill\Ctype\' => 23,
),
'P' =>
array (
'Psr\Log\' => 8,
'Psr\Http\Message\' => 17,
'Psr\Http\Client\' => 16,
),
'L' =>
array (
'Longman\TelegramBot\' => 20,
),
'G' =>
array (
'GuzzleHttp\Psr7\' => 16,
'GuzzleHttp\Promise\' => 19,
'GuzzleHttp\' => 11,
),
);
public static $prefixDirsPsr4 = array (
'core\' =>
array (
0 => __DIR__ . '/../..' . '/',
),
'Twig\' =>
array (
0 => __DIR__ . '/..' . '/twig/twig/src',
),
'Symfony\Polyfill\Mbstring\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
),
'Symfony\Polyfill\Ctype\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
),
'Psr\Log\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/src',
),
'Psr\Http\Message\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-factory/src',
1 => __DIR__ . '/..' . '/psr/http-message/src',
),
'Psr\Http\Client\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-client/src',
),
'Longman\TelegramBot\' =>
array (
0 => __DIR__ . '/..' . '/longman/telegram-bot/src',
),
'GuzzleHttp\Psr7\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
),
'GuzzleHttp\Promise\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
),
'GuzzleHttp\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
),
);
public static $classMap = array (
'Composer\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit4979b464464546ea94a7a536ceab325a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4979b464464546ea94a7a536ceab325a::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit4979b464464546ea94a7a536ceab325a::$classMap;
}, null, ClassLoader::class);
}
}