autoload_static.php 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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. 'F' =>
  50. array (
  51. 'Firebase\\JWT\\' => 13,
  52. ),
  53. 'E' =>
  54. array (
  55. 'Endroid\\QrCode\\' => 15,
  56. ),
  57. 'D' =>
  58. array (
  59. 'DASPRiD\\Enum\\' => 13,
  60. ),
  61. 'B' =>
  62. array (
  63. 'BaconQrCode\\' => 12,
  64. ),
  65. );
  66. public static $prefixDirsPsr4 = array (
  67. 'think\\view\\driver\\' =>
  68. array (
  69. 0 => __DIR__ . '/..' . '/topthink/think-view/src',
  70. ),
  71. 'think\\trace\\' =>
  72. array (
  73. 0 => __DIR__ . '/..' . '/topthink/think-trace/src',
  74. ),
  75. 'think\\captcha\\' =>
  76. array (
  77. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  78. ),
  79. 'think\\app\\' =>
  80. array (
  81. 0 => __DIR__ . '/..' . '/topthink/think-multi-app/src',
  82. ),
  83. 'think\\' =>
  84. array (
  85. 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
  86. 1 => __DIR__ . '/..' . '/topthink/think-filesystem/src',
  87. 2 => __DIR__ . '/..' . '/topthink/think-helper/src',
  88. 3 => __DIR__ . '/..' . '/topthink/think-orm/src',
  89. 4 => __DIR__ . '/..' . '/topthink/think-template/src',
  90. ),
  91. 'app\\' =>
  92. array (
  93. 0 => __DIR__ . '/../..' . '/app',
  94. ),
  95. 'Symfony\\Polyfill\\Php80\\' =>
  96. array (
  97. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  98. ),
  99. 'Symfony\\Polyfill\\Php72\\' =>
  100. array (
  101. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  102. ),
  103. 'Symfony\\Polyfill\\Mbstring\\' =>
  104. array (
  105. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  106. ),
  107. 'Symfony\\Component\\VarDumper\\' =>
  108. array (
  109. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  110. ),
  111. 'Psr\\SimpleCache\\' =>
  112. array (
  113. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  114. ),
  115. 'Psr\\Log\\' =>
  116. array (
  117. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  118. ),
  119. 'Psr\\Http\\Message\\' =>
  120. array (
  121. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  122. ),
  123. 'Psr\\Container\\' =>
  124. array (
  125. 0 => __DIR__ . '/..' . '/psr/container/src',
  126. ),
  127. 'Psr\\Cache\\' =>
  128. array (
  129. 0 => __DIR__ . '/..' . '/psr/cache/src',
  130. ),
  131. 'League\\MimeTypeDetection\\' =>
  132. array (
  133. 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
  134. ),
  135. 'League\\Flysystem\\Cached\\' =>
  136. array (
  137. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  138. ),
  139. 'League\\Flysystem\\' =>
  140. array (
  141. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  142. ),
  143. 'Firebase\\JWT\\' =>
  144. array (
  145. 0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
  146. ),
  147. 'Endroid\\QrCode\\' =>
  148. array (
  149. 0 => __DIR__ . '/..' . '/endroid/qr-code/src',
  150. ),
  151. 'DASPRiD\\Enum\\' =>
  152. array (
  153. 0 => __DIR__ . '/..' . '/dasprid/enum/src',
  154. ),
  155. 'BaconQrCode\\' =>
  156. array (
  157. 0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src',
  158. ),
  159. );
  160. public static $prefixesPsr0 = array (
  161. 'P' =>
  162. array (
  163. 'PHPExcel' =>
  164. array (
  165. 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
  166. ),
  167. ),
  168. );
  169. public static $fallbackDirsPsr0 = array (
  170. 0 => __DIR__ . '/../..' . '/extend',
  171. );
  172. public static $classMap = array (
  173. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  174. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  175. 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
  176. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  177. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  178. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  179. );
  180. public static function getInitializer(ClassLoader $loader)
  181. {
  182. return \Closure::bind(function () use ($loader) {
  183. $loader->prefixLengthsPsr4 = ComposerStaticInit8fda6fe797a34d32a281406e65775056::$prefixLengthsPsr4;
  184. $loader->prefixDirsPsr4 = ComposerStaticInit8fda6fe797a34d32a281406e65775056::$prefixDirsPsr4;
  185. $loader->prefixesPsr0 = ComposerStaticInit8fda6fe797a34d32a281406e65775056::$prefixesPsr0;
  186. $loader->fallbackDirsPsr0 = ComposerStaticInit8fda6fe797a34d32a281406e65775056::$fallbackDirsPsr0;
  187. $loader->classMap = ComposerStaticInit8fda6fe797a34d32a281406e65775056::$classMap;
  188. }, null, ClassLoader::class);
  189. }
  190. }