autoload_static.php 1.2 KB

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