Completed
Branch master (f7c271)
by archer
02:40 queued 49s
created

ComposerStaticInit503a57c988d2723fb22fc82fe9083963   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 622
Duplicated Lines 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
wmc 1
eloc 597
c 1
b 0
f 0
dl 0
loc 622
rs 10
1
<?php
2
3
// autoload_static.php @generated by Composer
4
5
namespace Composer\Autoload;
6
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