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