autoload_static.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit62fe21db61292705f1120c7736cd42d8
  5. {
  6. public static $files = array (
  7. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  8. 'b5566c8ba03c4747a7633895924ebb6d' => __DIR__ . '/..' . '/opqnext/reflection-api-doc/src/route.php',
  9. );
  10. public static $prefixLengthsPsr4 = array (
  11. 't' =>
  12. array (
  13. 'think\\composer\\' => 15,
  14. 'think\\captcha\\' => 14,
  15. 'think\\' => 6,
  16. ),
  17. 'a' =>
  18. array (
  19. 'app\\' => 4,
  20. ),
  21. 'R' =>
  22. array (
  23. 'Reflection\\Api\\Doc\\' => 19,
  24. ),
  25. );
  26. public static $prefixDirsPsr4 = array (
  27. 'think\\composer\\' =>
  28. array (
  29. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  30. ),
  31. 'think\\captcha\\' =>
  32. array (
  33. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  34. ),
  35. 'think\\' =>
  36. array (
  37. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  38. ),
  39. 'app\\' =>
  40. array (
  41. 0 => __DIR__ . '/../..' . '/application',
  42. ),
  43. 'Reflection\\Api\\Doc\\' =>
  44. array (
  45. 0 => __DIR__ . '/..' . '/opqnext/reflection-api-doc/src',
  46. ),
  47. );
  48. public static $prefixesPsr0 = array (
  49. 'P' =>
  50. array (
  51. 'PHPExcel' =>
  52. array (
  53. 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
  54. ),
  55. ),
  56. );
  57. public static function getInitializer(ClassLoader $loader)
  58. {
  59. return \Closure::bind(function () use ($loader) {
  60. $loader->prefixLengthsPsr4 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixLengthsPsr4;
  61. $loader->prefixDirsPsr4 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixDirsPsr4;
  62. $loader->prefixesPsr0 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixesPsr0;
  63. }, null, ClassLoader::class);
  64. }
  65. }