36 lines
1.1 KiB
PHP
36 lines
1.1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit8bcf3acc12d2a7bdb51040a22ce133da
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'L' =>
|
|
array (
|
|
'LanguageDetection\\' => 18,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'LanguageDetection\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/patrickschur/language-detection/src/LanguageDetection',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit8bcf3acc12d2a7bdb51040a22ce133da::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit8bcf3acc12d2a7bdb51040a22ce133da::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit8bcf3acc12d2a7bdb51040a22ce133da::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|