autoload_static.php 1.1 KB

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