freescout-support/Modules/ApiWebhooks/vendor/composer/autoload_static.php
Rouie Ilustrisimo 309cac053a slack
2025-05-11 13:59:20 +08:00

110 lines
3 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInite40fb95f05c4b5b511f77e2a3d7c43ca
{
public static $files = array (
'e8d8290bf1a9fb22ceb9abc966d831ec' => __DIR__ . '/..' . '/mpociot/documentarian/includes/helpers.php',
);
public static $prefixLengthsPsr4 = array (
'W' =>
array (
'Windwalker\\Structure\\' => 21,
'Windwalker\\Renderer\\' => 20,
),
'S' =>
array (
'Symfony\\Component\\Yaml\\' => 23,
'Silly\\' => 6,
),
'M' =>
array (
'Mpociot\\Documentarian\\' => 22,
'Mpociot\\ApiDoc\\' => 15,
'Modules\\ApiWebhooks\\' => 20,
'Mni\\FrontYAML\\' => 14,
),
'I' =>
array (
'Invoker\\' => 8,
),
'F' =>
array (
'Faker\\' => 6,
),
);
public static $prefixDirsPsr4 = array (
'Windwalker\\Structure\\' =>
array (
0 => __DIR__ . '/..' . '/windwalker/structure',
),
'Windwalker\\Renderer\\' =>
array (
0 => __DIR__ . '/..' . '/windwalker/renderer',
),
'Symfony\\Component\\Yaml\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/yaml',
),
'Silly\\' =>
array (
0 => __DIR__ . '/..' . '/mnapoli/silly/src',
),
'Mpociot\\Documentarian\\' =>
array (
0 => __DIR__ . '/..' . '/mpociot/documentarian/src',
),
'Mpociot\\ApiDoc\\' =>
array (
0 => __DIR__ . '/..' . '/mpociot/laravel-apidoc-generator/src',
),
'Modules\\ApiWebhooks\\' =>
array (
0 => __DIR__ . '/../..' . '/',
),
'Mni\\FrontYAML\\' =>
array (
0 => __DIR__ . '/..' . '/mnapoli/front-yaml/src',
),
'Invoker\\' =>
array (
0 => __DIR__ . '/..' . '/php-di/invoker/src',
),
'Faker\\' =>
array (
0 => __DIR__ . '/..' . '/fzaninotto/faker/src/Faker',
),
);
public static $prefixesPsr0 = array (
'P' =>
array (
'Parsedown' =>
array (
0 => __DIR__ . '/..' . '/erusev/parsedown',
),
),
'M' =>
array (
'Mpociot' =>
array (
0 => __DIR__ . '/..' . '/mpociot/reflection-docblock/src',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInite40fb95f05c4b5b511f77e2a3d7c43ca::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInite40fb95f05c4b5b511f77e2a3d7c43ca::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInite40fb95f05c4b5b511f77e2a3d7c43ca::$prefixesPsr0;
}, null, ClassLoader::class);
}
}