39 lines
1 KiB
PHP
39 lines
1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitDontChange
|
|
{
|
|
public static $files = array ();
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'P' =>
|
|
array (
|
|
'PrivateBin\\' => 11,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'PrivateBin\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/lib',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array ();
|
|
|
|
public static $classMap = array ();
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitDontChange::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitDontChange::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInitDontChange::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInitDontChange::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|