| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef |
| 8 |
{ |
| 9 |
public static $prefixLengthsPsr4 = array ( |
| 10 |
'W' => |
| 11 |
array ( |
| 12 |
'WPFluent\\' => 9, |
| 13 |
), |
| 14 |
'O' => |
| 15 |
array ( |
| 16 |
'OpenSpout\\' => 10, |
| 17 |
), |
| 18 |
'F' => |
| 19 |
array ( |
| 20 |
'FluentForm\\Framework\\' => 21, |
| 21 |
'FluentForm\\App\\' => 15, |
| 22 |
), |
| 23 |
); |
| 24 |
|
| 25 |
public static $prefixDirsPsr4 = array ( |
| 26 |
'WPFluent\\' => |
| 27 |
array ( |
| 28 |
0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent', |
| 29 |
), |
| 30 |
'OpenSpout\\' => |
| 31 |
array ( |
| 32 |
0 => __DIR__ . '/..' . '/openspout/openspout/src', |
| 33 |
), |
| 34 |
'FluentForm\\Framework\\' => |
| 35 |
array ( |
| 36 |
0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent', |
| 37 |
), |
| 38 |
'FluentForm\\App\\' => |
| 39 |
array ( |
| 40 |
0 => __DIR__ . '/../..' . '/app', |
| 41 |
), |
| 42 |
); |
| 43 |
|
| 44 |
public static $classMap = array ( |
| 45 |
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 46 |
'FluentForm\\App\\Databases\\Migrations\\FormSubmissions' => __DIR__ . '/../..' . '/app/Compat/FormSubmissions.php', |
| 47 |
'FluentForm\\App\\Databases\\Migrations\\SubmissionDetails' => __DIR__ . '/../..' . '/app/Compat/SubmissionDetails.php', |
| 48 |
'FluentForm\\Database\\DBMigrator' => __DIR__ . '/../..' . '/database/DBMigrator.php', |
| 49 |
'FluentForm\\Database\\Migrations\\FormAnalytics' => __DIR__ . '/../..' . '/database/Migrations/FormAnalytics.php', |
| 50 |
'FluentForm\\Database\\Migrations\\FormMeta' => __DIR__ . '/../..' . '/database/Migrations/FormMeta.php', |
| 51 |
'FluentForm\\Database\\Migrations\\Forms' => __DIR__ . '/../..' . '/database/Migrations/Forms.php', |
| 52 |
'FluentForm\\Database\\Migrations\\LegacyManagerScopes' => __DIR__ . '/../..' . '/database/Migrations/LegacyManagerScopes.php', |
| 53 |
'FluentForm\\Database\\Migrations\\Logs' => __DIR__ . '/../..' . '/database/Migrations/Logs.php', |
| 54 |
'FluentForm\\Database\\Migrations\\ScheduledActions' => __DIR__ . '/../..' . '/database/Migrations/ScheduledActions.php', |
| 55 |
'FluentForm\\Database\\Migrations\\SubmissionDetails' => __DIR__ . '/../..' . '/database/Migrations/SubmissionDetails.php', |
| 56 |
'FluentForm\\Database\\Migrations\\SubmissionMeta' => __DIR__ . '/../..' . '/database/Migrations/SubmissionMeta.php', |
| 57 |
'FluentForm\\Database\\Migrations\\Submissions' => __DIR__ . '/../..' . '/database/Migrations/Submissions.php', |
| 58 |
'FluentForm\\Framework\\Helpers\\ArrayHelper' => __DIR__ . '/../..' . '/app/Compat/ArrayHelper.php', |
| 59 |
'FluentForm\\Framework\\Request\\File' => __DIR__ . '/../..' . '/app/Compat/RequestFile.php', |
| 60 |
'FluentForm\\Framework\\Request\\Request' => __DIR__ . '/../..' . '/app/Compat/RequestRequest.php', |
| 61 |
); |
| 62 |
|
| 63 |
public static function getInitializer(ClassLoader $loader) |
| 64 |
{ |
| 65 |
return \Closure::bind(function () use ($loader) { |
| 66 |
$loader->prefixLengthsPsr4 = ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef::$prefixLengthsPsr4; |
| 67 |
$loader->prefixDirsPsr4 = ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef::$prefixDirsPsr4; |
| 68 |
$loader->classMap = ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef::$classMap; |
| 69 |
|
| 70 |
}, null, ClassLoader::class); |
| 71 |
} |
| 72 |
} |
| 73 |
|