forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautoload_static.php
More file actions
47 lines (41 loc) · 1.15 KB
/
autoload_static.php
File metadata and controls
47 lines (41 loc) · 1.15 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
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitad49aa92feae01e661d9db6c08b45fab
{
public static $prefixLengthsPsr4 = array (
'W' =>
array (
'Whoops\\' => 7,
),
'P' =>
array (
'Psr\\Log\\' => 8,
),
'H' =>
array (
'Hestia\\' => 7,
),
);
public static $prefixDirsPsr4 = array (
'Whoops\\' =>
array (
0 => __DIR__ . '/..' . '/filp/whoops/src/Whoops',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
'Hestia\\' =>
array (
0 => __DIR__ . '/../..' . '/app',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitad49aa92feae01e661d9db6c08b45fab::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitad49aa92feae01e661d9db6c08b45fab::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}