| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInitef65e8ee7a4d8e83fa883b5cd8817103 |
| 8 |
{ |
| 9 |
public static $prefixLengthsPsr4 = array ( |
| 10 |
'W' => |
| 11 |
array ( |
| 12 |
'WPFluent\\' => 9, |
| 13 |
), |
| 14 |
'F' => |
| 15 |
array ( |
| 16 |
'FluentBoards\\Framework\\' => 23, |
| 17 |
'FluentBoards\\App\\' => 17, |
| 18 |
), |
| 19 |
); |
| 20 |
|
| 21 |
public static $prefixDirsPsr4 = array ( |
| 22 |
'WPFluent\\' => |
| 23 |
array ( |
| 24 |
0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent', |
| 25 |
), |
| 26 |
'FluentBoards\\Framework\\' => |
| 27 |
array ( |
| 28 |
0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent', |
| 29 |
), |
| 30 |
'FluentBoards\\App\\' => |
| 31 |
array ( |
| 32 |
0 => __DIR__ . '/../..' . '/app', |
| 33 |
), |
| 34 |
); |
| 35 |
|
| 36 |
public static $classMap = array ( |
| 37 |
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 38 |
'FluentBoards\\Database\\DBMigrator' => __DIR__ . '/../..' . '/database/DBMigrator.php', |
| 39 |
'FluentBoards\\Database\\DBSeeder' => __DIR__ . '/../..' . '/database/DBSeeder.php', |
| 40 |
'FluentBoards\\Database\\Migrations\\ActivityMigrator' => __DIR__ . '/../..' . '/database/Migrations/ActivityMigrator.php', |
| 41 |
'FluentBoards\\Database\\Migrations\\AttachmentMigrator' => __DIR__ . '/../..' . '/database/Migrations/AttachmentMigrator.php', |
| 42 |
'FluentBoards\\Database\\Migrations\\BoardMigrator' => __DIR__ . '/../..' . '/database/Migrations/BoardMigrator.php', |
| 43 |
'FluentBoards\\Database\\Migrations\\BoardTermMigrator' => __DIR__ . '/../..' . '/database/Migrations/BoardTermMigrator.php', |
| 44 |
'FluentBoards\\Database\\Migrations\\CommentsMigrator' => __DIR__ . '/../..' . '/database/Migrations/CommentsMigrator.php', |
| 45 |
'FluentBoards\\Database\\Migrations\\MetaMigrator' => __DIR__ . '/../..' . '/database/Migrations/MetaMigrator.php', |
| 46 |
'FluentBoards\\Database\\Migrations\\NotificationMigrator' => __DIR__ . '/../..' . '/database/Migrations/NotificationMigrator.php', |
| 47 |
'FluentBoards\\Database\\Migrations\\NotificationUserMigrator' => __DIR__ . '/../..' . '/database/Migrations/NotificationUserMigrator.php', |
| 48 |
'FluentBoards\\Database\\Migrations\\RelationMigrator' => __DIR__ . '/../..' . '/database/Migrations/RelationMigrator.php', |
| 49 |
'FluentBoards\\Database\\Migrations\\TaskMetaMigrator' => __DIR__ . '/../..' . '/database/Migrations/TaskMetaMigrator.php', |
| 50 |
'FluentBoards\\Database\\Migrations\\TaskMigrator' => __DIR__ . '/../..' . '/database/Migrations/TaskMigrator.php', |
| 51 |
'FluentBoards\\Database\\Migrations\\TeamMigrator' => __DIR__ . '/../..' . '/database/Migrations/TeamMigrator.php', |
| 52 |
); |
| 53 |
|
| 54 |
public static function getInitializer(ClassLoader $loader) |
| 55 |
{ |
| 56 |
return \Closure::bind(function () use ($loader) { |
| 57 |
$loader->prefixLengthsPsr4 = ComposerStaticInitef65e8ee7a4d8e83fa883b5cd8817103::$prefixLengthsPsr4; |
| 58 |
$loader->prefixDirsPsr4 = ComposerStaticInitef65e8ee7a4d8e83fa883b5cd8817103::$prefixDirsPsr4; |
| 59 |
$loader->classMap = ComposerStaticInitef65e8ee7a4d8e83fa883b5cd8817103::$classMap; |
| 60 |
|
| 61 |
}, null, ClassLoader::class); |
| 62 |
} |
| 63 |
} |
| 64 |
|