autoload_static.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit0e5a20f54bf215fd957bc14489129d05
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 't' =>
  8. array (
  9. 'think\\composer\\' => 15,
  10. 'think\\' => 6,
  11. ),
  12. 'a' =>
  13. array (
  14. 'app\\' => 4,
  15. ),
  16. );
  17. public static $prefixDirsPsr4 = array (
  18. 'think\\composer\\' =>
  19. array (
  20. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  21. ),
  22. 'think\\' =>
  23. array (
  24. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  25. ),
  26. 'app\\' =>
  27. array (
  28. 0 => __DIR__ . '/../..' . '/application',
  29. ),
  30. );
  31. public static $classMap = array (
  32. 'Ip2Region' => __DIR__ . '/..' . '/zoujingli/ip2region/Ip2Region.php',
  33. );
  34. public static function getInitializer(ClassLoader $loader)
  35. {
  36. return \Closure::bind(function () use ($loader) {
  37. $loader->prefixLengthsPsr4 = ComposerStaticInit0e5a20f54bf215fd957bc14489129d05::$prefixLengthsPsr4;
  38. $loader->prefixDirsPsr4 = ComposerStaticInit0e5a20f54bf215fd957bc14489129d05::$prefixDirsPsr4;
  39. $loader->classMap = ComposerStaticInit0e5a20f54bf215fd957bc14489129d05::$classMap;
  40. }, null, ClassLoader::class);
  41. }
  42. }