Total Complexity | 1 |
Total Lines | 622 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class ComposerStaticInit503a57c988d2723fb22fc82fe9083963 |
||
8 | { |
||
9 | public static $files = array ( |
||
10 | '38bc130034b61d96d3a0ad0c9a8d5950' => __DIR__ . '/../..' . '/src/helper.php', |
||
11 | ); |
||
12 | |||
13 | public static $prefixLengthsPsr4 = array ( |
||
14 | 'A' => |
||
15 | array ( |
||
16 | 'ArcherZdip\\LaravelApiAuth\\' => 26, |
||
17 | ), |
||
18 | ); |
||
19 | |||
20 | public static $prefixDirsPsr4 = array ( |
||
21 | 'ArcherZdip\\LaravelApiAuth\\' => |
||
22 | array ( |
||
23 | 0 => __DIR__ . '/../..' . '/src', |
||
24 | ), |
||
25 | ); |
||
26 | |||
27 | public static function getInitializer(ClassLoader $loader) |
||
28 | { |
||
29 | return \Closure::bind(function () use ($loader) { |
||
30 | $loader->prefixLengthsPsr4 = ComposerStaticInit503a57c988d2723fb22fc82fe9083963::$prefixLengthsPsr4; |
||
31 | $loader->prefixDirsPsr4 = ComposerStaticInit503a57c988d2723fb22fc82fe9083963::$prefixDirsPsr4; |
||
32 | |||
33 | }, null, ClassLoader::class); |
||
34 | } |
||
35 | } |
||
36 |