31 lines
866 B
PHP
31 lines
866 B
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit657fe71ab231d7a3522553857156496d
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'L' =>
|
|
array (
|
|
'League\\HTMLToMarkdown\\' => 22,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'League\\HTMLToMarkdown\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/league/html-to-markdown/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit657fe71ab231d7a3522553857156496d::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit657fe71ab231d7a3522553857156496d::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|