autoload_static.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit97ac99b80a48148a97335ba137c72f4a
  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\\oracle\\' => 13,
  16. 'think\\mongo\\' => 12,
  17. 'think\\migration\\' => 16,
  18. 'think\\helper\\' => 13,
  19. 'think\\composer\\' => 15,
  20. 'think\\captcha\\' => 14,
  21. 'think\\' => 6,
  22. ),
  23. 'a' =>
  24. array (
  25. 'app\\' => 4,
  26. ),
  27. 'P' =>
  28. array (
  29. 'Phinx\\' => 6,
  30. ),
  31. );
  32. public static $prefixDirsPsr4 = array (
  33. 'think\\oracle\\' =>
  34. array (
  35. 0 => __DIR__ . '/..' . '/topthink/think-oracle/src',
  36. ),
  37. 'think\\mongo\\' =>
  38. array (
  39. 0 => __DIR__ . '/..' . '/topthink/think-mongo/src',
  40. ),
  41. 'think\\migration\\' =>
  42. array (
  43. 0 => __DIR__ . '/..' . '/topthink/think-migration/src',
  44. ),
  45. 'think\\helper\\' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
  48. ),
  49. 'think\\composer\\' =>
  50. array (
  51. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  52. ),
  53. 'think\\captcha\\' =>
  54. array (
  55. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  56. ),
  57. 'think\\' =>
  58. array (
  59. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  60. 1 => __DIR__ . '/..' . '/topthink/think-image/src',
  61. 2 => __DIR__ . '/..' . '/topthink/think-queue/src',
  62. ),
  63. 'app\\' =>
  64. array (
  65. 0 => __DIR__ . '/../..' . '/application',
  66. ),
  67. 'Phinx\\' =>
  68. array (
  69. 0 => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx',
  70. ),
  71. );
  72. public static function getInitializer(ClassLoader $loader)
  73. {
  74. return \Closure::bind(function () use ($loader) {
  75. $loader->prefixLengthsPsr4 = ComposerStaticInit97ac99b80a48148a97335ba137c72f4a::$prefixLengthsPsr4;
  76. $loader->prefixDirsPsr4 = ComposerStaticInit97ac99b80a48148a97335ba137c72f4a::$prefixDirsPsr4;
  77. }, null, ClassLoader::class);
  78. }
  79. }