-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathautoload_static.php
More file actions
53 lines (46 loc) · 1.48 KB
/
autoload_static.php
File metadata and controls
53 lines (46 loc) · 1.48 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
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitcdce1547e94626464cb6e151646a63e1
{
public static $files = array (
'3917c79c5052b270641b5a200963dbc2' => __DIR__ . '/..' . '/kint-php/kint/init.php',
'598f6ff116a3a9ebed039e8721551d6d' => __DIR__ . '/../..' . '/src/Support/whoops-loader.php',
'bc9d28b6d7d8d656e84ad897d81ca719' => __DIR__ . '/../..' . '/src/Admin/admin-color.php',
);
public static $prefixLengthsPsr4 = array (
'W' =>
array (
'Whoops\\' => 7,
),
'P' =>
array (
'Psr\\Log\\' => 8,
),
'K' =>
array (
'Kint\\' => 5,
),
);
public static $prefixDirsPsr4 = array (
'Whoops\\' =>
array (
0 => __DIR__ . '/..' . '/filp/whoops/src/Whoops',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
'Kint\\' =>
array (
0 => __DIR__ . '/..' . '/kint-php/kint/src',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitcdce1547e94626464cb6e151646a63e1::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitcdce1547e94626464cb6e151646a63e1::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}