Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

35
vendor/composer/autoload_static.php vendored Executable file
View 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);
}
}