This commit is contained in:
wangjinlei
2022-06-24 10:34:21 +08:00
parent 8930873c92
commit f218969af8
605 changed files with 1891 additions and 146381 deletions

View File

@@ -21,10 +21,6 @@ class ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd
'think\\captcha\\' => 14,
'think\\' => 6,
),
'l' =>
array (
'lampol\\' => 7,
),
'a' =>
array (
'app\\' => 4,
@@ -57,10 +53,6 @@ class ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd
0 => __DIR__ . '/../..' . '/thinkphp/library/think',
1 => __DIR__ . '/..' . '/topthink/think-queue/src',
),
'lampol\\' =>
array (
0 => __DIR__ . '/..' . '/lampol/phpmail/src',
),
'app\\' =>
array (
0 => __DIR__ . '/../..' . '/application',
@@ -75,16 +67,6 @@ class ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd
),
);
public static $prefixesPsr0 = array (
'P' =>
array (
'PHPExcel' =>
array (
0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
),
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'Datamatrix' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/barcodes/datamatrix.php',
@@ -108,7 +90,6 @@ class ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixesPsr0;
$loader->classMap = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$classMap;
}, null, ClassLoader::class);