53 lines
1.4 KiB
PHP
53 lines
1.4 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit0a19be8f09bdc5d4e2b07ba9e95a5801
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'e' =>
|
|
array (
|
|
'eftec\\bladeone\\' => 15,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Log\\' => 8,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'Monolog\\' => 8,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'eftec\\bladeone\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/eftec/bladeone/lib',
|
|
),
|
|
'Psr\\Log\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/log/src',
|
|
),
|
|
'Monolog\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit0a19be8f09bdc5d4e2b07ba9e95a5801::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit0a19be8f09bdc5d4e2b07ba9e95a5801::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit0a19be8f09bdc5d4e2b07ba9e95a5801::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|