-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoload_static.php
41 lines (34 loc) · 1.29 KB
/
autoload_static.php
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
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitd790c17a0fbe6d9c27793420cf646a1fx
{
public static $prefixLengthsPsr4 = array (
'B' =>
array (
'BeycanPress\\CryptoPay\\MemberDash\\' => 33,
'BeycanPress\\CryptoPay\\Integrator\\' => 33,
),
);
public static $prefixDirsPsr4 = array (
'BeycanPress\\CryptoPay\\MemberDash\\' =>
array (
0 => __DIR__ . '/../..' . '/app',
),
'BeycanPress\\CryptoPay\\Integrator\\' =>
array (
0 => __DIR__ . '/..' . '/beycanpress/cryptopay-integrator/src',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitd790c17a0fbe6d9c27793420cf646a1fx::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitd790c17a0fbe6d9c27793420cf646a1fx::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitd790c17a0fbe6d9c27793420cf646a1fx::$classMap;
}, null, ClassLoader::class);
}
}