2020-04-26 15:08:26 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
|
2020-04-27 08:57:13 +01:00
|
|
|
class ComposerStaticInitae1de26c658d13c195b98449ea1bf6a1
|
2020-04-26 15:08:26 +01:00
|
|
|
{
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
|
|
'A' =>
|
|
|
|
array (
|
|
|
|
'App\\' => 4,
|
2020-04-27 08:57:13 +01:00
|
|
|
'AppInstaller\\' => 13,
|
2020-04-26 15:08:26 +01:00
|
|
|
),
|
|
|
|
);
|
|
|
|
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
|
|
'App\\' =>
|
|
|
|
array (
|
2020-04-27 08:57:13 +01:00
|
|
|
0 => __DIR__ . '/../..' . '/../app',
|
2020-04-26 15:08:26 +01:00
|
|
|
),
|
2020-04-27 08:57:13 +01:00
|
|
|
'AppInstaller\\' =>
|
2020-04-26 15:08:26 +01:00
|
|
|
array (
|
2020-04-27 08:57:13 +01:00
|
|
|
0 => __DIR__ . '/../..' . '/',
|
2020-04-26 15:08:26 +01:00
|
|
|
),
|
|
|
|
);
|
|
|
|
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
|
|
{
|
|
|
|
return \Closure::bind(function () use ($loader) {
|
2020-04-27 08:57:13 +01:00
|
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitae1de26c658d13c195b98449ea1bf6a1::$prefixLengthsPsr4;
|
|
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitae1de26c658d13c195b98449ea1bf6a1::$prefixDirsPsr4;
|
2020-04-26 15:08:26 +01:00
|
|
|
|
|
|
|
}, null, ClassLoader::class);
|
|
|
|
}
|
|
|
|
}
|