You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
35
vendor/composer/autoload_static.php
vendored
Executable file
35
vendor/composer/autoload_static.php
vendored
Executable file
@ -0,0 +1,35 @@
|
||||
<?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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user