autoload_static.php 841 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitd9f2f96e3ad6fd86ce688af0527a1d7b
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 'G' =>
  8. array (
  9. 'Grav\\Plugin\\Form\\' => 17,
  10. ),
  11. );
  12. public static $prefixDirsPsr4 = array (
  13. 'Grav\\Plugin\\Form\\' =>
  14. array (
  15. 0 => __DIR__ . '/../..' . '/classes',
  16. ),
  17. );
  18. public static function getInitializer(ClassLoader $loader)
  19. {
  20. return \Closure::bind(function () use ($loader) {
  21. $loader->prefixLengthsPsr4 = ComposerStaticInitd9f2f96e3ad6fd86ce688af0527a1d7b::$prefixLengthsPsr4;
  22. $loader->prefixDirsPsr4 = ComposerStaticInitd9f2f96e3ad6fd86ce688af0527a1d7b::$prefixDirsPsr4;
  23. }, null, ClassLoader::class);
  24. }
  25. }