| 103 |
- |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
// autoload_static.php @generated by Composer
|
|
|
4 |
|
|
|
5 |
namespace Composer\Autoload;
|
|
|
6 |
|
|
|
7 |
class ComposerStaticInit533f0fdf9e598fa8492fc7e1898cee33
|
|
|
8 |
{
|
|
|
9 |
public static $files = array (
|
|
|
10 |
'3f8bdd3b35094c73a26f0106e3c0f8b2' => __DIR__ . '/../..' . '/lib/SendGrid.php',
|
|
|
11 |
'9dda55337a76a24e949fbcc5d905a2c7' => __DIR__ . '/../..' . '/lib/helpers/mail/Mail.php',
|
|
|
12 |
);
|
|
|
13 |
|
|
|
14 |
public static $prefixLengthsPsr4 = array (
|
|
|
15 |
'S' =>
|
|
|
16 |
array (
|
|
|
17 |
'SendGrid\\' => 9,
|
|
|
18 |
),
|
|
|
19 |
);
|
|
|
20 |
|
|
|
21 |
public static $prefixDirsPsr4 = array (
|
|
|
22 |
'SendGrid\\' =>
|
|
|
23 |
array (
|
|
|
24 |
|
|
|
25 |
),
|
|
|
26 |
);
|
|
|
27 |
|
|
|
28 |
public static function getInitializer(ClassLoader $loader)
|
|
|
29 |
{
|
|
|
30 |
return \Closure::bind(function () use ($loader) {
|
|
|
31 |
$loader->prefixLengthsPsr4 = ComposerStaticInit533f0fdf9e598fa8492fc7e1898cee33::$prefixLengthsPsr4;
|
|
|
32 |
$loader->prefixDirsPsr4 = ComposerStaticInit533f0fdf9e598fa8492fc7e1898cee33::$prefixDirsPsr4;
|
|
|
33 |
|
|
|
34 |
}, null, ClassLoader::class);
|
|
|
35 |
}
|
|
|
36 |
}
|