| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInit2aabfd3e347d46c9392511e9b4fa9aa5 |
| 8 |
{ |
| 9 |
public static $prefixLengthsPsr4 = array ( |
| 10 |
'W' => |
| 11 |
array ( |
| 12 |
'Wpmet\\UtilityPackage\\' => 21, |
| 13 |
), |
| 14 |
'E' => |
| 15 |
array ( |
| 16 |
'EmailKit\\Promotional\\' => 21, |
| 17 |
'EmailKit\\' => 9, |
| 18 |
), |
| 19 |
); |
| 20 |
|
| 21 |
public static $prefixDirsPsr4 = array ( |
| 22 |
'Wpmet\\UtilityPackage\\' => |
| 23 |
array ( |
| 24 |
0 => __DIR__ . '/..' . '/wpmet/utility-package/src', |
| 25 |
), |
| 26 |
'EmailKit\\Promotional\\' => |
| 27 |
array ( |
| 28 |
0 => __DIR__ . '/../..' . '/Promotional', |
| 29 |
), |
| 30 |
'EmailKit\\' => |
| 31 |
array ( |
| 32 |
0 => __DIR__ . '/../..' . '/includes', |
| 33 |
), |
| 34 |
); |
| 35 |
|
| 36 |
public static $classMap = array ( |
| 37 |
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 38 |
); |
| 39 |
|
| 40 |
public static function getInitializer(ClassLoader $loader) |
| 41 |
{ |
| 42 |
return \Closure::bind(function () use ($loader) { |
| 43 |
$loader->prefixLengthsPsr4 = ComposerStaticInit2aabfd3e347d46c9392511e9b4fa9aa5::$prefixLengthsPsr4; |
| 44 |
$loader->prefixDirsPsr4 = ComposerStaticInit2aabfd3e347d46c9392511e9b4fa9aa5::$prefixDirsPsr4; |
| 45 |
$loader->classMap = ComposerStaticInit2aabfd3e347d46c9392511e9b4fa9aa5::$classMap; |
| 46 |
|
| 47 |
}, null, ClassLoader::class); |
| 48 |
} |
| 49 |
} |
| 50 |
|