Boilerplate to use a Directus Instance to Build a Custom Website, Content will be Manage by Directus
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.4 KiB

5 years ago
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit892ac0856207f5cf8e7277d97176f281
  5. {
  6. public static $files = array (
  7. 'fc73bab8d04e21bcdda37ca319c63800' => __DIR__ . '/..' . '/mikecao/flight/flight/autoload.php',
  8. '5b7d984aab5ae919d3362ad9588977eb' => __DIR__ . '/..' . '/mikecao/flight/flight/Flight.php',
  9. );
  10. public static $prefixLengthsPsr4 = array (
  11. 'S' =>
  12. array (
  13. 'SuperGear\\' => 10,
  14. ),
  15. );
  16. public static $prefixDirsPsr4 = array (
  17. 'SuperGear\\' =>
  18. array (
  19. 0 => __DIR__ . '/../..' . '/src',
  20. ),
  21. );
  22. public static $prefixesPsr0 = array (
  23. 'P' =>
  24. array (
  25. 'Parsedown' =>
  26. array (
  27. 0 => __DIR__ . '/..' . '/erusev/parsedown',
  28. ),
  29. ),
  30. );
  31. public static function getInitializer(ClassLoader $loader)
  32. {
  33. return \Closure::bind(function () use ($loader) {
  34. $loader->prefixLengthsPsr4 = ComposerStaticInit892ac0856207f5cf8e7277d97176f281::$prefixLengthsPsr4;
  35. $loader->prefixDirsPsr4 = ComposerStaticInit892ac0856207f5cf8e7277d97176f281::$prefixDirsPsr4;
  36. $loader->prefixesPsr0 = ComposerStaticInit892ac0856207f5cf8e7277d97176f281::$prefixesPsr0;
  37. }, null, ClassLoader::class);
  38. }
  39. }