Newer
Older
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitea49688754ec83fd9f26d259a3592172
{
public static $files = array (
'79f66bc0a1900f77abe4a9a299057a0a' => __DIR__ . '/..' . '/starkbank/ecdsa/src/ellipticcurve.php',
);
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'SendGrid\\Stats\\' => 15,
'SendGrid\\Mail\\' => 14,
'SendGrid\\Helper\\' => 16,
'SendGrid\\EventWebhook\\' => 22,
'SendGrid\\Contacts\\' => 18,
'SendGrid\\' => 9,
),
);
public static $prefixDirsPsr4 = array (
'SendGrid\\Stats\\' =>
array (
0 => __DIR__ . '/..' . '/sendgrid/sendgrid/lib/stats',
),
'SendGrid\\Mail\\' =>
array (
0 => __DIR__ . '/..' . '/sendgrid/sendgrid/lib/mail',
),
'SendGrid\\Helper\\' =>
array (
0 => __DIR__ . '/..' . '/sendgrid/sendgrid/lib/helper',
),
'SendGrid\\EventWebhook\\' =>
array (
0 => __DIR__ . '/..' . '/sendgrid/sendgrid/lib/eventwebhook',
),
'SendGrid\\Contacts\\' =>
array (
0 => __DIR__ . '/..' . '/sendgrid/sendgrid/lib/contacts',
),
'SendGrid\\' =>
array (
0 => __DIR__ . '/..' . '/sendgrid/php-http-client/lib',
),
);
public static $classMap = array (
'BaseSendGridClientInterface' => __DIR__ . '/..' . '/sendgrid/sendgrid/lib/BaseSendGridClientInterface.php',
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'SendGrid' => __DIR__ . '/..' . '/sendgrid/sendgrid/lib/SendGrid.php',
'TwilioEmail' => __DIR__ . '/..' . '/sendgrid/sendgrid/lib/TwilioEmail.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitea49688754ec83fd9f26d259a3592172::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitea49688754ec83fd9f26d259a3592172::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitea49688754ec83fd9f26d259a3592172::$classMap;
}, null, ClassLoader::class);
}
}