autoload_static.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitc94282066b37db717bd33a803010a46a
  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. 'cc56288302d9df745d97c934d6a6e5f0' => __DIR__ . '/..' . '/topthink/think-queue/src/common.php',
  10. '488987c28e9b5e95a1ce6b6bcb94606c' => __DIR__ . '/..' . '/karsonzhang/fastadmin-addons/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\\helper\\' =>
  34. array (
  35. 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
  36. ),
  37. 'think\\composer\\' =>
  38. array (
  39. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  40. ),
  41. 'think\\captcha\\' =>
  42. array (
  43. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  44. ),
  45. 'think\\' =>
  46. array (
  47. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  48. 1 => __DIR__ . '/..' . '/topthink/think-image/src',
  49. 2 => __DIR__ . '/..' . '/topthink/think-queue/src',
  50. 3 => __DIR__ . '/..' . '/karsonzhang/fastadmin-addons/src',
  51. ),
  52. 'app\\' =>
  53. array (
  54. 0 => __DIR__ . '/../..' . '/application',
  55. )
  56. );
  57. public static function getInitializer(ClassLoader $loader)
  58. {
  59. return \Closure::bind(function () use ($loader) {
  60. $loader->prefixLengthsPsr4 = ComposerStaticInitc94282066b37db717bd33a803010a46a::$prefixLengthsPsr4;
  61. $loader->prefixDirsPsr4 = ComposerStaticInitc94282066b37db717bd33a803010a46a::$prefixDirsPsr4;
  62. }, null, ClassLoader::class);
  63. }
  64. }