paste.chapril.org-privatebin/vendor/composer/autoload_static.php
2016-08-08 09:39:09 +02:00

40 lines
1.0 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);
}
}