57 lines
1.8 KiB
PHP
57 lines
1.8 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit0e8aea5baa9d383cf3c4d74e9c2b074d
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'M' =>
|
|
array (
|
|
'Modules\\Business\\Tests\\' => 23,
|
|
'Modules\\Business\\Database\\Seeders\\' => 34,
|
|
'Modules\\Business\\Database\\Factories\\' => 36,
|
|
'Modules\\Business\\App\\' => 21,
|
|
'Modules\\Business\\' => 17,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Modules\\Business\\Tests\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/tests',
|
|
),
|
|
'Modules\\Business\\Database\\Seeders\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/database/seeders',
|
|
),
|
|
'Modules\\Business\\Database\\Factories\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/database/factories',
|
|
),
|
|
'Modules\\Business\\App\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/app',
|
|
),
|
|
'Modules\\Business\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit0e8aea5baa9d383cf3c4d74e9c2b074d::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit0e8aea5baa9d383cf3c4d74e9c2b074d::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit0e8aea5baa9d383cf3c4d74e9c2b074d::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|