autoload_static.php
2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit181177ab4a90f38ae0968c193a5c589e
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
);
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'Symfony\\Polyfill\\Mbstring\\' => 26,
'Symfony\\Component\\Translation\\' => 30,
),
'F' =>
array (
'Faker\\' => 6,
'FakerPress\\Dev\\' => 15,
'FakerPress\\' => 11,
),
);
public static $prefixDirsPsr4 = array (
'Symfony\\Polyfill\\Mbstring\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
),
'Symfony\\Component\\Translation\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/translation',
),
'Faker\\' =>
array (
0 => __DIR__ . '/..' . '/fzaninotto/faker/src/Faker',
),
'FakerPress\\Dev\\' =>
array (
0 => __DIR__ . '/../..' . '/dev/src',
),
'FakerPress\\' =>
array (
0 => __DIR__ . '/../..' . '/src/FakerPress',
),
);
public static $fallbackDirsPsr4 = array (
0 => __DIR__ . '/..' . '/nesbot/carbon/src',
);
public static $prefixesPsr0 = array (
'U' =>
array (
'UpdateHelper\\' =>
array (
0 => __DIR__ . '/..' . '/kylekatarnls/update-helper/src',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit181177ab4a90f38ae0968c193a5c589e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit181177ab4a90f38ae0968c193a5c589e::$prefixDirsPsr4;
$loader->fallbackDirsPsr4 = ComposerStaticInit181177ab4a90f38ae0968c193a5c589e::$fallbackDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit181177ab4a90f38ae0968c193a5c589e::$prefixesPsr0;
}, null, ClassLoader::class);
}
}