Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/tutor-stripe/vendor/composer/autoload_static.php
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
<?php
2
+
3
+
// autoload_static.php @generated by Composer
4
+
5
+
namespace Composer\Autoload;
6
+
7
+
class ComposerStaticInitdaaa000ddbd82b14464f1cc7388fcce3
8
+
{
9
+
public static $prefixLengthsPsr4 = array (
10
+
'T' =>
11
+
array (
12
+
'TutorStripe\\' => 12,
13
+
),
14
+
'S' =>
15
+
array (
16
+
'Stripe\\' => 7,
17
+
),
18
+
'O' =>
19
+
array (
20
+
'Ollyo\\PaymentHub\\Payments\\Stripe\\' => 33,
21
+
'Ollyo\\PaymentHub\\' => 17,
22
+
),
23
+
);
24
+
25
+
public static $prefixDirsPsr4 = array (
26
+
'TutorStripe\\' =>
27
+
array (
28
+
0 => __DIR__ . '/../..' . '/integration',
29
+
),
30
+
'Stripe\\' =>
31
+
array (
32
+
0 => __DIR__ . '/..' . '/stripe/stripe-php/lib',
33
+
),
34
+
'Ollyo\\PaymentHub\\Payments\\Stripe\\' =>
35
+
array (
36
+
0 => __DIR__ . '/../..' . '/payments',
37
+
),
38
+
'Ollyo\\PaymentHub\\' =>
39
+
array (
40
+
0 => __DIR__ . '/../..' . '/../tutor/ecommerce/PaymentGateways/Paypal/src',
41
+
),
42
+
);
43
+
44
+
public static $classMap = array (
45
+
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
46
+
);
47
+
48
+
public static function getInitializer(ClassLoader $loader)
49
+
{
50
+
return \Closure::bind(function () use ($loader) {
51
+
$loader->prefixLengthsPsr4 = ComposerStaticInitdaaa000ddbd82b14464f1cc7388fcce3::$prefixLengthsPsr4;
52
+
$loader->prefixDirsPsr4 = ComposerStaticInitdaaa000ddbd82b14464f1cc7388fcce3::$prefixDirsPsr4;
53
+
$loader->classMap = ComposerStaticInitdaaa000ddbd82b14464f1cc7388fcce3::$classMap;
54
+
55
+
}, null, ClassLoader::class);
56
+
}
57
+
}
58
+