44 lines
1.2 KiB
PHP
Executable File
44 lines
1.2 KiB
PHP
Executable File
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit8f5173e406d37e29a7ca32971b752860
|
|
{
|
|
public static $files = array (
|
|
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'P' =>
|
|
array (
|
|
'Psr\\Container\\' => 14,
|
|
),
|
|
'F' =>
|
|
array (
|
|
'Faker\\' => 6,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Psr\\Container\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/container/src',
|
|
),
|
|
'Faker\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/fakerphp/faker/src/Faker',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit8f5173e406d37e29a7ca32971b752860::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit8f5173e406d37e29a7ca32971b752860::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|