| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInit78e842760d4b2c304f7701ee34fd8f8e |
| 8 |
{ |
| 9 |
public static $prefixLengthsPsr4 = array ( |
| 10 |
'F' => |
| 11 |
array ( |
| 12 |
'FluentBooking\\Package\\CalDav\\' => 29, |
| 13 |
'FluentBooking\\Framework\\' => 24, |
| 14 |
'FluentBooking\\App\\' => 18, |
| 15 |
), |
| 16 |
); |
| 17 |
|
| 18 |
public static $prefixDirsPsr4 = array ( |
| 19 |
'FluentBooking\\Package\\CalDav\\' => |
| 20 |
array ( |
| 21 |
0 => __DIR__ . '/..' . '/wpfluent/caldav/src', |
| 22 |
), |
| 23 |
'FluentBooking\\Framework\\' => |
| 24 |
array ( |
| 25 |
0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent', |
| 26 |
1 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent', |
| 27 |
), |
| 28 |
'FluentBooking\\App\\' => |
| 29 |
array ( |
| 30 |
0 => __DIR__ . '/../..' . '/app', |
| 31 |
), |
| 32 |
); |
| 33 |
|
| 34 |
public static $classMap = array ( |
| 35 |
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 36 |
'FluentBooking\\Database\\DBMigrator' => __DIR__ . '/../..' . '/database/DBMigrator.php', |
| 37 |
'FluentBooking\\Database\\DBSeeder' => __DIR__ . '/../..' . '/database/DBSeeder.php', |
| 38 |
'FluentBooking\\Database\\Migrations\\BookingActivityMigrator' => __DIR__ . '/../..' . '/database/Migrations/BookingActivityMigrator.php', |
| 39 |
'FluentBooking\\Database\\Migrations\\BookingHostMigrator' => __DIR__ . '/../..' . '/database/Migrations/BookingHostMigrator.php', |
| 40 |
'FluentBooking\\Database\\Migrations\\BookingMetaMigrator' => __DIR__ . '/../..' . '/database/Migrations/BookingMetaMigrator.php', |
| 41 |
'FluentBooking\\Database\\Migrations\\BookingMigrator' => __DIR__ . '/../..' . '/database/Migrations/BookingMigrator.php', |
| 42 |
'FluentBooking\\Database\\Migrations\\CalendarMigrator' => __DIR__ . '/../..' . '/database/Migrations/CalendarMigrator.php', |
| 43 |
'FluentBooking\\Database\\Migrations\\CalendarSlotsMigrator' => __DIR__ . '/../..' . '/database/Migrations/CalendarSlotsMigrator.php', |
| 44 |
'FluentBooking\\Database\\Migrations\\MetaMigrator' => __DIR__ . '/../..' . '/database/Migrations/MetaMigrator.php', |
| 45 |
); |
| 46 |
|
| 47 |
public static function getInitializer(ClassLoader $loader) |
| 48 |
{ |
| 49 |
return \Closure::bind(function () use ($loader) { |
| 50 |
$loader->prefixLengthsPsr4 = ComposerStaticInit78e842760d4b2c304f7701ee34fd8f8e::$prefixLengthsPsr4; |
| 51 |
$loader->prefixDirsPsr4 = ComposerStaticInit78e842760d4b2c304f7701ee34fd8f8e::$prefixDirsPsr4; |
| 52 |
$loader->classMap = ComposerStaticInit78e842760d4b2c304f7701ee34fd8f8e::$classMap; |
| 53 |
|
| 54 |
}, null, ClassLoader::class); |
| 55 |
} |
| 56 |
} |
| 57 |
|