autoload_static.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitd9f2f96e3ad6fd86ce688af0527a1d7b
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 'R' =>
  8. array (
  9. 'ReCaptcha\\' => 10,
  10. ),
  11. 'G' =>
  12. array (
  13. 'Grav\\Plugin\\Form\\' => 17,
  14. ),
  15. );
  16. public static $prefixDirsPsr4 = array (
  17. 'ReCaptcha\\' =>
  18. array (
  19. 0 => __DIR__ . '/..' . '/google/recaptcha/src/ReCaptcha',
  20. ),
  21. 'Grav\\Plugin\\Form\\' =>
  22. array (
  23. 0 => __DIR__ . '/../..' . '/classes',
  24. ),
  25. );
  26. public static $classMap = array (
  27. 'Grav\\Plugin\\FormPlugin' => __DIR__ . '/../..' . '/form.php',
  28. );
  29. public static function getInitializer(ClassLoader $loader)
  30. {
  31. return \Closure::bind(function () use ($loader) {
  32. $loader->prefixLengthsPsr4 = ComposerStaticInitd9f2f96e3ad6fd86ce688af0527a1d7b::$prefixLengthsPsr4;
  33. $loader->prefixDirsPsr4 = ComposerStaticInitd9f2f96e3ad6fd86ce688af0527a1d7b::$prefixDirsPsr4;
  34. $loader->classMap = ComposerStaticInitd9f2f96e3ad6fd86ce688af0527a1d7b::$classMap;
  35. }, null, ClassLoader::class);
  36. }
  37. }