36 lines
990 B
PHP
Executable File
36 lines
990 B
PHP
Executable File
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit4a60a3f929aee1d857761bc886b5db35
|
|
{
|
|
public static $files = array (
|
|
'23ae59697abb6e787d3c97263144d1be' => __DIR__ . '/..' . '/5ini99/think-addons/src/helper.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
't' =>
|
|
array (
|
|
'think\\addons\\' => 13,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'think\\addons\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/5ini99/think-addons/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit4a60a3f929aee1d857761bc886b5db35::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit4a60a3f929aee1d857761bc886b5db35::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|