39 lines
1.1 KiB
PHP
39 lines
1.1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit9799005e6bc7e1043be402f070604920
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'W' =>
|
|
array (
|
|
'WPSMTP\\' => 7,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'WPSMTP\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/inc',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'WPSMTP\\Config' => __DIR__ . '/../..' . '/inc/Config.php',
|
|
'WPSMTP\\Process' => __DIR__ . '/../..' . '/inc/Logger/Process.php',
|
|
'WPSMTP\\Table' => __DIR__ . '/../..' . '/inc/Logger/Table.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit9799005e6bc7e1043be402f070604920::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit9799005e6bc7e1043be402f070604920::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit9799005e6bc7e1043be402f070604920::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|