# fluent-community/2.7.5/vendor/composer/autoload_static.php

FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS &amp; Online Courses, version 2.7.5. 79 lines.

- Page: https://pluginprobe.com/plugins/fluent-community/2.7.5/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/fluent-community/2.7.5/raw/vendor/composer/autoload_static.php
- Modified: 2026-07-08T15:52:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-community/2.7.5/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInitb4f238457fc6612862e15e088b4e200e
{
    public static $files = array (
        '5acfa953fb947d9c094f156813b35f4f' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/mbstring-loader.php',
    );

    public static $prefixLengthsPsr4 = array (
        'W' => 
        array (
            'WPFluent\\' => 9,
        ),
        'F' => 
        array (
            'FluentCommunity\\Modules\\' => 24,
            'FluentCommunity\\Framework\\' => 26,
            'FluentCommunity\\Dev\\' => 20,
            'FluentCommunity\\App\\' => 20,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'WPFluent\\' => 
        array (
            0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent',
        ),
        'FluentCommunity\\Modules\\' => 
        array (
            0 => __DIR__ . '/../..' . '/Modules',
        ),
        'FluentCommunity\\Framework\\' => 
        array (
            0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent',
        ),
        'FluentCommunity\\Dev\\' => 
        array (
            0 => __DIR__ . '/../..' . '/dev',
        ),
        'FluentCommunity\\App\\' => 
        array (
            0 => __DIR__ . '/../..' . '/app',
        ),
    );

    public static $classMap = array (
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
        'FluentCommunity\\Database\\DBMigrator' => __DIR__ . '/../..' . '/database/DBMigrator.php',
        'FluentCommunity\\Database\\DBSeeder' => __DIR__ . '/../..' . '/database/DBSeeder.php',
        'FluentCommunity\\Database\\Migrations\\FeedCommentsMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedCommentsMigrator.php',
        'FluentCommunity\\Database\\Migrations\\FeedMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedMigrator.php',
        'FluentCommunity\\Database\\Migrations\\FeedReactionsMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedReactionsMigrator.php',
        'FluentCommunity\\Database\\Migrations\\FeedSpaceMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedSpaceMigrator.php',
        'FluentCommunity\\Database\\Migrations\\FeedSpaceUserMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedSpaceUserMigrator.php',
        'FluentCommunity\\Database\\Migrations\\MediaArchiveMigrator' => __DIR__ . '/../..' . '/database/Migrations/MediaArchiveMigrator.php',
        'FluentCommunity\\Database\\Migrations\\MetaMigrator' => __DIR__ . '/../..' . '/database/Migrations/MetaMigrator.php',
        'FluentCommunity\\Database\\Migrations\\NotificationUserMigrator' => __DIR__ . '/../..' . '/database/Migrations/NotificationUserMigrator.php',
        'FluentCommunity\\Database\\Migrations\\NotificationsMigrator' => __DIR__ . '/../..' . '/database/Migrations/NotificationsMigrator.php',
        'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => __DIR__ . '/../..' . '/database/Migrations/TermFeedMigrator.php',
        'FluentCommunity\\Database\\Migrations\\TermMigrator' => __DIR__ . '/../..' . '/database/Migrations/TermMigrator.php',
        'FluentCommunity\\Database\\Migrations\\UserActivitiesMigrator' => __DIR__ . '/../..' . '/database/Migrations/UserActivitiesMigrator.php',
        'FluentCommunity\\Database\\Migrations\\XProfileMigrator' => __DIR__ . '/../..' . '/database/Migrations/XProfileMigrator.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInitb4f238457fc6612862e15e088b4e200e::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInitb4f238457fc6612862e15e088b4e200e::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInitb4f238457fc6612862e15e088b4e200e::$classMap;

        }, null, ClassLoader::class);
    }
}

```
