autoload_static.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. );
  13. public static $prefixDirsPsr4 = array (
  14. 'think\\composer\\' =>
  15. array (
  16. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  17. ),
  18. 'think\\' =>
  19. array (
  20. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  21. ),
  22. );
  23. public static $classMap = array (
  24. 'Ip2Region' => __DIR__ . '/..' . '/zoujingli/ip2region/Ip2Region.php',
  25. );
  26. public static function getInitializer(ClassLoader $loader)
  27. {
  28. return \Closure::bind(function () use ($loader) {
  29. $loader->prefixLengthsPsr4 = ComposerStaticInit0e5a20f54bf215fd957bc14489129d05::$prefixLengthsPsr4;
  30. $loader->prefixDirsPsr4 = ComposerStaticInit0e5a20f54bf215fd957bc14489129d05::$prefixDirsPsr4;
  31. $loader->classMap = ComposerStaticInit0e5a20f54bf215fd957bc14489129d05::$classMap;
  32. }, null, ClassLoader::class);
  33. }
  34. }