autoload_static.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit62fe21db61292705f1120c7736cd42d8
  5. {
  6. public static $files = array (
  7. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  8. );
  9. public static $prefixLengthsPsr4 = array (
  10. 't' =>
  11. array (
  12. 'think\\composer\\' => 15,
  13. 'think\\captcha\\' => 14,
  14. 'think\\' => 6,
  15. ),
  16. 'a' =>
  17. array (
  18. 'app\\' => 4,
  19. ),
  20. );
  21. public static $prefixDirsPsr4 = array (
  22. 'think\\composer\\' =>
  23. array (
  24. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  25. ),
  26. 'think\\captcha\\' =>
  27. array (
  28. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  29. ),
  30. 'think\\' =>
  31. array (
  32. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  33. ),
  34. 'app\\' =>
  35. array (
  36. 0 => __DIR__ . '/../..' . '/application',
  37. ),
  38. );
  39. public static function getInitializer(ClassLoader $loader)
  40. {
  41. return \Closure::bind(function () use ($loader) {
  42. $loader->prefixLengthsPsr4 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixLengthsPsr4;
  43. $loader->prefixDirsPsr4 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixDirsPsr4;
  44. }, null, ClassLoader::class);
  45. }
  46. }