| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?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);
- }
- }
|