<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef
{
public static $prefixLengthsPsr4 = array (
'W' =>
array (
'WPFluent\\' => 9,
),
'F' =>
array (
'FluentForm\\Framework\\' => 21,
'FluentForm\\App\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'WPFluent\\' =>
array (
0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent',
),
'FluentForm\\Framework\\' =>
array (
0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent',
),
'FluentForm\\App\\' =>
array (
0 => __DIR__ . '/../..' . '/app',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'FluentForm\\Database\\DBMigrator' => __DIR__ . '/../..' . '/database/DBMigrator.php',
'FluentForm\\Database\\Migrations\\FormAnalytics' => __DIR__ . '/../..' . '/database/Migrations/FormAnalytics.php',
'FluentForm\\Database\\Migrations\\FormMeta' => __DIR__ . '/../..' . '/database/Migrations/FormMeta.php',
'FluentForm\\Database\\Migrations\\Forms' => __DIR__ . '/../..' . '/database/Migrations/Forms.php',
'FluentForm\\Database\\Migrations\\Logs' => __DIR__ . '/../..' . '/database/Migrations/Logs.php',
'FluentForm\\Database\\Migrations\\ScheduledActions' => __DIR__ . '/../..' . '/database/Migrations/ScheduledActions.php',
'FluentForm\\Database\\Migrations\\SubmissionDetails' => __DIR__ . '/../..' . '/database/Migrations/SubmissionDetails.php',
'FluentForm\\Database\\Migrations\\SubmissionMeta' => __DIR__ . '/../..' . '/database/Migrations/SubmissionMeta.php',
'FluentForm\\Database\\Migrations\\Submissions' => __DIR__ . '/../..' . '/database/Migrations/Submissions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef::$classMap;
}, null, ClassLoader::class);
}
}