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