autoload_static.php 2.7 KB

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