2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 16:47:14 +08:00
Files
panel/plugins/Openresty/vendor/composer/autoload_static.php
2022-11-17 00:18:56 +08:00

38 lines
1.2 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit196548e96c3717104301399a84972899
{
public static $prefixLengthsPsr4 = array (
'P' =>
array (
'Plugins\\Openresty\\' => 18,
),
);
public static $prefixDirsPsr4 = array (
'Plugins\\Openresty\\' =>
array (
0 => __DIR__ . '/../..' . '/',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'Plugins\\Openresty\\Controllers\\OpenrestyController' => __DIR__ . '/../..' . '/Controllers/OpenrestyController.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit196548e96c3717104301399a84972899::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit196548e96c3717104301399a84972899::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit196548e96c3717104301399a84972899::$classMap;
}, null, ClassLoader::class);
}
}