autoload_static.php 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitDontChange
  5. {
  6. public static $files = array ();
  7. public static $prefixLengthsPsr4 = array (
  8. 'P' =>
  9. array (
  10. 'PrivateBin\\' => 11,
  11. ),
  12. );
  13. public static $prefixDirsPsr4 = array (
  14. 'PrivateBin\\' =>
  15. array (
  16. 0 => __DIR__ . '/../..' . '/lib',
  17. ),
  18. );
  19. public static $prefixesPsr0 = array ();
  20. public static $classMap = array ();
  21. public static function getInitializer(ClassLoader $loader)
  22. {
  23. return \Closure::bind(function () use ($loader) {
  24. $loader->prefixLengthsPsr4 = ComposerStaticInitDontChange::$prefixLengthsPsr4;
  25. $loader->prefixDirsPsr4 = ComposerStaticInitDontChange::$prefixDirsPsr4;
  26. $loader->prefixesPsr0 = ComposerStaticInitDontChange::$prefixesPsr0;
  27. $loader->classMap = ComposerStaticInitDontChange::$classMap;
  28. }, null, ClassLoader::class);
  29. }
  30. }