This commit is contained in:
BingoKingo
2020-05-01 13:49:19 +08:00
parent 9c9bafd523
commit bca711533c
63 changed files with 0 additions and 25350 deletions
-39
View File
@@ -1,39 +0,0 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit95653bfe69a47d1c8f876456a9c468fd
{
public static $prefixLengthsPsr4 = array (
'D' =>
array (
'Doctrine\\Common\\Cache\\' => 22,
),
'A' =>
array (
'App\\' => 4,
),
);
public static $prefixDirsPsr4 = array (
'Doctrine\\Common\\Cache\\' =>
array (
0 => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache',
),
'App\\' =>
array (
0 => __DIR__ . '/../..' . '/app',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit95653bfe69a47d1c8f876456a9c468fd::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit95653bfe69a47d1c8f876456a9c468fd::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}