| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInitb4f238457fc6612862e15e088b4e200e |
| 8 |
{ |
| 9 |
public static $files = array ( |
| 10 |
'5acfa953fb947d9c094f156813b35f4f' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/mbstring-loader.php', |
| 11 |
); |
| 12 |
|
| 13 |
public static $prefixLengthsPsr4 = array ( |
| 14 |
'W' => |
| 15 |
array ( |
| 16 |
'WPFluent\\' => 9, |
| 17 |
), |
| 18 |
'F' => |
| 19 |
array ( |
| 20 |
'FluentCommunity\\Modules\\' => 24, |
| 21 |
'FluentCommunity\\Framework\\' => 26, |
| 22 |
'FluentCommunity\\Dev\\' => 20, |
| 23 |
'FluentCommunity\\App\\' => 20, |
| 24 |
), |
| 25 |
); |
| 26 |
|
| 27 |
public static $prefixDirsPsr4 = array ( |
| 28 |
'WPFluent\\' => |
| 29 |
array ( |
| 30 |
0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent', |
| 31 |
), |
| 32 |
'FluentCommunity\\Modules\\' => |
| 33 |
array ( |
| 34 |
0 => __DIR__ . '/../..' . '/Modules', |
| 35 |
), |
| 36 |
'FluentCommunity\\Framework\\' => |
| 37 |
array ( |
| 38 |
0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent', |
| 39 |
), |
| 40 |
'FluentCommunity\\Dev\\' => |
| 41 |
array ( |
| 42 |
0 => __DIR__ . '/../..' . '/dev', |
| 43 |
), |
| 44 |
'FluentCommunity\\App\\' => |
| 45 |
array ( |
| 46 |
0 => __DIR__ . '/../..' . '/app', |
| 47 |
), |
| 48 |
); |
| 49 |
|
| 50 |
public static $classMap = array ( |
| 51 |
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 52 |
'FluentCommunity\\Database\\DBMigrator' => __DIR__ . '/../..' . '/database/DBMigrator.php', |
| 53 |
'FluentCommunity\\Database\\DBSeeder' => __DIR__ . '/../..' . '/database/DBSeeder.php', |
| 54 |
'FluentCommunity\\Database\\Migrations\\FeedCommentsMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedCommentsMigrator.php', |
| 55 |
'FluentCommunity\\Database\\Migrations\\FeedMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedMigrator.php', |
| 56 |
'FluentCommunity\\Database\\Migrations\\FeedReactionsMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedReactionsMigrator.php', |
| 57 |
'FluentCommunity\\Database\\Migrations\\FeedSpaceMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedSpaceMigrator.php', |
| 58 |
'FluentCommunity\\Database\\Migrations\\FeedSpaceUserMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedSpaceUserMigrator.php', |
| 59 |
'FluentCommunity\\Database\\Migrations\\MediaArchiveMigrator' => __DIR__ . '/../..' . '/database/Migrations/MediaArchiveMigrator.php', |
| 60 |
'FluentCommunity\\Database\\Migrations\\MetaMigrator' => __DIR__ . '/../..' . '/database/Migrations/MetaMigrator.php', |
| 61 |
'FluentCommunity\\Database\\Migrations\\NotificationUserMigrator' => __DIR__ . '/../..' . '/database/Migrations/NotificationUserMigrator.php', |
| 62 |
'FluentCommunity\\Database\\Migrations\\NotificationsMigrator' => __DIR__ . '/../..' . '/database/Migrations/NotificationsMigrator.php', |
| 63 |
'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => __DIR__ . '/../..' . '/database/Migrations/TermFeedMigrator.php', |
| 64 |
'FluentCommunity\\Database\\Migrations\\TermMigrator' => __DIR__ . '/../..' . '/database/Migrations/TermMigrator.php', |
| 65 |
'FluentCommunity\\Database\\Migrations\\UserActivitiesMigrator' => __DIR__ . '/../..' . '/database/Migrations/UserActivitiesMigrator.php', |
| 66 |
'FluentCommunity\\Database\\Migrations\\XProfileMigrator' => __DIR__ . '/../..' . '/database/Migrations/XProfileMigrator.php', |
| 67 |
); |
| 68 |
|
| 69 |
public static function getInitializer(ClassLoader $loader) |
| 70 |
{ |
| 71 |
return \Closure::bind(function () use ($loader) { |
| 72 |
$loader->prefixLengthsPsr4 = ComposerStaticInitb4f238457fc6612862e15e088b4e200e::$prefixLengthsPsr4; |
| 73 |
$loader->prefixDirsPsr4 = ComposerStaticInitb4f238457fc6612862e15e088b4e200e::$prefixDirsPsr4; |
| 74 |
$loader->classMap = ComposerStaticInitb4f238457fc6612862e15e088b4e200e::$classMap; |
| 75 |
|
| 76 |
}, null, ClassLoader::class); |
| 77 |
} |
| 78 |
} |
| 79 |
|