Uname: Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 8.0.30 [ PHP INFO ] PHP os: Linux
Server Ip: 145.239.37.162
Your Ip: 216.73.216.190
User: dreampi (1009562) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : autoload_classmap.php
<?php

// autoload_classmap.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    'FluentBooking\\App\\App' => $baseDir . '/app/App.php',
    'FluentBooking\\App\\ComposerScript' => $baseDir . '/app/ComposerScript.php',
    'FluentBooking\\App\\Hooks\\Handlers\\ActivationHandler' => $baseDir . '/app/Hooks/Handlers/ActivationHandler.php',
    'FluentBooking\\App\\Hooks\\Handlers\\AdminMenuHandler' => $baseDir . '/app/Hooks/Handlers/AdminMenuHandler.php',
    'FluentBooking\\App\\Hooks\\Handlers\\BlockEditorHandler' => $baseDir . '/app/Hooks/Handlers/BlockEditorHandler.php',
    'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\BookingCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/BookingCleaner.php',
    'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\CalenderCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/CalenderCleaner.php',
    'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\CalenderEventCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/CalenderEventCleaner.php',
    'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\CleanupHandler' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/CleanupHandler.php',
    'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\OrderCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/OrderCleaner.php',
    'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\UserCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/UserCleaner.php',
    'FluentBooking\\App\\Hooks\\Handlers\\DataExporter' => $baseDir . '/app/Hooks/Handlers/DataExporter.php',
    'FluentBooking\\App\\Hooks\\Handlers\\DataImporter' => $baseDir . '/app/Hooks/Handlers/DataImporter.php',
    'FluentBooking\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php',
    'FluentBooking\\App\\Hooks\\Handlers\\FrontEndHandler' => $baseDir . '/app/Hooks/Handlers/FrontEndHandler.php',
    'FluentBooking\\App\\Hooks\\Handlers\\GlobalNotificationHandler' => $baseDir . '/app/Hooks/Handlers/GlobalNotificationHandler.php',
    'FluentBooking\\App\\Hooks\\Handlers\\IntegrationHandlers' => $baseDir . '/app/Hooks/Handlers/IntegrationHandlers.php',
    'FluentBooking\\App\\Hooks\\Handlers\\LogHandler' => $baseDir . '/app/Hooks/Handlers/LogHandler.php',
    'FluentBooking\\App\\Hooks\\Handlers\\NotificationHandler' => $baseDir . '/app/Hooks/Handlers/NotificationHandler.php',
    'FluentBooking\\App\\Hooks\\Handlers\\TimeSlotServiceHandler' => $baseDir . '/app/Hooks/Handlers/TimeSlotServiceHandler.php',
    'FluentBooking\\App\\Hooks\\Scheduler\\DailyScheduler' => $baseDir . '/app/Hooks/Scheduler/DailyScheduler.php',
    'FluentBooking\\App\\Hooks\\Scheduler\\FiveMinuteScheduler' => $baseDir . '/app/Hooks/Scheduler/FiveMinuteScheduler.php',
    'FluentBooking\\App\\Http\\Controllers\\AdminController' => $baseDir . '/app/Http/Controllers/AdminController.php',
    'FluentBooking\\App\\Http\\Controllers\\AvailabilityController' => $baseDir . '/app/Http/Controllers/AvailabilityController.php',
    'FluentBooking\\App\\Http\\Controllers\\BookingController' => $baseDir . '/app/Http/Controllers/BookingController.php',
    'FluentBooking\\App\\Http\\Controllers\\CalendarController' => $baseDir . '/app/Http/Controllers/CalendarController.php',
    'FluentBooking\\App\\Http\\Controllers\\CalendarIntegrationController' => $baseDir . '/app/Http/Controllers/CalendarIntegrationController.php',
    'FluentBooking\\App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php',
    'FluentBooking\\App\\Http\\Controllers\\EventController' => $baseDir . '/app/Http/Controllers/EventController.php',
    'FluentBooking\\App\\Http\\Controllers\\IntegrationController' => $baseDir . '/app/Http/Controllers/IntegrationController.php',
    'FluentBooking\\App\\Http\\Controllers\\IntegrationManagerController' => $baseDir . '/app/Http/Controllers/IntegrationManagerController.php',
    'FluentBooking\\App\\Http\\Controllers\\ReportController' => $baseDir . '/app/Http/Controllers/ReportController.php',
    'FluentBooking\\App\\Http\\Controllers\\SchedulesController' => $baseDir . '/app/Http/Controllers/SchedulesController.php',
    'FluentBooking\\App\\Http\\Controllers\\SettingsController' => $baseDir . '/app/Http/Controllers/SettingsController.php',
    'FluentBooking\\App\\Http\\Controllers\\WidgetController' => $baseDir . '/app/Http/Controllers/WidgetController.php',
    'FluentBooking\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php',
    'FluentBooking\\App\\Http\\Policies\\AvailabilityPolicy' => $baseDir . '/app/Http/Policies/AvailabilityPolicy.php',
    'FluentBooking\\App\\Http\\Policies\\CalendarEventPolicy' => $baseDir . '/app/Http/Policies/CalendarEventPolicy.php',
    'FluentBooking\\App\\Http\\Policies\\CalendarPolicy' => $baseDir . '/app/Http/Policies/CalendarPolicy.php',
    'FluentBooking\\App\\Http\\Policies\\MeetingPolicy' => $baseDir . '/app/Http/Policies/MeetingPolicy.php',
    'FluentBooking\\App\\Http\\Policies\\PublicPolicy' => $baseDir . '/app/Http/Policies/PublicPolicy.php',
    'FluentBooking\\App\\Http\\Policies\\SettingsPolicy' => $baseDir . '/app/Http/Policies/SettingsPolicy.php',
    'FluentBooking\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php',
    'FluentBooking\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php',
    'FluentBooking\\App\\Models\\Availability' => $baseDir . '/app/Models/Availability.php',
    'FluentBooking\\App\\Models\\Booking' => $baseDir . '/app/Models/Booking.php',
    'FluentBooking\\App\\Models\\BookingActivity' => $baseDir . '/app/Models/BookingActivity.php',
    'FluentBooking\\App\\Models\\BookingHost' => $baseDir . '/app/Models/BookingHost.php',
    'FluentBooking\\App\\Models\\BookingMeta' => $baseDir . '/app/Models/BookingMeta.php',
    'FluentBooking\\App\\Models\\Calendar' => $baseDir . '/app/Models/Calendar.php',
    'FluentBooking\\App\\Models\\CalendarSlot' => $baseDir . '/app/Models/CalendarSlot.php',
    'FluentBooking\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php',
    'FluentBooking\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php',
    'FluentBooking\\App\\Models\\Staff' => $baseDir . '/app/Models/Staff.php',
    'FluentBooking\\App\\Models\\User' => $baseDir . '/app/Models/User.php',
    'FluentBooking\\App\\Services\\AvailabilityService' => $baseDir . '/app/Services/AvailabilityService.php',
    'FluentBooking\\App\\Services\\BookingFieldService' => $baseDir . '/app/Services/BookingFieldService.php',
    'FluentBooking\\App\\Services\\BookingService' => $baseDir . '/app/Services/BookingService.php',
    'FluentBooking\\App\\Services\\CalendarEventService' => $baseDir . '/app/Services/CalendarEventService.php',
    'FluentBooking\\App\\Services\\CalendarService' => $baseDir . '/app/Services/CalendarService.php',
    'FluentBooking\\App\\Services\\ConditionAssesor' => $baseDir . '/app/Services/ConditionAssesor.php',
    'FluentBooking\\App\\Services\\CurrenciesHelper' => $baseDir . '/app/Services/CurrenciesHelper.php',
    'FluentBooking\\App\\Services\\DateTimeHelper' => $baseDir . '/app/Services/DateTimeHelper.php',
    'FluentBooking\\App\\Services\\EditorShortCodeParser' => $baseDir . '/app/Services/EditorShortCodeParser.php',
    'FluentBooking\\App\\Services\\EmailNotificationService' => $baseDir . '/app/Services/EmailNotificationService.php',
    'FluentBooking\\App\\Services\\GlobalModules\\GlobalModules' => $baseDir . '/app/Services/GlobalModules/GlobalModules.php',
    'FluentBooking\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php',
    'FluentBooking\\App\\Services\\ImportService' => $baseDir . '/app/Services/ImportService.php',
    'FluentBooking\\App\\Services\\Integrations\\CalendarIntegrationService' => $baseDir . '/app/Services/Integrations/CalendarIntegrationService.php',
    'FluentBooking\\App\\Services\\Integrations\\Calendars\\BaseCalendar' => $baseDir . '/app/Services/Integrations/Calendars/BaseCalendar.php',
    'FluentBooking\\App\\Services\\Integrations\\Calendars\\CalendarCache' => $baseDir . '/app/Services/Integrations/Calendars/CalendarCache.php',
    'FluentBooking\\App\\Services\\Integrations\\Calendars\\RemoteCalendarHelper' => $baseDir . '/app/Services/Integrations/Calendars/RemoteCalendarHelper.php',
    'FluentBooking\\App\\Services\\Integrations\\Elementor\\ElementorIntegration' => $baseDir . '/app/Services/Integrations/Elementor/ElementorIntegration.php',
    'FluentBooking\\App\\Services\\Integrations\\Elementor\\Widgets\\FcalBookings' => $baseDir . '/app/Services/Integrations/Elementor/Widgets/FcalBookings.php',
    'FluentBooking\\App\\Services\\Integrations\\Elementor\\Widgets\\FcalCalendar' => $baseDir . '/app/Services/Integrations/Elementor/Widgets/FcalCalendar.php',
    'FluentBooking\\App\\Services\\Integrations\\Elementor\\Widgets\\FcalCalendarEvent' => $baseDir . '/app/Services/Integrations/Elementor/Widgets/FcalCalendarEvent.php',
    'FluentBooking\\App\\Services\\Integrations\\FluentBoards\\Bootstrap' => $baseDir . '/app/Services/Integrations/FluentBoards/Bootstrap.php',
    'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\BookingCompletedTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/BookingCompletedTrigger.php',
    'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\BookingRescheduledTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/BookingRescheduledTrigger.php',
    'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\Bootstrap' => $baseDir . '/app/Services/Integrations/FluentCRM/Bootstrap.php',
    'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\CancelBookingTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/CancelBookingTrigger.php',
    'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\CrmSmartCode' => $baseDir . '/app/Services/Integrations/FluentCRM/CrmSmartCode.php',
    'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\FluentCrmInit' => $baseDir . '/app/Services/Integrations/FluentCRM/FluentCrmInit.php',
    'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\NewBookingTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/NewBookingTrigger.php',
    'FluentBooking\\App\\Services\\Integrations\\FluentForms\\BookingElement' => $baseDir . '/app/Services/Integrations/FluentForms/BookingElement.php',
    'FluentBooking\\App\\Services\\Integrations\\FluentForms\\FluentFormInit' => $baseDir . '/app/Services/Integrations/FluentForms/FluentFormInit.php',
    'FluentBooking\\App\\Services\\Integrations\\GlobalNotificationService' => $baseDir . '/app/Services/Integrations/GlobalNotificationService.php',
    'FluentBooking\\App\\Services\\Integrations\\IntegrationManagerHelper' => $baseDir . '/app/Services/Integrations/IntegrationManagerHelper.php',
    'FluentBooking\\App\\Services\\LandingPage\\LandingPageHandler' => $baseDir . '/app/Services/LandingPage/LandingPageHandler.php',
    'FluentBooking\\App\\Services\\LandingPage\\LandingPageHelper' => $baseDir . '/app/Services/LandingPage/LandingPageHelper.php',
    'FluentBooking\\App\\Services\\Libs\\Countries' => $baseDir . '/app/Services/Libs/Countries.php',
    'FluentBooking\\App\\Services\\Libs\\Emogrifier\\Emogrifier' => $baseDir . '/app/Services/Libs/Emogrifier/Emogrifier.php',
    'FluentBooking\\App\\Services\\Libs\\Emogrifier\\EmogrifierPhp7' => $baseDir . '/app/Services/Libs/Emogrifier/EmogrifierPhp7.php',
    'FluentBooking\\App\\Services\\Libs\\FileSystem' => $baseDir . '/app/Services/Libs/FileSystem.php',
    'FluentBooking\\App\\Services\\Libs\\RRule\\RRule' => $baseDir . '/app/Services/Libs/RRule/RRule.php',
    'FluentBooking\\App\\Services\\Libs\\RRule\\RRuleInterface' => $baseDir . '/app/Services/Libs/RRule/RRuleInterface.php',
    'FluentBooking\\App\\Services\\Libs\\RRule\\RRuleTrait' => $baseDir . '/app/Services/Libs/RRule/RRuleTrait.php',
    'FluentBooking\\App\\Services\\Libs\\RRule\\RSet' => $baseDir . '/app/Services/Libs/RRule/RSet.php',
    'FluentBooking\\App\\Services\\Libs\\RRule\\RfcParser' => $baseDir . '/app/Services/Libs/RRule/RfcParser.php',
    'FluentBooking\\App\\Services\\LocationService' => $baseDir . '/app/Services/LocationService.php',
    'FluentBooking\\App\\Services\\Mailer' => $baseDir . '/app/Services/Mailer.php',
    'FluentBooking\\App\\Services\\PermissionManager' => $baseDir . '/app/Services/PermissionManager.php',
    'FluentBooking\\App\\Services\\ReportingHelperTrait' => $baseDir . '/app/Services/ReportingHelperTrait.php',
    'FluentBooking\\App\\Services\\SanitizeService' => $baseDir . '/app/Services/SanitizeService.php',
    'FluentBooking\\App\\Services\\SummaryReportService' => $baseDir . '/app/Services/SummaryReportService.php',
    'FluentBooking\\App\\Services\\TimeSlotService' => $baseDir . '/app/Services/TimeSlotService.php',
    'FluentBooking\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php',
    'FluentBooking\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php',
    'FluentBooking\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php',
    'FluentBooking\\Database\\Migrations\\BookingActivityMigrator' => $baseDir . '/database/Migrations/BookingActivityMigrator.php',
    'FluentBooking\\Database\\Migrations\\BookingHostMigrator' => $baseDir . '/database/Migrations/BookingHostMigrator.php',
    'FluentBooking\\Database\\Migrations\\BookingMetaMigrator' => $baseDir . '/database/Migrations/BookingMetaMigrator.php',
    'FluentBooking\\Database\\Migrations\\BookingMigrator' => $baseDir . '/database/Migrations/BookingMigrator.php',
    'FluentBooking\\Database\\Migrations\\CalendarMigrator' => $baseDir . '/database/Migrations/CalendarMigrator.php',
    'FluentBooking\\Database\\Migrations\\CalendarSlotsMigrator' => $baseDir . '/database/Migrations/CalendarSlotsMigrator.php',
    'FluentBooking\\Database\\Migrations\\MetaMigrator' => $baseDir . '/database/Migrations/MetaMigrator.php',
    'FluentBooking\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php',
    'FluentBooking\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php',
    'FluentBooking\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php',
    'FluentBooking\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php',
    'FluentBooking\\Framework\\Container\\Contracts\\BindingResolutionException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/BindingResolutionException.php',
    'FluentBooking\\Framework\\Container\\Contracts\\CircularDependencyException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/CircularDependencyException.php',
    'FluentBooking\\Framework\\Container\\Contracts\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Container.php',
    'FluentBooking\\Framework\\Container\\Contracts\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/ContextualBindingBuilder.php',
    'FluentBooking\\Framework\\Container\\Contracts\\Psr\\ContainerExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerExceptionInterface.php',
    'FluentBooking\\Framework\\Container\\Contracts\\Psr\\ContainerInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerInterface.php',
    'FluentBooking\\Framework\\Container\\Contracts\\Psr\\NotFoundExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/NotFoundExceptionInterface.php',
    'FluentBooking\\Framework\\Container\\EntryNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/EntryNotFoundException.php',
    'FluentBooking\\Framework\\Container\\RewindableGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/RewindableGenerator.php',
    'FluentBooking\\Framework\\Container\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Util.php',
    'FluentBooking\\Framework\\Database\\BaseGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php',
    'FluentBooking\\Framework\\Database\\ClassMorphViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php',
    'FluentBooking\\Framework\\Database\\Concerns\\BuildsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php',
    'FluentBooking\\Framework\\Database\\Concerns\\CompilesJsonPaths' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/CompilesJsonPaths.php',
    'FluentBooking\\Framework\\Database\\Concerns\\ExplainsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php',
    'FluentBooking\\Framework\\Database\\Concerns\\MaintainsDatabase' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/MaintainsDatabase.php',
    'FluentBooking\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php',
    'FluentBooking\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php',
    'FluentBooking\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php',
    'FluentBooking\\Framework\\Database\\Events\\QueryExecuted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/QueryExecuted.php',
    'FluentBooking\\Framework\\Database\\LazyLoadingViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php',
    'FluentBooking\\Framework\\Database\\MultipleColumnsSelectedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleColumnsSelectedException.php',
    'FluentBooking\\Framework\\Database\\MultipleRecordsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php',
    'FluentBooking\\Framework\\Database\\Orm\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php',
    'FluentBooking\\Framework\\Database\\Orm\\Castable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php',
    'FluentBooking\\Framework\\Database\\Orm\\CastsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsAttributes.php',
    'FluentBooking\\Framework\\Database\\Orm\\CastsInboundAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsInboundAttributes.php',
    'FluentBooking\\Framework\\Database\\Orm\\Casts\\ArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/ArrayObject.php',
    'FluentBooking\\Framework\\Database\\Orm\\Casts\\AsArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsArrayObject.php',
    'FluentBooking\\Framework\\Database\\Orm\\Casts\\AsCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsCollection.php',
    'FluentBooking\\Framework\\Database\\Orm\\Casts\\AsEncryptedArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedArrayObject.php',
    'FluentBooking\\Framework\\Database\\Orm\\Casts\\AsEncryptedCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedCollection.php',
    'FluentBooking\\Framework\\Database\\Orm\\Casts\\AsStringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsStringable.php',
    'FluentBooking\\Framework\\Database\\Orm\\Casts\\Attribute' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Attribute.php',
    'FluentBooking\\Framework\\Database\\Orm\\Casts\\Json' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Json.php',
    'FluentBooking\\Framework\\Database\\Orm\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php',
    'FluentBooking\\Framework\\Database\\Orm\\Concerns\\GuardsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/GuardsAttributes.php',
    'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasAttributes.php',
    'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasEvents' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php',
    'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasGlobalScopes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasGlobalScopes.php',
    'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasRelationships.php',
    'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasTimestamps' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasTimestamps.php',
    'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasUniqueIds' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasUniqueIds.php',
    'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HidesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HidesAttributes.php',
    'FluentBooking\\Framework\\Database\\Orm\\Concerns\\QueriesRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/QueriesRelationships.php',
    'FluentBooking\\Framework\\Database\\Orm\\HasCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HasCollection.php',
    'FluentBooking\\Framework\\Database\\Orm\\HigherOrderBuilderProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HigherOrderBuilderProxy.php',
    'FluentBooking\\Framework\\Database\\Orm\\InvalidCastException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/InvalidCastException.php',
    'FluentBooking\\Framework\\Database\\Orm\\JsonEncodingException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/JsonEncodingException.php',
    'FluentBooking\\Framework\\Database\\Orm\\MassAssignmentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php',
    'FluentBooking\\Framework\\Database\\Orm\\MissingAttributeException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MissingAttributeException.php',
    'FluentBooking\\Framework\\Database\\Orm\\Model' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Model.php',
    'FluentBooking\\Framework\\Database\\Orm\\ModelNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ModelNotFoundException.php',
    'FluentBooking\\Framework\\Database\\Orm\\PendingHasThroughRelationship' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/PendingHasThroughRelationship.php',
    'FluentBooking\\Framework\\Database\\Orm\\RelationNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/RelationNotFoundException.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\BelongsTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\BelongsToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\AsPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/AsPivot.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\CanBeOneOfMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/CanBeOneOfMany.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\ComparesRelatedModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/ComparesRelatedModels.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithDictionary' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithDictionary.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithPivotTable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithPivotTable.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsDefaultModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsDefaultModels.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsInverseRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsInverseRelations.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrMany.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasOneOrManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrManyThrough.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasOneThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneThrough.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphPivot.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\Pivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php',
    'FluentBooking\\Framework\\Database\\Orm\\Relations\\Relation' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php',
    'FluentBooking\\Framework\\Database\\Orm\\Scope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php',
    'FluentBooking\\Framework\\Database\\Orm\\Searchable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php',
    'FluentBooking\\Framework\\Database\\Orm\\SoftDeletes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php',
    'FluentBooking\\Framework\\Database\\Orm\\SoftDeletingScope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php',
    'FluentBooking\\Framework\\Database\\Orm\\SupportsPartialRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php',
    'FluentBooking\\Framework\\Database\\QueryException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/QueryException.php',
    'FluentBooking\\Framework\\Database\\Query\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Builder.php',
    'FluentBooking\\Framework\\Database\\Query\\ConditionExpression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ConditionExpression.php',
    'FluentBooking\\Framework\\Database\\Query\\Expression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.php',
    'FluentBooking\\Framework\\Database\\Query\\Grammars\\Grammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/Grammar.php',
    'FluentBooking\\Framework\\Database\\Query\\Grammars\\MySqlGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/MySqlGrammar.php',
    'FluentBooking\\Framework\\Database\\Query\\Grammars\\SQLiteGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/SQLiteGrammar.php',
    'FluentBooking\\Framework\\Database\\Query\\IndexHint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/IndexHint.php',
    'FluentBooking\\Framework\\Database\\Query\\JoinClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php',
    'FluentBooking\\Framework\\Database\\Query\\JoinLateralClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinLateralClause.php',
    'FluentBooking\\Framework\\Database\\Query\\Processors\\MySqlProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/MySqlProcessor.php',
    'FluentBooking\\Framework\\Database\\Query\\Processors\\Processor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/Processor.php',
    'FluentBooking\\Framework\\Database\\Query\\Processors\\SQLiteProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/SQLiteProcessor.php',
    'FluentBooking\\Framework\\Database\\Query\\WPDBConnection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php',
    'FluentBooking\\Framework\\Database\\RecordsNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php',
    'FluentBooking\\Framework\\Database\\Schema' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Schema.php',
    'FluentBooking\\Framework\\Database\\UniqueConstraintViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/UniqueConstraintViolationException.php',
    'FluentBooking\\Framework\\Encryption\\DecryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/DecryptException.php',
    'FluentBooking\\Framework\\Encryption\\EncryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/EncryptException.php',
    'FluentBooking\\Framework\\Encryption\\Encrypter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/Encrypter.php',
    'FluentBooking\\Framework\\Events\\Dispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/Dispatcher.php',
    'FluentBooking\\Framework\\Events\\DispatcherInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php',
    'FluentBooking\\Framework\\Events\\NullDispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php',
    'FluentBooking\\Framework\\Foundation\\App' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/App.php',
    'FluentBooking\\Framework\\Foundation\\Application' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Application.php',
    'FluentBooking\\Framework\\Foundation\\Async' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Async.php',
    'FluentBooking\\Framework\\Foundation\\ComponentBinder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php',
    'FluentBooking\\Framework\\Foundation\\Concerns\\AjaxTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/AjaxTrait.php',
    'FluentBooking\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php',
    'FluentBooking\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php',
    'FluentBooking\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php',
    'FluentBooking\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
    'FluentBooking\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
    'FluentBooking\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
    'FluentBooking\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
    'FluentBooking\\Framework\\Foundation\\WPException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/WPException.php',
    'FluentBooking\\Framework\\Http\\Ajax' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Ajax.php',
    'FluentBooking\\Framework\\Http\\Client' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Client.php',
    'FluentBooking\\Framework\\Http\\Controller' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Controller.php',
    'FluentBooking\\Framework\\Http\\Cookie' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Cookie.php',
    'FluentBooking\\Framework\\Http\\Group' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Group.php',
    'FluentBooking\\Framework\\Http\\Middleware\\RateLimiter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Middleware/RateLimiter.php',
    'FluentBooking\\Framework\\Http\\Request\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/File.php',
    'FluentBooking\\Framework\\Http\\Request\\InputHelperMethodsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InputHelperMethodsTrait.php',
    'FluentBooking\\Framework\\Http\\Request\\InteractsWithCleaningTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithCleaningTrait.php',
    'FluentBooking\\Framework\\Http\\Request\\InteractsWithFilesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithFilesTrait.php',
    'FluentBooking\\Framework\\Http\\Request\\InteractsWithHeadersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithHeadersTrait.php',
    'FluentBooking\\Framework\\Http\\Request\\Request' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/Request.php',
    'FluentBooking\\Framework\\Http\\Request\\WPUserProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/WPUserProxy.php',
    'FluentBooking\\Framework\\Http\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response.php',
    'FluentBooking\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php',
    'FluentBooking\\Framework\\Http\\Route' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Route.php',
    'FluentBooking\\Framework\\Http\\Router' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Router.php',
    'FluentBooking\\Framework\\Http\\SubstituteRouteParametersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteRouteParametersTrait.php',
    'FluentBooking\\Framework\\Http\\URL' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/URL.php',
    'FluentBooking\\Framework\\Pagination\\AbstractCursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php',
    'FluentBooking\\Framework\\Pagination\\AbstractPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php',
    'FluentBooking\\Framework\\Pagination\\Cursor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Cursor.php',
    'FluentBooking\\Framework\\Pagination\\CursorPaginationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php',
    'FluentBooking\\Framework\\Pagination\\CursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginator.php',
    'FluentBooking\\Framework\\Pagination\\CursorPaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginatorInterface.php',
    'FluentBooking\\Framework\\Pagination\\LengthAwarePaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php',
    'FluentBooking\\Framework\\Pagination\\LengthAwarePaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php',
    'FluentBooking\\Framework\\Pagination\\Paginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Paginator.php',
    'FluentBooking\\Framework\\Pagination\\PaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php',
    'FluentBooking\\Framework\\Pagination\\UrlWindow' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/UrlWindow.php',
    'FluentBooking\\Framework\\Randomizer\\GetStringTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/GetStringTrait.php',
    'FluentBooking\\Framework\\Randomizer\\Randomizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/Randomizer.php',
    'FluentBooking\\Framework\\Support\\Arr' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Arr.php',
    'FluentBooking\\Framework\\Support\\ArrayableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php',
    'FluentBooking\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php',
    'FluentBooking\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php',
    'FluentBooking\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php',
    'FluentBooking\\Framework\\Support\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTime.php',
    'FluentBooking\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php',
    'FluentBooking\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php',
    'FluentBooking\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php',
    'FluentBooking\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php',
    'FluentBooking\\Framework\\Support\\Facade' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Facade.php',
    'FluentBooking\\Framework\\Support\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/File.php',
    'FluentBooking\\Framework\\Support\\Fluent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Fluent.php',
    'FluentBooking\\Framework\\Support\\ForwardsCalls' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ForwardsCalls.php',
    'FluentBooking\\Framework\\Support\\Hash' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Hash.php',
    'FluentBooking\\Framework\\Support\\Helper' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Helper.php',
    'FluentBooking\\Framework\\Support\\HelperFunctionsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HelperFunctionsTrait.php',
    'FluentBooking\\Framework\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php',
    'FluentBooking\\Framework\\Support\\HigherOrderTapProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php',
    'FluentBooking\\Framework\\Support\\HigherOrderWhenProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php',
    'FluentBooking\\Framework\\Support\\InvalidArgumentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php',
    'FluentBooking\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php',
    'FluentBooking\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
    'FluentBooking\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php',
    'FluentBooking\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php',
    'FluentBooking\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php',
    'FluentBooking\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php',
    'FluentBooking\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php',
    'FluentBooking\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php',
    'FluentBooking\\Framework\\Support\\NumberToWords' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/NumberToWords.php',
    'FluentBooking\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php',
    'FluentBooking\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php',
    'FluentBooking\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php',
    'FluentBooking\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php',
    'FluentBooking\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php',
    'FluentBooking\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php',
    'FluentBooking\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
    'FluentBooking\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php',
    'FluentBooking\\Framework\\Support\\StdObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/StdObject.php',
    'FluentBooking\\Framework\\Support\\Str' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Str.php',
    'FluentBooking\\Framework\\Support\\Stringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Stringable.php',
    'FluentBooking\\Framework\\Support\\Tappable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Tappable.php',
    'FluentBooking\\Framework\\Support\\UriTemplate' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UriTemplate.php',
    'FluentBooking\\Framework\\Support\\UrlRoutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php',
    'FluentBooking\\Framework\\Support\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Util.php',
    'FluentBooking\\Framework\\Validator\\Contracts\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php',
    'FluentBooking\\Framework\\Validator\\MessageBag' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/MessageBag.php',
    'FluentBooking\\Framework\\Validator\\Rule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rule.php',
    'FluentBooking\\Framework\\Validator\\Rules\\ConditionalRules' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/ConditionalRules.php',
    'FluentBooking\\Framework\\Validator\\Rules\\DatabaseRule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/DatabaseRule.php',
    'FluentBooking\\Framework\\Validator\\Rules\\Dimensions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Dimensions.php',
    'FluentBooking\\Framework\\Validator\\Rules\\Exists' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Exists.php',
    'FluentBooking\\Framework\\Validator\\Rules\\In' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/In.php',
    'FluentBooking\\Framework\\Validator\\Rules\\NotIn' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/NotIn.php',
    'FluentBooking\\Framework\\Validator\\Rules\\RequiredIf' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/RequiredIf.php',
    'FluentBooking\\Framework\\Validator\\Rules\\Unique' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Unique.php',
    'FluentBooking\\Framework\\Validator\\ValidateDatabaseRulesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidateDatabaseRulesTrait.php',
    'FluentBooking\\Framework\\Validator\\ValidatesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidatesAttributes.php',
    'FluentBooking\\Framework\\Validator\\ValidationData' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationData.php',
    'FluentBooking\\Framework\\Validator\\ValidationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationException.php',
    'FluentBooking\\Framework\\Validator\\ValidationRuleParser' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php',
    'FluentBooking\\Framework\\Validator\\Validator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Validator.php',
    'FluentBooking\\Framework\\View\\View' => $vendorDir . '/wpfluent/framework/src/WPFluent/View/View.php',
    'FluentBooking\\Package\\CalDav\\Clients\\Client' => $vendorDir . '/wpfluent/caldav/src/Clients/Client.php',
    'FluentBooking\\Package\\CalDav\\Clients\\CommonTrait' => $vendorDir . '/wpfluent/caldav/src/Clients/CommonTrait.php',
    'FluentBooking\\Package\\CalDav\\Clients\\Google' => $vendorDir . '/wpfluent/caldav/src/Clients/Google.php',
    'FluentBooking\\Package\\CalDav\\Clients\\ICloud' => $vendorDir . '/wpfluent/caldav/src/Clients/ICloud.php',
    'FluentBooking\\Package\\CalDav\\Clients\\NextCloud' => $vendorDir . '/wpfluent/caldav/src/Clients/NextCloud.php',
    'FluentBooking\\Package\\CalDav\\Entities\\Calendar' => $vendorDir . '/wpfluent/caldav/src/Entities/Calendar.php',
    'FluentBooking\\Package\\CalDav\\Entities\\Event' => $vendorDir . '/wpfluent/caldav/src/Entities/Event.php',
    'FluentBooking\\Package\\CalDav\\ICal\\Event' => $vendorDir . '/wpfluent/caldav/src/ICal/Event.php',
    'FluentBooking\\Package\\CalDav\\ICal\\ICal' => $vendorDir . '/wpfluent/caldav/src/ICal/ICal.php',
    'FluentBooking\\Package\\CalDav\\ICal\\VEvent' => $vendorDir . '/wpfluent/caldav/src/ICal/VEvent.php',
    'FluentBooking\\Package\\CalDav\\ICal\\XmlParser' => $vendorDir . '/wpfluent/caldav/src/ICal/XmlParser.php',
);
© 2026 GrazzMean-Shell