autoload_static.php 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit9ac6ec01910157b6ed10a75416e4a912
  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. );
  17. public static $prefixDirsPsr4 = array (
  18. 'think\\composer\\' =>
  19. array (
  20. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  21. ),
  22. 'think\\captcha\\' =>
  23. array (
  24. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  25. ),
  26. 'think\\' =>
  27. array (
  28. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  29. ),
  30. );
  31. public static function getInitializer(ClassLoader $loader)
  32. {
  33. return \Closure::bind(function () use ($loader) {
  34. $loader->prefixLengthsPsr4 = ComposerStaticInit9ac6ec01910157b6ed10a75416e4a912::$prefixLengthsPsr4;
  35. $loader->prefixDirsPsr4 = ComposerStaticInit9ac6ec01910157b6ed10a75416e4a912::$prefixDirsPsr4;
  36. }, null, ClassLoader::class);
  37. }
  38. }