autoload_static.php 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366
  5. {
  6. public static $files = array (
  7. '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
  8. );
  9. public static $prefixLengthsPsr4 = array (
  10. 'G' =>
  11. array (
  12. 'Grav\\Plugin\\Login\\' => 18,
  13. ),
  14. 'B' =>
  15. array (
  16. 'Birke\\' => 6,
  17. ),
  18. );
  19. public static $prefixDirsPsr4 = array (
  20. 'Grav\\Plugin\\Login\\' =>
  21. array (
  22. 0 => __DIR__ . '/../..' . '/classes',
  23. ),
  24. 'Birke\\' =>
  25. array (
  26. 0 => __DIR__ . '/..' . '/birke/rememberme/src',
  27. ),
  28. );
  29. public static function getInitializer(ClassLoader $loader)
  30. {
  31. return \Closure::bind(function () use ($loader) {
  32. $loader->prefixLengthsPsr4 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixLengthsPsr4;
  33. $loader->prefixDirsPsr4 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixDirsPsr4;
  34. }, null, ClassLoader::class);
  35. }
  36. }