|
|
- <?php
-
- // autoload_static.php @generated by Composer
-
- namespace Composer\Autoload;
-
- class ComposerStaticInit892ac0856207f5cf8e7277d97176f281
- {
- public static $files = array (
- 'fc73bab8d04e21bcdda37ca319c63800' => __DIR__ . '/..' . '/mikecao/flight/flight/autoload.php',
- '5b7d984aab5ae919d3362ad9588977eb' => __DIR__ . '/..' . '/mikecao/flight/flight/Flight.php',
- );
-
- public static $prefixLengthsPsr4 = array (
- 'S' =>
- array (
- 'SuperGear\\' => 10,
- ),
- );
-
- public static $prefixDirsPsr4 = array (
- 'SuperGear\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/src',
- ),
- );
-
- public static $prefixesPsr0 = array (
- 'P' =>
- array (
- 'Parsedown' =>
- array (
- 0 => __DIR__ . '/..' . '/erusev/parsedown',
- ),
- ),
- );
-
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit892ac0856207f5cf8e7277d97176f281::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit892ac0856207f5cf8e7277d97176f281::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInit892ac0856207f5cf8e7277d97176f281::$prefixesPsr0;
-
- }, null, ClassLoader::class);
- }
- }
|