Total Complexity | 1 |
Total Lines | 70 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class ComposerStaticInit912ef365a6588e1102f28f1b2c039019 |
||
8 | { |
||
9 | public static $files = array ( |
||
10 | 'eb4ca143a560593927b6c460308f3a8f' => __DIR__ . '/../..' . '/src/functions.php', |
||
11 | ); |
||
12 | |||
13 | public static $prefixLengthsPsr4 = array ( |
||
14 | 'K' => |
||
15 | array ( |
||
16 | 'KiplingKelvin\\ChpterLaravelSdk\\' => 31, |
||
17 | ), |
||
18 | 'A' => |
||
19 | array ( |
||
20 | 'App\\' => 4, |
||
21 | ), |
||
22 | ); |
||
23 | |||
24 | public static $prefixDirsPsr4 = array ( |
||
25 | 'KiplingKelvin\\ChpterLaravelSdk\\' => |
||
26 | array ( |
||
27 | 0 => __DIR__ . '/../..' . '/src', |
||
28 | ), |
||
29 | 'App\\' => |
||
30 | array ( |
||
31 | 0 => __DIR__ . '/../..' . '/app', |
||
32 | ), |
||
33 | ); |
||
34 | |||
35 | public static $classMap = array ( |
||
36 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
||
37 | ); |
||
38 | |||
39 | public static function getInitializer(ClassLoader $loader) |
||
40 | { |
||
41 | return \Closure::bind(function () use ($loader) { |
||
42 | $loader->prefixLengthsPsr4 = ComposerStaticInit912ef365a6588e1102f28f1b2c039019::$prefixLengthsPsr4; |
||
43 | $loader->prefixDirsPsr4 = ComposerStaticInit912ef365a6588e1102f28f1b2c039019::$prefixDirsPsr4; |
||
44 | $loader->classMap = ComposerStaticInit912ef365a6588e1102f28f1b2c039019::$classMap; |
||
45 | |||
46 | }, null, ClassLoader::class); |
||
47 | } |
||
48 | } |
||
49 |