no message

This commit is contained in:
2025-10-18 14:46:52 +08:00
commit 7a84025b05
387 changed files with 75711 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit332d038afefe40a6538c2e31eed27e41
{
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 = ComposerStaticInit332d038afefe40a6538c2e31eed27e41::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit332d038afefe40a6538c2e31eed27e41::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit332d038afefe40a6538c2e31eed27e41::$classMap;
}, null, ClassLoader::class);
}
}