42 lines
1.2 KiB
PHP
42 lines
1.2 KiB
PHP
|
<?php
|
||
|
|
||
|
// autoload_static.php @generated by Composer
|
||
|
|
||
|
namespace Composer\Autoload;
|
||
|
|
||
|
class ComposerStaticInit5e045c9d603513e1d322e4f217bb20b4
|
||
|
{
|
||
|
public static $prefixLengthsPsr4 = array (
|
||
|
'P' =>
|
||
|
array (
|
||
|
'Psr\\SimpleCache\\' => 16,
|
||
|
'PhpOffice\\PhpSpreadsheet\\' => 25,
|
||
|
'PHPMailer\\PHPMailer\\' => 20,
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $prefixDirsPsr4 = array (
|
||
|
'Psr\\SimpleCache\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
|
||
|
),
|
||
|
'PhpOffice\\PhpSpreadsheet\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
|
||
|
),
|
||
|
'PHPMailer\\PHPMailer\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static function getInitializer(ClassLoader $loader)
|
||
|
{
|
||
|
return \Closure::bind(function () use ($loader) {
|
||
|
$loader->prefixLengthsPsr4 = ComposerStaticInit5e045c9d603513e1d322e4f217bb20b4::$prefixLengthsPsr4;
|
||
|
$loader->prefixDirsPsr4 = ComposerStaticInit5e045c9d603513e1d322e4f217bb20b4::$prefixDirsPsr4;
|
||
|
|
||
|
}, null, ClassLoader::class);
|
||
|
}
|
||
|
}
|