autoload_static.php 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit670b70d175682494593c98f30c3ffcb0
  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. );
  14. public static $prefixLengthsPsr4 = array (
  15. 't' =>
  16. array (
  17. 'think\\trace\\' => 12,
  18. 'think\\' => 6,
  19. ),
  20. 'a' =>
  21. array (
  22. 'app\\' => 4,
  23. ),
  24. 'S' =>
  25. array (
  26. 'Symfony\\Polyfill\\Php80\\' => 23,
  27. 'Symfony\\Polyfill\\Php72\\' => 23,
  28. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  29. 'Symfony\\Component\\VarDumper\\' => 28,
  30. ),
  31. 'P' =>
  32. array (
  33. 'Psr\\SimpleCache\\' => 16,
  34. 'Psr\\Log\\' => 8,
  35. 'Psr\\Container\\' => 14,
  36. 'Psr\\Cache\\' => 10,
  37. ),
  38. 'L' =>
  39. array (
  40. 'League\\Flysystem\\Cached\\' => 24,
  41. 'League\\Flysystem\\' => 17,
  42. ),
  43. );
  44. public static $prefixDirsPsr4 = array (
  45. 'think\\trace\\' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/topthink/think-trace/src',
  48. ),
  49. 'think\\' =>
  50. array (
  51. 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
  52. 1 => __DIR__ . '/..' . '/topthink/think-helper/src',
  53. 2 => __DIR__ . '/..' . '/topthink/think-orm/src',
  54. ),
  55. 'app\\' =>
  56. array (
  57. 0 => __DIR__ . '/../..' . '/app',
  58. ),
  59. 'Symfony\\Polyfill\\Php80\\' =>
  60. array (
  61. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  62. ),
  63. 'Symfony\\Polyfill\\Php72\\' =>
  64. array (
  65. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  66. ),
  67. 'Symfony\\Polyfill\\Mbstring\\' =>
  68. array (
  69. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  70. ),
  71. 'Symfony\\Component\\VarDumper\\' =>
  72. array (
  73. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  74. ),
  75. 'Psr\\SimpleCache\\' =>
  76. array (
  77. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  78. ),
  79. 'Psr\\Log\\' =>
  80. array (
  81. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  82. ),
  83. 'Psr\\Container\\' =>
  84. array (
  85. 0 => __DIR__ . '/..' . '/psr/container/src',
  86. ),
  87. 'Psr\\Cache\\' =>
  88. array (
  89. 0 => __DIR__ . '/..' . '/psr/cache/src',
  90. ),
  91. 'League\\Flysystem\\Cached\\' =>
  92. array (
  93. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  94. ),
  95. 'League\\Flysystem\\' =>
  96. array (
  97. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  98. ),
  99. );
  100. public static $fallbackDirsPsr0 = array (
  101. 0 => __DIR__ . '/../..' . '/extend',
  102. );
  103. public static $classMap = array (
  104. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  105. 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
  106. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  107. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  108. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  109. );
  110. public static function getInitializer(ClassLoader $loader)
  111. {
  112. return \Closure::bind(function () use ($loader) {
  113. $loader->prefixLengthsPsr4 = ComposerStaticInit670b70d175682494593c98f30c3ffcb0::$prefixLengthsPsr4;
  114. $loader->prefixDirsPsr4 = ComposerStaticInit670b70d175682494593c98f30c3ffcb0::$prefixDirsPsr4;
  115. $loader->fallbackDirsPsr0 = ComposerStaticInit670b70d175682494593c98f30c3ffcb0::$fallbackDirsPsr0;
  116. $loader->classMap = ComposerStaticInit670b70d175682494593c98f30c3ffcb0::$classMap;
  117. }, null, ClassLoader::class);
  118. }
  119. }