autoload_static.php 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit8fda6fe797a34d32a281406e65775056
  5. {
  6. public static $files = array (
  7. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  8. '35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php',
  9. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  10. '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
  11. 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
  12. '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
  13. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  14. );
  15. public static $prefixLengthsPsr4 = array (
  16. 't' =>
  17. array (
  18. 'think\\view\\driver\\' => 18,
  19. 'think\\trace\\' => 12,
  20. 'think\\captcha\\' => 14,
  21. 'think\\app\\' => 10,
  22. 'think\\' => 6,
  23. ),
  24. 'a' =>
  25. array (
  26. 'app\\' => 4,
  27. ),
  28. 'S' =>
  29. array (
  30. 'Symfony\\Polyfill\\Php80\\' => 23,
  31. 'Symfony\\Polyfill\\Php72\\' => 23,
  32. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  33. 'Symfony\\Component\\VarDumper\\' => 28,
  34. ),
  35. 'P' =>
  36. array (
  37. 'Psr\\SimpleCache\\' => 16,
  38. 'Psr\\Log\\' => 8,
  39. 'Psr\\Http\\Message\\' => 17,
  40. 'Psr\\Container\\' => 14,
  41. 'Psr\\Cache\\' => 10,
  42. ),
  43. 'L' =>
  44. array (
  45. 'League\\MimeTypeDetection\\' => 25,
  46. 'League\\Flysystem\\Cached\\' => 24,
  47. 'League\\Flysystem\\' => 17,
  48. ),
  49. 'E' =>
  50. array (
  51. 'Endroid\\QrCode\\' => 15,
  52. ),
  53. 'D' =>
  54. array (
  55. 'DASPRiD\\Enum\\' => 13,
  56. ),
  57. 'B' =>
  58. array (
  59. 'BaconQrCode\\' => 12,
  60. ),
  61. );
  62. public static $prefixDirsPsr4 = array (
  63. 'think\\view\\driver\\' =>
  64. array (
  65. 0 => __DIR__ . '/..' . '/topthink/think-view/src',
  66. ),
  67. 'think\\trace\\' =>
  68. array (
  69. 0 => __DIR__ . '/..' . '/topthink/think-trace/src',
  70. ),
  71. 'think\\captcha\\' =>
  72. array (
  73. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  74. ),
  75. 'think\\app\\' =>
  76. array (
  77. 0 => __DIR__ . '/..' . '/topthink/think-multi-app/src',
  78. ),
  79. 'think\\' =>
  80. array (
  81. 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
  82. 1 => __DIR__ . '/..' . '/topthink/think-filesystem/src',
  83. 2 => __DIR__ . '/..' . '/topthink/think-helper/src',
  84. 3 => __DIR__ . '/..' . '/topthink/think-orm/src',
  85. 4 => __DIR__ . '/..' . '/topthink/think-template/src',
  86. ),
  87. 'app\\' =>
  88. array (
  89. 0 => __DIR__ . '/../..' . '/app',
  90. ),
  91. 'Symfony\\Polyfill\\Php80\\' =>
  92. array (
  93. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  94. ),
  95. 'Symfony\\Polyfill\\Php72\\' =>
  96. array (
  97. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  98. ),
  99. 'Symfony\\Polyfill\\Mbstring\\' =>
  100. array (
  101. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  102. ),
  103. 'Symfony\\Component\\VarDumper\\' =>
  104. array (
  105. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  106. ),
  107. 'Psr\\SimpleCache\\' =>
  108. array (
  109. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  110. ),
  111. 'Psr\\Log\\' =>
  112. array (
  113. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  114. ),
  115. 'Psr\\Http\\Message\\' =>
  116. array (
  117. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  118. ),
  119. 'Psr\\Container\\' =>
  120. array (
  121. 0 => __DIR__ . '/..' . '/psr/container/src',
  122. ),
  123. 'Psr\\Cache\\' =>
  124. array (
  125. 0 => __DIR__ . '/..' . '/psr/cache/src',
  126. ),
  127. 'League\\MimeTypeDetection\\' =>
  128. array (
  129. 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
  130. ),
  131. 'League\\Flysystem\\Cached\\' =>
  132. array (
  133. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  134. ),
  135. 'League\\Flysystem\\' =>
  136. array (
  137. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  138. ),
  139. 'Endroid\\QrCode\\' =>
  140. array (
  141. 0 => __DIR__ . '/..' . '/endroid/qr-code/src',
  142. ),
  143. 'DASPRiD\\Enum\\' =>
  144. array (
  145. 0 => __DIR__ . '/..' . '/dasprid/enum/src',
  146. ),
  147. 'BaconQrCode\\' =>
  148. array (
  149. 0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src',
  150. ),
  151. );
  152. public static $prefixesPsr0 = array (
  153. 'P' =>
  154. array (
  155. 'PHPExcel' =>
  156. array (
  157. 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
  158. ),
  159. ),
  160. );
  161. public static $fallbackDirsPsr0 = array (
  162. 0 => __DIR__ . '/../..' . '/extend',
  163. );
  164. public static $classMap = array (
  165. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  166. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  167. 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
  168. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  169. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  170. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  171. );
  172. public static function getInitializer(ClassLoader $loader)
  173. {
  174. return \Closure::bind(function () use ($loader) {
  175. $loader->prefixLengthsPsr4 = ComposerStaticInit8fda6fe797a34d32a281406e65775056::$prefixLengthsPsr4;
  176. $loader->prefixDirsPsr4 = ComposerStaticInit8fda6fe797a34d32a281406e65775056::$prefixDirsPsr4;
  177. $loader->prefixesPsr0 = ComposerStaticInit8fda6fe797a34d32a281406e65775056::$prefixesPsr0;
  178. $loader->fallbackDirsPsr0 = ComposerStaticInit8fda6fe797a34d32a281406e65775056::$fallbackDirsPsr0;
  179. $loader->classMap = ComposerStaticInit8fda6fe797a34d32a281406e65775056::$classMap;
  180. }, null, ClassLoader::class);
  181. }
  182. }