autoload_static.php 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit1e35666d44f6241113050f08f28e3325
  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. '256c1545158fc915c75e51a931bdba60' => __DIR__ . '/..' . '/lcobucci/jwt/compat/class-aliases.php',
  13. '0d273777b2b0d96e49fb3d800c6b0e81' => __DIR__ . '/..' . '/lcobucci/jwt/compat/json-exception-polyfill.php',
  14. 'd6b246ac924292702635bb2349f4a64b' => __DIR__ . '/..' . '/lcobucci/jwt/compat/lcobucci-clock-polyfill.php',
  15. '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
  16. );
  17. public static $prefixLengthsPsr4 = array (
  18. 't' =>
  19. array (
  20. 'think\\view\\driver\\' => 18,
  21. 'think\\trace\\' => 12,
  22. 'think\\app\\' => 10,
  23. 'think\\' => 6,
  24. ),
  25. 'a' =>
  26. array (
  27. 'app\\' => 4,
  28. ),
  29. 'S' =>
  30. array (
  31. 'Symfony\\Polyfill\\Php80\\' => 23,
  32. 'Symfony\\Polyfill\\Php72\\' => 23,
  33. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  34. 'Symfony\\Component\\VarDumper\\' => 28,
  35. ),
  36. 'P' =>
  37. array (
  38. 'Psr\\SimpleCache\\' => 16,
  39. 'Psr\\Log\\' => 8,
  40. 'Psr\\Http\\Message\\' => 17,
  41. 'Psr\\Container\\' => 14,
  42. 'Psr\\Cache\\' => 10,
  43. ),
  44. 'L' =>
  45. array (
  46. 'League\\MimeTypeDetection\\' => 25,
  47. 'League\\Flysystem\\Cached\\' => 24,
  48. 'League\\Flysystem\\' => 17,
  49. 'Lcobucci\\JWT\\' => 13,
  50. ),
  51. );
  52. public static $prefixDirsPsr4 = array (
  53. 'think\\view\\driver\\' =>
  54. array (
  55. 0 => __DIR__ . '/..' . '/topthink/think-view/src',
  56. ),
  57. 'think\\trace\\' =>
  58. array (
  59. 0 => __DIR__ . '/..' . '/topthink/think-trace/src',
  60. ),
  61. 'think\\app\\' =>
  62. array (
  63. 0 => __DIR__ . '/..' . '/topthink/think-multi-app/src',
  64. ),
  65. 'think\\' =>
  66. array (
  67. 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
  68. 1 => __DIR__ . '/..' . '/topthink/think-filesystem/src',
  69. 2 => __DIR__ . '/..' . '/topthink/think-helper/src',
  70. 3 => __DIR__ . '/..' . '/topthink/think-orm/src',
  71. 4 => __DIR__ . '/..' . '/topthink/think-template/src',
  72. ),
  73. 'app\\' =>
  74. array (
  75. 0 => __DIR__ . '/../..' . '/app',
  76. ),
  77. 'Symfony\\Polyfill\\Php80\\' =>
  78. array (
  79. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  80. ),
  81. 'Symfony\\Polyfill\\Php72\\' =>
  82. array (
  83. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  84. ),
  85. 'Symfony\\Polyfill\\Mbstring\\' =>
  86. array (
  87. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  88. ),
  89. 'Symfony\\Component\\VarDumper\\' =>
  90. array (
  91. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  92. ),
  93. 'Psr\\SimpleCache\\' =>
  94. array (
  95. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  96. ),
  97. 'Psr\\Log\\' =>
  98. array (
  99. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  100. ),
  101. 'Psr\\Http\\Message\\' =>
  102. array (
  103. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  104. ),
  105. 'Psr\\Container\\' =>
  106. array (
  107. 0 => __DIR__ . '/..' . '/psr/container/src',
  108. ),
  109. 'Psr\\Cache\\' =>
  110. array (
  111. 0 => __DIR__ . '/..' . '/psr/cache/src',
  112. ),
  113. 'League\\MimeTypeDetection\\' =>
  114. array (
  115. 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
  116. ),
  117. 'League\\Flysystem\\Cached\\' =>
  118. array (
  119. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  120. ),
  121. 'League\\Flysystem\\' =>
  122. array (
  123. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  124. ),
  125. 'Lcobucci\\JWT\\' =>
  126. array (
  127. 0 => __DIR__ . '/..' . '/lcobucci/jwt/src',
  128. ),
  129. );
  130. public static $prefixesPsr0 = array (
  131. 'P' =>
  132. array (
  133. 'PHPExcel' =>
  134. array (
  135. 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
  136. ),
  137. ),
  138. );
  139. public static $fallbackDirsPsr0 = array (
  140. 0 => __DIR__ . '/../..' . '/extend',
  141. );
  142. public static $classMap = array (
  143. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  144. 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
  145. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  146. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  147. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  148. );
  149. public static function getInitializer(ClassLoader $loader)
  150. {
  151. return \Closure::bind(function () use ($loader) {
  152. $loader->prefixLengthsPsr4 = ComposerStaticInit1e35666d44f6241113050f08f28e3325::$prefixLengthsPsr4;
  153. $loader->prefixDirsPsr4 = ComposerStaticInit1e35666d44f6241113050f08f28e3325::$prefixDirsPsr4;
  154. $loader->prefixesPsr0 = ComposerStaticInit1e35666d44f6241113050f08f28e3325::$prefixesPsr0;
  155. $loader->fallbackDirsPsr0 = ComposerStaticInit1e35666d44f6241113050f08f28e3325::$fallbackDirsPsr0;
  156. $loader->classMap = ComposerStaticInit1e35666d44f6241113050f08f28e3325::$classMap;
  157. }, null, ClassLoader::class);
  158. }
  159. }