37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
|
<?php
|
||
|
|
||
|
// autoload_static.php @generated by Composer
|
||
|
|
||
|
namespace Composer\Autoload;
|
||
|
|
||
|
class ComposerStaticInit8dfb1a31d96061e496c276bbedc3e7cb
|
||
|
{
|
||
|
public static $prefixLengthsPsr4 = array (
|
||
|
'P' =>
|
||
|
array (
|
||
|
'PHPMailer\\PHPMailer\\' => 20,
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $prefixDirsPsr4 = array (
|
||
|
'PHPMailer\\PHPMailer\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $classMap = array (
|
||
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
||
|
);
|
||
|
|
||
|
public static function getInitializer(ClassLoader $loader)
|
||
|
{
|
||
|
return \Closure::bind(function () use ($loader) {
|
||
|
$loader->prefixLengthsPsr4 = ComposerStaticInit8dfb1a31d96061e496c276bbedc3e7cb::$prefixLengthsPsr4;
|
||
|
$loader->prefixDirsPsr4 = ComposerStaticInit8dfb1a31d96061e496c276bbedc3e7cb::$prefixDirsPsr4;
|
||
|
$loader->classMap = ComposerStaticInit8dfb1a31d96061e496c276bbedc3e7cb::$classMap;
|
||
|
|
||
|
}, null, ClassLoader::class);
|
||
|
}
|
||
|
}
|