autoload_static.php 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd
  5. {
  6. public static $files = array (
  7. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  8. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  9. 'ddc3cd2a04224f9638c5d0de6a69c7e3' => __DIR__ . '/..' . '/topthink/think-migration/src/config.php',
  10. 'cc56288302d9df745d97c934d6a6e5f0' => __DIR__ . '/..' . '/topthink/think-queue/src/common.php',
  11. );
  12. public static $prefixLengthsPsr4 = array (
  13. 't' =>
  14. array (
  15. 'think\\worker\\' => 13,
  16. 'think\\oracle\\' => 13,
  17. 'think\\mongo\\' => 12,
  18. 'think\\migration\\' => 16,
  19. 'think\\helper\\' => 13,
  20. 'think\\composer\\' => 15,
  21. 'think\\captcha\\' => 14,
  22. 'think\\' => 6,
  23. ),
  24. 'a' =>
  25. array (
  26. 'app\\' => 4,
  27. ),
  28. 'W' =>
  29. array (
  30. 'Workerman\\MySQL\\' => 16,
  31. 'Workerman\\' => 10,
  32. ),
  33. 'P' =>
  34. array (
  35. 'Psr\\Log\\' => 8,
  36. 'Phinx\\' => 6,
  37. ),
  38. 'M' =>
  39. array (
  40. 'Monolog\\' => 8,
  41. ),
  42. );
  43. public static $prefixDirsPsr4 = array (
  44. 'think\\worker\\' =>
  45. array (
  46. 0 => __DIR__ . '/..' . '/topthink/think-worker/src',
  47. ),
  48. 'think\\oracle\\' =>
  49. array (
  50. 0 => __DIR__ . '/..' . '/topthink/think-oracle/src',
  51. ),
  52. 'think\\mongo\\' =>
  53. array (
  54. 0 => __DIR__ . '/..' . '/topthink/think-mongo/src',
  55. ),
  56. 'think\\migration\\' =>
  57. array (
  58. 0 => __DIR__ . '/..' . '/topthink/think-migration/src',
  59. ),
  60. 'think\\helper\\' =>
  61. array (
  62. 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
  63. ),
  64. 'think\\composer\\' =>
  65. array (
  66. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  67. ),
  68. 'think\\captcha\\' =>
  69. array (
  70. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  71. ),
  72. 'think\\' =>
  73. array (
  74. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  75. 1 => __DIR__ . '/..' . '/topthink/think-image/src',
  76. 2 => __DIR__ . '/..' . '/topthink/think-queue/src',
  77. ),
  78. 'app\\' =>
  79. array (
  80. 0 => __DIR__ . '/../..' . '/application',
  81. ),
  82. 'Workerman\\MySQL\\' =>
  83. array (
  84. 0 => __DIR__ . '/..' . '/workerman/mysql/src',
  85. ),
  86. 'Workerman\\' =>
  87. array (
  88. 0 => __DIR__ . '/..' . '/workerman/workerman',
  89. 1 => __DIR__ . '/..' . '/workerman/workerman-for-win',
  90. ),
  91. 'Psr\\Log\\' =>
  92. array (
  93. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  94. ),
  95. 'Phinx\\' =>
  96. array (
  97. 0 => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx',
  98. ),
  99. 'Monolog\\' =>
  100. array (
  101. 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
  102. ),
  103. );
  104. public static function getInitializer(ClassLoader $loader)
  105. {
  106. return \Closure::bind(function () use ($loader) {
  107. $loader->prefixLengthsPsr4 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixLengthsPsr4;
  108. $loader->prefixDirsPsr4 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixDirsPsr4;
  109. }, null, ClassLoader::class);
  110. }
  111. }