| @@ -6,8 +6,145 @@ | ||
| 6 | 6 | $baseDir = dirname($vendorDir); |
| 7 | 7 | |
| 8 | 8 | return array( |
| 9 | 9 | 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 10 | + 'FluentBooking\\App\\App' => $baseDir . '/app/App.php', | |
| 11 | + 'FluentBooking\\App\\Hooks\\Handlers\\ActivationHandler' => $baseDir . '/app/Hooks/Handlers/ActivationHandler.php', | |
| 12 | + 'FluentBooking\\App\\Hooks\\Handlers\\AdminMenuHandler' => $baseDir . '/app/Hooks/Handlers/AdminMenuHandler.php', | |
| 13 | + 'FluentBooking\\App\\Hooks\\Handlers\\BlockEditorHandler' => $baseDir . '/app/Hooks/Handlers/BlockEditorHandler.php', | |
| 14 | + 'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\BookingCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/BookingCleaner.php', | |
| 15 | + 'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\CalenderCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/CalenderCleaner.php', | |
| 16 | + 'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\CalenderEventCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/CalenderEventCleaner.php', | |
| 17 | + 'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\CleanupHandler' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/CleanupHandler.php', | |
| 18 | + 'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\OrderCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/OrderCleaner.php', | |
| 19 | + 'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\UserCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/UserCleaner.php', | |
| 20 | + 'FluentBooking\\App\\Hooks\\Handlers\\DataExporter' => $baseDir . '/app/Hooks/Handlers/DataExporter.php', | |
| 21 | + 'FluentBooking\\App\\Hooks\\Handlers\\DataImporter' => $baseDir . '/app/Hooks/Handlers/DataImporter.php', | |
| 22 | + 'FluentBooking\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php', | |
| 23 | + 'FluentBooking\\App\\Hooks\\Handlers\\FrontEndHandler' => $baseDir . '/app/Hooks/Handlers/FrontEndHandler.php', | |
| 24 | + 'FluentBooking\\App\\Hooks\\Handlers\\GlobalNotificationHandler' => $baseDir . '/app/Hooks/Handlers/GlobalNotificationHandler.php', | |
| 25 | + 'FluentBooking\\App\\Hooks\\Handlers\\IntegrationHandlers' => $baseDir . '/app/Hooks/Handlers/IntegrationHandlers.php', | |
| 26 | + 'FluentBooking\\App\\Hooks\\Handlers\\LogHandler' => $baseDir . '/app/Hooks/Handlers/LogHandler.php', | |
| 27 | + 'FluentBooking\\App\\Hooks\\Handlers\\NotificationHandler' => $baseDir . '/app/Hooks/Handlers/NotificationHandler.php', | |
| 28 | + 'FluentBooking\\App\\Hooks\\Handlers\\TimeSlotServiceHandler' => $baseDir . '/app/Hooks/Handlers/TimeSlotServiceHandler.php', | |
| 29 | + 'FluentBooking\\App\\Hooks\\Scheduler\\DailyScheduler' => $baseDir . '/app/Hooks/Scheduler/DailyScheduler.php', | |
| 30 | + 'FluentBooking\\App\\Hooks\\Scheduler\\FiveMinuteScheduler' => $baseDir . '/app/Hooks/Scheduler/FiveMinuteScheduler.php', | |
| 31 | + 'FluentBooking\\App\\Http\\Controllers\\AdminController' => $baseDir . '/app/Http/Controllers/AdminController.php', | |
| 32 | + 'FluentBooking\\App\\Http\\Controllers\\AvailabilityController' => $baseDir . '/app/Http/Controllers/AvailabilityController.php', | |
| 33 | + 'FluentBooking\\App\\Http\\Controllers\\BookingController' => $baseDir . '/app/Http/Controllers/BookingController.php', | |
| 34 | + 'FluentBooking\\App\\Http\\Controllers\\CalendarController' => $baseDir . '/app/Http/Controllers/CalendarController.php', | |
| 35 | + 'FluentBooking\\App\\Http\\Controllers\\CalendarIntegrationController' => $baseDir . '/app/Http/Controllers/CalendarIntegrationController.php', | |
| 36 | + 'FluentBooking\\App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php', | |
| 37 | + 'FluentBooking\\App\\Http\\Controllers\\EventController' => $baseDir . '/app/Http/Controllers/EventController.php', | |
| 38 | + 'FluentBooking\\App\\Http\\Controllers\\IntegrationController' => $baseDir . '/app/Http/Controllers/IntegrationController.php', | |
| 39 | + 'FluentBooking\\App\\Http\\Controllers\\IntegrationManagerController' => $baseDir . '/app/Http/Controllers/IntegrationManagerController.php', | |
| 40 | + 'FluentBooking\\App\\Http\\Controllers\\McpController' => $baseDir . '/app/Http/Controllers/McpController.php', | |
| 41 | + 'FluentBooking\\App\\Http\\Controllers\\ReportController' => $baseDir . '/app/Http/Controllers/ReportController.php', | |
| 42 | + 'FluentBooking\\App\\Http\\Controllers\\SchedulesController' => $baseDir . '/app/Http/Controllers/SchedulesController.php', | |
| 43 | + 'FluentBooking\\App\\Http\\Controllers\\SettingsController' => $baseDir . '/app/Http/Controllers/SettingsController.php', | |
| 44 | + 'FluentBooking\\App\\Http\\Controllers\\WidgetController' => $baseDir . '/app/Http/Controllers/WidgetController.php', | |
| 45 | + 'FluentBooking\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php', | |
| 46 | + 'FluentBooking\\App\\Http\\Policies\\AvailabilityPolicy' => $baseDir . '/app/Http/Policies/AvailabilityPolicy.php', | |
| 47 | + 'FluentBooking\\App\\Http\\Policies\\CalendarEventPolicy' => $baseDir . '/app/Http/Policies/CalendarEventPolicy.php', | |
| 48 | + 'FluentBooking\\App\\Http\\Policies\\CalendarPolicy' => $baseDir . '/app/Http/Policies/CalendarPolicy.php', | |
| 49 | + 'FluentBooking\\App\\Http\\Policies\\MeetingPolicy' => $baseDir . '/app/Http/Policies/MeetingPolicy.php', | |
| 50 | + 'FluentBooking\\App\\Http\\Policies\\PublicPolicy' => $baseDir . '/app/Http/Policies/PublicPolicy.php', | |
| 51 | + 'FluentBooking\\App\\Http\\Policies\\SettingsPolicy' => $baseDir . '/app/Http/Policies/SettingsPolicy.php', | |
| 52 | + 'FluentBooking\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php', | |
| 53 | + 'FluentBooking\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php', | |
| 54 | + 'FluentBooking\\App\\Models\\Availability' => $baseDir . '/app/Models/Availability.php', | |
| 55 | + 'FluentBooking\\App\\Models\\Booking' => $baseDir . '/app/Models/Booking.php', | |
| 56 | + 'FluentBooking\\App\\Models\\BookingActivity' => $baseDir . '/app/Models/BookingActivity.php', | |
| 57 | + 'FluentBooking\\App\\Models\\BookingHost' => $baseDir . '/app/Models/BookingHost.php', | |
| 58 | + 'FluentBooking\\App\\Models\\BookingMeta' => $baseDir . '/app/Models/BookingMeta.php', | |
| 59 | + 'FluentBooking\\App\\Models\\Calendar' => $baseDir . '/app/Models/Calendar.php', | |
| 60 | + 'FluentBooking\\App\\Models\\CalendarSlot' => $baseDir . '/app/Models/CalendarSlot.php', | |
| 61 | + 'FluentBooking\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php', | |
| 62 | + 'FluentBooking\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php', | |
| 63 | + 'FluentBooking\\App\\Models\\Staff' => $baseDir . '/app/Models/Staff.php', | |
| 64 | + 'FluentBooking\\App\\Models\\User' => $baseDir . '/app/Models/User.php', | |
| 65 | + 'FluentBooking\\App\\Modules\\MCP\\AbilitiesRegistrar' => $baseDir . '/app/Modules/MCP/AbilitiesRegistrar.php', | |
| 66 | + 'FluentBooking\\App\\Modules\\MCP\\MCPInit' => $baseDir . '/app/Modules/MCP/MCPInit.php', | |
| 67 | + 'FluentBooking\\App\\Modules\\MCP\\Prompts\\BookingPrompts' => $baseDir . '/app/Modules/MCP/Prompts/BookingPrompts.php', | |
| 68 | + 'FluentBooking\\App\\Modules\\MCP\\Support\\AvailabilityDiagnostics' => $baseDir . '/app/Modules/MCP/Support/AvailabilityDiagnostics.php', | |
| 69 | + 'FluentBooking\\App\\Modules\\MCP\\Support\\BookingProjector' => $baseDir . '/app/Modules/MCP/Support/BookingProjector.php', | |
| 70 | + 'FluentBooking\\App\\Modules\\MCP\\Support\\BookingWriter' => $baseDir . '/app/Modules/MCP/Support/BookingWriter.php', | |
| 71 | + 'FluentBooking\\App\\Modules\\MCP\\Support\\MCPHelper' => $baseDir . '/app/Modules/MCP/Support/MCPHelper.php', | |
| 72 | + 'FluentBooking\\App\\Modules\\MCP\\Support\\PermissionGate' => $baseDir . '/app/Modules/MCP/Support/PermissionGate.php', | |
| 73 | + 'FluentBooking\\App\\Modules\\MCP\\Support\\RestBridge' => $baseDir . '/app/Modules/MCP/Support/RestBridge.php', | |
| 74 | + 'FluentBooking\\App\\Modules\\MCP\\Support\\SlotLock' => $baseDir . '/app/Modules/MCP/Support/SlotLock.php', | |
| 75 | + 'FluentBooking\\App\\Modules\\MCP\\Support\\SlotResolver' => $baseDir . '/app/Modules/MCP/Support/SlotResolver.php', | |
| 76 | + 'FluentBooking\\App\\Modules\\MCP\\Support\\WriteGuard' => $baseDir . '/app/Modules/MCP/Support/WriteGuard.php', | |
| 77 | + 'FluentBooking\\App\\Modules\\MCP\\Tools\\BookingTools' => $baseDir . '/app/Modules/MCP/Tools/BookingTools.php', | |
| 78 | + 'FluentBooking\\App\\Modules\\MCP\\Tools\\BookingWriteTools' => $baseDir . '/app/Modules/MCP/Tools/BookingWriteTools.php', | |
| 79 | + 'FluentBooking\\App\\Modules\\MCP\\Tools\\ContextTools' => $baseDir . '/app/Modules/MCP/Tools/ContextTools.php', | |
| 80 | + 'FluentBooking\\App\\Modules\\MCP\\Tools\\EventTypeTools' => $baseDir . '/app/Modules/MCP/Tools/EventTypeTools.php', | |
| 81 | + 'FluentBooking\\App\\Modules\\MCP\\Tools\\ReportTools' => $baseDir . '/app/Modules/MCP/Tools/ReportTools.php', | |
| 82 | + 'FluentBooking\\App\\Modules\\MCP\\Tools\\SchedulingTools' => $baseDir . '/app/Modules/MCP/Tools/SchedulingTools.php', | |
| 83 | + 'FluentBooking\\App\\Modules\\MCP\\Tools\\SlotTools' => $baseDir . '/app/Modules/MCP/Tools/SlotTools.php', | |
| 84 | + 'FluentBooking\\App\\Services\\AvailabilityService' => $baseDir . '/app/Services/AvailabilityService.php', | |
| 85 | + 'FluentBooking\\App\\Services\\BookingFieldService' => $baseDir . '/app/Services/BookingFieldService.php', | |
| 86 | + 'FluentBooking\\App\\Services\\BookingReportService' => $baseDir . '/app/Services/BookingReportService.php', | |
| 87 | + 'FluentBooking\\App\\Services\\BookingService' => $baseDir . '/app/Services/BookingService.php', | |
| 88 | + 'FluentBooking\\App\\Services\\CalendarEventService' => $baseDir . '/app/Services/CalendarEventService.php', | |
| 89 | + 'FluentBooking\\App\\Services\\CalendarService' => $baseDir . '/app/Services/CalendarService.php', | |
| 90 | + 'FluentBooking\\App\\Services\\ConditionAssesor' => $baseDir . '/app/Services/ConditionAssesor.php', | |
| 91 | + 'FluentBooking\\App\\Services\\CurrenciesHelper' => $baseDir . '/app/Services/CurrenciesHelper.php', | |
| 92 | + 'FluentBooking\\App\\Services\\DateTimeHelper' => $baseDir . '/app/Services/DateTimeHelper.php', | |
| 93 | + 'FluentBooking\\App\\Services\\EditorShortCodeParser' => $baseDir . '/app/Services/EditorShortCodeParser.php', | |
| 94 | + 'FluentBooking\\App\\Services\\EmailNotificationService' => $baseDir . '/app/Services/EmailNotificationService.php', | |
| 95 | + 'FluentBooking\\App\\Services\\ExportHelper' => $baseDir . '/app/Services/ExportHelper.php', | |
| 96 | + 'FluentBooking\\App\\Services\\GlobalModules\\GlobalModules' => $baseDir . '/app/Services/GlobalModules/GlobalModules.php', | |
| 97 | + 'FluentBooking\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php', | |
| 98 | + 'FluentBooking\\App\\Services\\ImportService' => $baseDir . '/app/Services/ImportService.php', | |
| 99 | + 'FluentBooking\\App\\Services\\Integrations\\CalendarIntegrationService' => $baseDir . '/app/Services/Integrations/CalendarIntegrationService.php', | |
| 100 | + 'FluentBooking\\App\\Services\\Integrations\\Calendars\\BaseCalendar' => $baseDir . '/app/Services/Integrations/Calendars/BaseCalendar.php', | |
| 101 | + 'FluentBooking\\App\\Services\\Integrations\\Calendars\\CalendarCache' => $baseDir . '/app/Services/Integrations/Calendars/CalendarCache.php', | |
| 102 | + 'FluentBooking\\App\\Services\\Integrations\\Calendars\\RemoteCalendarHelper' => $baseDir . '/app/Services/Integrations/Calendars/RemoteCalendarHelper.php', | |
| 103 | + 'FluentBooking\\App\\Services\\Integrations\\Elementor\\ElementorIntegration' => $baseDir . '/app/Services/Integrations/Elementor/ElementorIntegration.php', | |
| 104 | + 'FluentBooking\\App\\Services\\Integrations\\Elementor\\Widgets\\FcalBookings' => $baseDir . '/app/Services/Integrations/Elementor/Widgets/FcalBookings.php', | |
| 105 | + 'FluentBooking\\App\\Services\\Integrations\\Elementor\\Widgets\\FcalCalendar' => $baseDir . '/app/Services/Integrations/Elementor/Widgets/FcalCalendar.php', | |
| 106 | + 'FluentBooking\\App\\Services\\Integrations\\Elementor\\Widgets\\FcalCalendarEvent' => $baseDir . '/app/Services/Integrations/Elementor/Widgets/FcalCalendarEvent.php', | |
| 107 | + 'FluentBooking\\App\\Services\\Integrations\\FluentBoards\\Bootstrap' => $baseDir . '/app/Services/Integrations/FluentBoards/Bootstrap.php', | |
| 108 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\BookingCompletedTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/BookingCompletedTrigger.php', | |
| 109 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\BookingRescheduledTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/BookingRescheduledTrigger.php', | |
| 110 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\Bootstrap' => $baseDir . '/app/Services/Integrations/FluentCRM/Bootstrap.php', | |
| 111 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\CancelBookingTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/CancelBookingTrigger.php', | |
| 112 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\CrmContactService' => $baseDir . '/app/Services/Integrations/FluentCRM/CrmContactService.php', | |
| 113 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\CrmSmartCode' => $baseDir . '/app/Services/Integrations/FluentCRM/CrmSmartCode.php', | |
| 114 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\FluentCrmInit' => $baseDir . '/app/Services/Integrations/FluentCRM/FluentCrmInit.php', | |
| 115 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\NewBookingTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/NewBookingTrigger.php', | |
| 116 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\Bootstrap' => $baseDir . '/app/Services/Integrations/FluentCart/Bootstrap.php', | |
| 117 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\CartHelper' => $baseDir . '/app/Services/Integrations/FluentCart/CartHelper.php', | |
| 118 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\CustomerProfileService' => $baseDir . '/app/Services/Integrations/FluentCart/CustomerProfileService.php', | |
| 119 | + 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\Http\\Controller\\FluentCartController' => $baseDir . '/app/Services/Integrations/FluentCart/Http/Controller/FluentCartController.php', | |
| 120 | + 'FluentBooking\\App\\Services\\Integrations\\FluentForms\\BookingElement' => $baseDir . '/app/Services/Integrations/FluentForms/BookingElement.php', | |
| 121 | + 'FluentBooking\\App\\Services\\Integrations\\FluentForms\\FluentFormInit' => $baseDir . '/app/Services/Integrations/FluentForms/FluentFormInit.php', | |
| 122 | + 'FluentBooking\\App\\Services\\Integrations\\GlobalNotificationService' => $baseDir . '/app/Services/Integrations/GlobalNotificationService.php', | |
| 123 | + 'FluentBooking\\App\\Services\\Integrations\\IntegrationManagerHelper' => $baseDir . '/app/Services/Integrations/IntegrationManagerHelper.php', | |
| 124 | + 'FluentBooking\\App\\Services\\LandingPage\\LandingPageHandler' => $baseDir . '/app/Services/LandingPage/LandingPageHandler.php', | |
| 125 | + 'FluentBooking\\App\\Services\\LandingPage\\LandingPageHelper' => $baseDir . '/app/Services/LandingPage/LandingPageHelper.php', | |
| 126 | + 'FluentBooking\\App\\Services\\Libs\\Countries' => $baseDir . '/app/Services/Libs/Countries.php', | |
| 127 | + 'FluentBooking\\App\\Services\\Libs\\Emogrifier\\Emogrifier' => $baseDir . '/app/Services/Libs/Emogrifier/Emogrifier.php', | |
| 128 | + 'FluentBooking\\App\\Services\\Libs\\Emogrifier\\EmogrifierPhp7' => $baseDir . '/app/Services/Libs/Emogrifier/EmogrifierPhp7.php', | |
| 129 | + 'FluentBooking\\App\\Services\\Libs\\FileSystem' => $baseDir . '/app/Services/Libs/FileSystem.php', | |
| 130 | + 'FluentBooking\\App\\Services\\Libs\\RRule\\RRule' => $baseDir . '/app/Services/Libs/RRule/RRule.php', | |
| 131 | + 'FluentBooking\\App\\Services\\Libs\\RRule\\RRuleInterface' => $baseDir . '/app/Services/Libs/RRule/RRuleInterface.php', | |
| 132 | + 'FluentBooking\\App\\Services\\Libs\\RRule\\RRuleTrait' => $baseDir . '/app/Services/Libs/RRule/RRuleTrait.php', | |
| 133 | + 'FluentBooking\\App\\Services\\Libs\\RRule\\RSet' => $baseDir . '/app/Services/Libs/RRule/RSet.php', | |
| 134 | + 'FluentBooking\\App\\Services\\Libs\\RRule\\RfcParser' => $baseDir . '/app/Services/Libs/RRule/RfcParser.php', | |
| 135 | + 'FluentBooking\\App\\Services\\LocationService' => $baseDir . '/app/Services/LocationService.php', | |
| 136 | + 'FluentBooking\\App\\Services\\Mailer' => $baseDir . '/app/Services/Mailer.php', | |
| 137 | + 'FluentBooking\\App\\Services\\NotificationGate' => $baseDir . '/app/Services/NotificationGate.php', | |
| 138 | + 'FluentBooking\\App\\Services\\OnboardingService' => $baseDir . '/app/Services/OnboardingService.php', | |
| 139 | + 'FluentBooking\\App\\Services\\PermissionManager' => $baseDir . '/app/Services/PermissionManager.php', | |
| 140 | + 'FluentBooking\\App\\Services\\ReportingHelperTrait' => $baseDir . '/app/Services/ReportingHelperTrait.php', | |
| 141 | + 'FluentBooking\\App\\Services\\RescheduleService' => $baseDir . '/app/Services/RescheduleService.php', | |
| 142 | + 'FluentBooking\\App\\Services\\SanitizeService' => $baseDir . '/app/Services/SanitizeService.php', | |
| 143 | + 'FluentBooking\\App\\Services\\SummaryReportService' => $baseDir . '/app/Services/SummaryReportService.php', | |
| 144 | + 'FluentBooking\\App\\Services\\TimeSlotService' => $baseDir . '/app/Services/TimeSlotService.php', | |
| 145 | + 'FluentBooking\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php', | |
| 146 | + 'FluentBooking\\App\\Vite' => $baseDir . '/app/Vite.php', | |
| 10 | 147 | 'FluentBooking\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php', |
| 11 | 148 | 'FluentBooking\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php', |
| 12 | 149 | 'FluentBooking\\Database\\Migrations\\BookingActivityMigrator' => $baseDir . '/database/Migrations/BookingActivityMigrator.php', |
| 13 | 150 | 'FluentBooking\\Database\\Migrations\\BookingHostMigrator' => $baseDir . '/database/Migrations/BookingHostMigrator.php', |
| @@ -15,5 +152,269 @@ | ||
| 15 | 152 | 'FluentBooking\\Database\\Migrations\\BookingMigrator' => $baseDir . '/database/Migrations/BookingMigrator.php', |
| 16 | 153 | 'FluentBooking\\Database\\Migrations\\CalendarMigrator' => $baseDir . '/database/Migrations/CalendarMigrator.php', |
| 17 | 154 | 'FluentBooking\\Database\\Migrations\\CalendarSlotsMigrator' => $baseDir . '/database/Migrations/CalendarSlotsMigrator.php', |
| 18 | 155 | 'FluentBooking\\Database\\Migrations\\MetaMigrator' => $baseDir . '/database/Migrations/MetaMigrator.php', |
| 156 | + 'FluentBooking\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php', | |
| 157 | + 'FluentBooking\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php', | |
| 158 | + 'FluentBooking\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php', | |
| 159 | + 'FluentBooking\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php', | |
| 160 | + 'FluentBooking\\Framework\\Container\\Contracts\\BindingResolutionException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/BindingResolutionException.php', | |
| 161 | + 'FluentBooking\\Framework\\Container\\Contracts\\CircularDependencyException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/CircularDependencyException.php', | |
| 162 | + 'FluentBooking\\Framework\\Container\\Contracts\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Container.php', | |
| 163 | + 'FluentBooking\\Framework\\Container\\Contracts\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/ContextualBindingBuilder.php', | |
| 164 | + 'FluentBooking\\Framework\\Container\\Contracts\\Psr\\ContainerExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerExceptionInterface.php', | |
| 165 | + 'FluentBooking\\Framework\\Container\\Contracts\\Psr\\ContainerInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerInterface.php', | |
| 166 | + 'FluentBooking\\Framework\\Container\\Contracts\\Psr\\NotFoundExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/NotFoundExceptionInterface.php', | |
| 167 | + 'FluentBooking\\Framework\\Container\\EntryNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/EntryNotFoundException.php', | |
| 168 | + 'FluentBooking\\Framework\\Container\\RewindableGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/RewindableGenerator.php', | |
| 169 | + 'FluentBooking\\Framework\\Container\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Util.php', | |
| 170 | + 'FluentBooking\\Framework\\Database\\BaseGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php', | |
| 171 | + 'FluentBooking\\Framework\\Database\\ClassMorphViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php', | |
| 172 | + 'FluentBooking\\Framework\\Database\\Concerns\\BuildsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php', | |
| 173 | + 'FluentBooking\\Framework\\Database\\Concerns\\BuildsWhereDateClauses' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsWhereDateClauses.php', | |
| 174 | + 'FluentBooking\\Framework\\Database\\Concerns\\CompilesJsonPaths' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/CompilesJsonPaths.php', | |
| 175 | + 'FluentBooking\\Framework\\Database\\Concerns\\ExplainsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php', | |
| 176 | + 'FluentBooking\\Framework\\Database\\Concerns\\MaintainsDatabase' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/MaintainsDatabase.php', | |
| 177 | + 'FluentBooking\\Framework\\Database\\Concerns\\ManagesTransactions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php', | |
| 178 | + 'FluentBooking\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php', | |
| 179 | + 'FluentBooking\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php', | |
| 180 | + 'FluentBooking\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php', | |
| 181 | + 'FluentBooking\\Framework\\Database\\DatabaseManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php', | |
| 182 | + 'FluentBooking\\Framework\\Database\\DatabaseTransactionRecord' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php', | |
| 183 | + 'FluentBooking\\Framework\\Database\\DatabaseTransactionsManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php', | |
| 184 | + 'FluentBooking\\Framework\\Database\\DeadlockException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DeadlockException.php', | |
| 185 | + 'FluentBooking\\Framework\\Database\\DetectsLostConnections' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DetectsLostConnections.php', | |
| 186 | + 'FluentBooking\\Framework\\Database\\Events\\ConnectionEvent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/ConnectionEvent.php', | |
| 187 | + 'FluentBooking\\Framework\\Database\\Events\\QueryExecuted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/QueryExecuted.php', | |
| 188 | + 'FluentBooking\\Framework\\Database\\Events\\TransactionBeginning' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionBeginning.php', | |
| 189 | + 'FluentBooking\\Framework\\Database\\Events\\TransactionCommitted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitted.php', | |
| 190 | + 'FluentBooking\\Framework\\Database\\Events\\TransactionCommitting' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitting.php', | |
| 191 | + 'FluentBooking\\Framework\\Database\\Events\\TransactionRolledBack' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionRolledBack.php', | |
| 192 | + 'FluentBooking\\Framework\\Database\\LazyLoadingViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php', | |
| 193 | + 'FluentBooking\\Framework\\Database\\Migration\\Blueprint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/Blueprint.php', | |
| 194 | + 'FluentBooking\\Framework\\Database\\Migration\\ColumnDefinition' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/ColumnDefinition.php', | |
| 195 | + 'FluentBooking\\Framework\\Database\\MultipleColumnsSelectedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleColumnsSelectedException.php', | |
| 196 | + 'FluentBooking\\Framework\\Database\\MultipleRecordsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php', | |
| 197 | + 'FluentBooking\\Framework\\Database\\Orm\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php', | |
| 198 | + 'FluentBooking\\Framework\\Database\\Orm\\Castable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php', | |
| 199 | + 'FluentBooking\\Framework\\Database\\Orm\\CastsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsAttributes.php', | |
| 200 | + 'FluentBooking\\Framework\\Database\\Orm\\CastsInboundAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsInboundAttributes.php', | |
| 201 | + 'FluentBooking\\Framework\\Database\\Orm\\Casts\\ArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/ArrayObject.php', | |
| 202 | + 'FluentBooking\\Framework\\Database\\Orm\\Casts\\AsArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsArrayObject.php', | |
| 203 | + 'FluentBooking\\Framework\\Database\\Orm\\Casts\\AsCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsCollection.php', | |
| 204 | + 'FluentBooking\\Framework\\Database\\Orm\\Casts\\AsEncryptedArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedArrayObject.php', | |
| 205 | + 'FluentBooking\\Framework\\Database\\Orm\\Casts\\AsEncryptedCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedCollection.php', | |
| 206 | + 'FluentBooking\\Framework\\Database\\Orm\\Casts\\AsStringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsStringable.php', | |
| 207 | + 'FluentBooking\\Framework\\Database\\Orm\\Casts\\Attribute' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Attribute.php', | |
| 208 | + 'FluentBooking\\Framework\\Database\\Orm\\Casts\\Json' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Json.php', | |
| 209 | + 'FluentBooking\\Framework\\Database\\Orm\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php', | |
| 210 | + 'FluentBooking\\Framework\\Database\\Orm\\Concerns\\GuardsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/GuardsAttributes.php', | |
| 211 | + 'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasAttributes.php', | |
| 212 | + 'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasEvents' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php', | |
| 213 | + 'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasGlobalScopes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasGlobalScopes.php', | |
| 214 | + 'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasRelationships.php', | |
| 215 | + 'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasTimestamps' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasTimestamps.php', | |
| 216 | + 'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HasUniqueIds' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasUniqueIds.php', | |
| 217 | + 'FluentBooking\\Framework\\Database\\Orm\\Concerns\\HidesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HidesAttributes.php', | |
| 218 | + 'FluentBooking\\Framework\\Database\\Orm\\Concerns\\QueriesRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/QueriesRelationships.php', | |
| 219 | + 'FluentBooking\\Framework\\Database\\Orm\\HasCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HasCollection.php', | |
| 220 | + 'FluentBooking\\Framework\\Database\\Orm\\HigherOrderBuilderProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HigherOrderBuilderProxy.php', | |
| 221 | + 'FluentBooking\\Framework\\Database\\Orm\\InvalidCastException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/InvalidCastException.php', | |
| 222 | + 'FluentBooking\\Framework\\Database\\Orm\\JsonEncodingException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/JsonEncodingException.php', | |
| 223 | + 'FluentBooking\\Framework\\Database\\Orm\\MassAssignmentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php', | |
| 224 | + 'FluentBooking\\Framework\\Database\\Orm\\MissingAttributeException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MissingAttributeException.php', | |
| 225 | + 'FluentBooking\\Framework\\Database\\Orm\\Model' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Model.php', | |
| 226 | + 'FluentBooking\\Framework\\Database\\Orm\\ModelNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ModelNotFoundException.php', | |
| 227 | + 'FluentBooking\\Framework\\Database\\Orm\\PendingHasThroughRelationship' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/PendingHasThroughRelationship.php', | |
| 228 | + 'FluentBooking\\Framework\\Database\\Orm\\RelationNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/RelationNotFoundException.php', | |
| 229 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\BelongsTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php', | |
| 230 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\BelongsToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php', | |
| 231 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\AsPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/AsPivot.php', | |
| 232 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\CanBeOneOfMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/CanBeOneOfMany.php', | |
| 233 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\ComparesRelatedModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/ComparesRelatedModels.php', | |
| 234 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithDictionary' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithDictionary.php', | |
| 235 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithPivotTable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithPivotTable.php', | |
| 236 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsDefaultModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsDefaultModels.php', | |
| 237 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsInverseRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsInverseRelations.php', | |
| 238 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php', | |
| 239 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php', | |
| 240 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php', | |
| 241 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrMany.php', | |
| 242 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasOneOrManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrManyThrough.php', | |
| 243 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\HasOneThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneThrough.php', | |
| 244 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php', | |
| 245 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php', | |
| 246 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php', | |
| 247 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphPivot.php', | |
| 248 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php', | |
| 249 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\MorphToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php', | |
| 250 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\Pivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php', | |
| 251 | + 'FluentBooking\\Framework\\Database\\Orm\\Relations\\Relation' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php', | |
| 252 | + 'FluentBooking\\Framework\\Database\\Orm\\Scope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php', | |
| 253 | + 'FluentBooking\\Framework\\Database\\Orm\\Searchable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php', | |
| 254 | + 'FluentBooking\\Framework\\Database\\Orm\\SoftDeletes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php', | |
| 255 | + 'FluentBooking\\Framework\\Database\\Orm\\SoftDeletingScope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php', | |
| 256 | + 'FluentBooking\\Framework\\Database\\Orm\\SupportsPartialRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php', | |
| 257 | + 'FluentBooking\\Framework\\Database\\Orm\\UserProxyTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/UserProxyTrait.php', | |
| 258 | + 'FluentBooking\\Framework\\Database\\QueryException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/QueryException.php', | |
| 259 | + 'FluentBooking\\Framework\\Database\\Query\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Builder.php', | |
| 260 | + 'FluentBooking\\Framework\\Database\\Query\\ConditionExpression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ConditionExpression.php', | |
| 261 | + 'FluentBooking\\Framework\\Database\\Query\\Expression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.php', | |
| 262 | + 'FluentBooking\\Framework\\Database\\Query\\ExpressionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ExpressionInterface.php', | |
| 263 | + 'FluentBooking\\Framework\\Database\\Query\\Grammars\\Grammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/Grammar.php', | |
| 264 | + 'FluentBooking\\Framework\\Database\\Query\\Grammars\\MySqlGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/MySqlGrammar.php', | |
| 265 | + 'FluentBooking\\Framework\\Database\\Query\\Grammars\\SQLiteGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/SQLiteGrammar.php', | |
| 266 | + 'FluentBooking\\Framework\\Database\\Query\\IndexHint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/IndexHint.php', | |
| 267 | + 'FluentBooking\\Framework\\Database\\Query\\JoinClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php', | |
| 268 | + 'FluentBooking\\Framework\\Database\\Query\\JoinLateralClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinLateralClause.php', | |
| 269 | + 'FluentBooking\\Framework\\Database\\Query\\Processors\\MySqlProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/MySqlProcessor.php', | |
| 270 | + 'FluentBooking\\Framework\\Database\\Query\\Processors\\Processor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/Processor.php', | |
| 271 | + 'FluentBooking\\Framework\\Database\\Query\\Processors\\SQLiteProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/SQLiteProcessor.php', | |
| 272 | + 'FluentBooking\\Framework\\Database\\Query\\WPDBConnection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php', | |
| 273 | + 'FluentBooking\\Framework\\Database\\RecordsNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php', | |
| 274 | + 'FluentBooking\\Framework\\Database\\Schema' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Schema.php', | |
| 275 | + 'FluentBooking\\Framework\\Database\\UniqueConstraintViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/UniqueConstraintViolationException.php', | |
| 276 | + 'FluentBooking\\Framework\\Encryption\\DecryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/DecryptException.php', | |
| 277 | + 'FluentBooking\\Framework\\Encryption\\EncryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/EncryptException.php', | |
| 278 | + 'FluentBooking\\Framework\\Encryption\\Encrypter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/Encrypter.php', | |
| 279 | + 'FluentBooking\\Framework\\Events\\Dispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/Dispatcher.php', | |
| 280 | + 'FluentBooking\\Framework\\Events\\DispatcherInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php', | |
| 281 | + 'FluentBooking\\Framework\\Events\\NullDispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php', | |
| 282 | + 'FluentBooking\\Framework\\Events\\ShouldDispatchAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldDispatchAfterCommit.php', | |
| 283 | + 'FluentBooking\\Framework\\Events\\ShouldHandleEventsAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldHandleEventsAfterCommit.php', | |
| 284 | + 'FluentBooking\\Framework\\Foundation\\App' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/App.php', | |
| 285 | + 'FluentBooking\\Framework\\Foundation\\Application' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Application.php', | |
| 286 | + 'FluentBooking\\Framework\\Foundation\\Async' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Async.php', | |
| 287 | + 'FluentBooking\\Framework\\Foundation\\ComponentBinder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php', | |
| 288 | + 'FluentBooking\\Framework\\Foundation\\Concerns\\AjaxTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/AjaxTrait.php', | |
| 289 | + 'FluentBooking\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php', | |
| 290 | + 'FluentBooking\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php', | |
| 291 | + 'FluentBooking\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php', | |
| 292 | + 'FluentBooking\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php', | |
| 293 | + 'FluentBooking\\Framework\\Foundation\\Exceptions\\BadGatewayHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadGatewayHttpException.php', | |
| 294 | + 'FluentBooking\\Framework\\Foundation\\Exceptions\\BadRequestHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadRequestHttpException.php', | |
| 295 | + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ExceptionHandler' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ExceptionHandler.php', | |
| 296 | + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ForbiddenHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ForbiddenHttpException.php', | |
| 297 | + 'FluentBooking\\Framework\\Foundation\\Exceptions\\HttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/HttpException.php', | |
| 298 | + 'FluentBooking\\Framework\\Foundation\\Exceptions\\NotFoundHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/NotFoundHttpException.php', | |
| 299 | + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ServiceUnavailableHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ServiceUnavailableHttpException.php', | |
| 300 | + 'FluentBooking\\Framework\\Foundation\\Exceptions\\TooManyRequestsHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/TooManyRequestsHttpException.php', | |
| 301 | + 'FluentBooking\\Framework\\Foundation\\Exceptions\\UnauthorizedHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnauthorizedHttpException.php', | |
| 302 | + 'FluentBooking\\Framework\\Foundation\\Exceptions\\UnprocessableEntityHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnprocessableEntityHttpException.php', | |
| 303 | + 'FluentBooking\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php', | |
| 304 | + 'FluentBooking\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php', | |
| 305 | + 'FluentBooking\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php', | |
| 306 | + 'FluentBooking\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php', | |
| 307 | + 'FluentBooking\\Framework\\Foundation\\WPException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/WPException.php', | |
| 308 | + 'FluentBooking\\Framework\\Http\\Ajax' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Ajax.php', | |
| 309 | + 'FluentBooking\\Framework\\Http\\Client' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Client.php', | |
| 310 | + 'FluentBooking\\Framework\\Http\\Controller' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Controller.php', | |
| 311 | + 'FluentBooking\\Framework\\Http\\Cookie' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Cookie.php', | |
| 312 | + 'FluentBooking\\Framework\\Http\\Group' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Group.php', | |
| 313 | + 'FluentBooking\\Framework\\Http\\Middleware\\RateLimiter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Middleware/RateLimiter.php', | |
| 314 | + 'FluentBooking\\Framework\\Http\\Request\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/File.php', | |
| 315 | + 'FluentBooking\\Framework\\Http\\Request\\InputHelperMethodsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InputHelperMethodsTrait.php', | |
| 316 | + 'FluentBooking\\Framework\\Http\\Request\\InteractsWithCleaningTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithCleaningTrait.php', | |
| 317 | + 'FluentBooking\\Framework\\Http\\Request\\InteractsWithFilesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithFilesTrait.php', | |
| 318 | + 'FluentBooking\\Framework\\Http\\Request\\InteractsWithHeadersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithHeadersTrait.php', | |
| 319 | + 'FluentBooking\\Framework\\Http\\Request\\InteractsWithIPTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithIPTrait.php', | |
| 320 | + 'FluentBooking\\Framework\\Http\\Request\\Request' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/Request.php', | |
| 321 | + 'FluentBooking\\Framework\\Http\\Request\\WPUserProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/WPUserProxy.php', | |
| 322 | + 'FluentBooking\\Framework\\Http\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response.php', | |
| 323 | + 'FluentBooking\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php', | |
| 324 | + 'FluentBooking\\Framework\\Http\\Route' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Route.php', | |
| 325 | + 'FluentBooking\\Framework\\Http\\Router' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Router.php', | |
| 326 | + 'FluentBooking\\Framework\\Http\\SubstituteParameters' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteParameters.php', | |
| 327 | + 'FluentBooking\\Framework\\Http\\URL' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/URL.php', | |
| 328 | + 'FluentBooking\\Framework\\Http\\UrlGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/UrlGenerator.php', | |
| 329 | + 'FluentBooking\\Framework\\Pagination\\AbstractCursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php', | |
| 330 | + 'FluentBooking\\Framework\\Pagination\\AbstractPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php', | |
| 331 | + 'FluentBooking\\Framework\\Pagination\\Cursor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Cursor.php', | |
| 332 | + 'FluentBooking\\Framework\\Pagination\\CursorPaginationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php', | |
| 333 | + 'FluentBooking\\Framework\\Pagination\\CursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginator.php', | |
| 334 | + 'FluentBooking\\Framework\\Pagination\\CursorPaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginatorInterface.php', | |
| 335 | + 'FluentBooking\\Framework\\Pagination\\LengthAwarePaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php', | |
| 336 | + 'FluentBooking\\Framework\\Pagination\\LengthAwarePaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php', | |
| 337 | + 'FluentBooking\\Framework\\Pagination\\Paginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Paginator.php', | |
| 338 | + 'FluentBooking\\Framework\\Pagination\\PaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php', | |
| 339 | + 'FluentBooking\\Framework\\Pagination\\UrlWindow' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/UrlWindow.php', | |
| 340 | + 'FluentBooking\\Framework\\Randomizer\\GetStringTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/GetStringTrait.php', | |
| 341 | + 'FluentBooking\\Framework\\Randomizer\\Randomizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/Randomizer.php', | |
| 342 | + 'FluentBooking\\Framework\\Support\\Arr' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Arr.php', | |
| 343 | + 'FluentBooking\\Framework\\Support\\ArrayableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php', | |
| 344 | + 'FluentBooking\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php', | |
| 345 | + 'FluentBooking\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php', | |
| 346 | + 'FluentBooking\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php', | |
| 347 | + 'FluentBooking\\Framework\\Support\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTime.php', | |
| 348 | + 'FluentBooking\\Framework\\Support\\DateTimeImmutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTimeImmutable.php', | |
| 349 | + 'FluentBooking\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php', | |
| 350 | + 'FluentBooking\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php', | |
| 351 | + 'FluentBooking\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php', | |
| 352 | + 'FluentBooking\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php', | |
| 353 | + 'FluentBooking\\Framework\\Support\\Facade' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Facade.php', | |
| 354 | + 'FluentBooking\\Framework\\Support\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/File.php', | |
| 355 | + 'FluentBooking\\Framework\\Support\\Fluent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Fluent.php', | |
| 356 | + 'FluentBooking\\Framework\\Support\\ForwardsCalls' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ForwardsCalls.php', | |
| 357 | + 'FluentBooking\\Framework\\Support\\Hash' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Hash.php', | |
| 358 | + 'FluentBooking\\Framework\\Support\\Helper' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Helper.php', | |
| 359 | + 'FluentBooking\\Framework\\Support\\HelperFunctionsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HelperFunctionsTrait.php', | |
| 360 | + 'FluentBooking\\Framework\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php', | |
| 361 | + 'FluentBooking\\Framework\\Support\\HigherOrderTapProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php', | |
| 362 | + 'FluentBooking\\Framework\\Support\\HigherOrderWhenProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php', | |
| 363 | + 'FluentBooking\\Framework\\Support\\InvalidArgumentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php', | |
| 364 | + 'FluentBooking\\Framework\\Support\\Invoker' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Invoker.php', | |
| 365 | + 'FluentBooking\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php', | |
| 366 | + 'FluentBooking\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php', | |
| 367 | + 'FluentBooking\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php', | |
| 368 | + 'FluentBooking\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php', | |
| 369 | + 'FluentBooking\\Framework\\Support\\MBString\\Mbstring' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MBString/Mbstring.php', | |
| 370 | + 'FluentBooking\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php', | |
| 371 | + 'FluentBooking\\Framework\\Support\\Mail' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Mail.php', | |
| 372 | + 'FluentBooking\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php', | |
| 373 | + 'FluentBooking\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php', | |
| 374 | + 'FluentBooking\\Framework\\Support\\MediaUploader' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MediaUploader.php', | |
| 375 | + 'FluentBooking\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php', | |
| 376 | + 'FluentBooking\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php', | |
| 377 | + 'FluentBooking\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php', | |
| 378 | + 'FluentBooking\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php', | |
| 379 | + 'FluentBooking\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php', | |
| 380 | + 'FluentBooking\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php', | |
| 381 | + 'FluentBooking\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php', | |
| 382 | + 'FluentBooking\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php', | |
| 383 | + 'FluentBooking\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php', | |
| 384 | + 'FluentBooking\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php', | |
| 385 | + 'FluentBooking\\Framework\\Support\\Str' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Str.php', | |
| 386 | + 'FluentBooking\\Framework\\Support\\Stringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Stringable.php', | |
| 387 | + 'FluentBooking\\Framework\\Support\\Tappable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Tappable.php', | |
| 388 | + 'FluentBooking\\Framework\\Support\\UriTemplate' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UriTemplate.php', | |
| 389 | + 'FluentBooking\\Framework\\Support\\UrlRoutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php', | |
| 390 | + 'FluentBooking\\Framework\\Support\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Util.php', | |
| 391 | + 'FluentBooking\\Framework\\Validator\\Contracts\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php', | |
| 392 | + 'FluentBooking\\Framework\\Validator\\MessageBag' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/MessageBag.php', | |
| 393 | + 'FluentBooking\\Framework\\Validator\\Rule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rule.php', | |
| 394 | + 'FluentBooking\\Framework\\Validator\\Rules\\ConditionalRules' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/ConditionalRules.php', | |
| 395 | + 'FluentBooking\\Framework\\Validator\\Rules\\DatabaseRule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/DatabaseRule.php', | |
| 396 | + 'FluentBooking\\Framework\\Validator\\Rules\\Dimensions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Dimensions.php', | |
| 397 | + 'FluentBooking\\Framework\\Validator\\Rules\\Exists' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Exists.php', | |
| 398 | + 'FluentBooking\\Framework\\Validator\\Rules\\In' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/In.php', | |
| 399 | + 'FluentBooking\\Framework\\Validator\\Rules\\NotIn' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/NotIn.php', | |
| 400 | + 'FluentBooking\\Framework\\Validator\\Rules\\RequiredIf' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/RequiredIf.php', | |
| 401 | + 'FluentBooking\\Framework\\Validator\\Rules\\Unique' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Unique.php', | |
| 402 | + 'FluentBooking\\Framework\\Validator\\ValidateDatabaseRulesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidateDatabaseRulesTrait.php', | |
| 403 | + 'FluentBooking\\Framework\\Validator\\ValidatesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidatesAttributes.php', | |
| 404 | + 'FluentBooking\\Framework\\Validator\\ValidationData' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationData.php', | |
| 405 | + 'FluentBooking\\Framework\\Validator\\ValidationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationException.php', | |
| 406 | + 'FluentBooking\\Framework\\Validator\\ValidationRuleParser' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php', | |
| 407 | + 'FluentBooking\\Framework\\Validator\\Validator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Validator.php', | |
| 408 | + 'FluentBooking\\Framework\\View\\View' => $vendorDir . '/wpfluent/framework/src/WPFluent/View/View.php', | |
| 409 | + 'FluentBooking\\Package\\CalDav\\Clients\\Client' => $vendorDir . '/wpfluent/caldav/src/Clients/Client.php', | |
| 410 | + 'FluentBooking\\Package\\CalDav\\Clients\\CommonTrait' => $vendorDir . '/wpfluent/caldav/src/Clients/CommonTrait.php', | |
| 411 | + 'FluentBooking\\Package\\CalDav\\Clients\\Google' => $vendorDir . '/wpfluent/caldav/src/Clients/Google.php', | |
| 412 | + 'FluentBooking\\Package\\CalDav\\Clients\\ICloud' => $vendorDir . '/wpfluent/caldav/src/Clients/ICloud.php', | |
| 413 | + 'FluentBooking\\Package\\CalDav\\Clients\\NextCloud' => $vendorDir . '/wpfluent/caldav/src/Clients/NextCloud.php', | |
| 414 | + 'FluentBooking\\Package\\CalDav\\Entities\\Calendar' => $vendorDir . '/wpfluent/caldav/src/Entities/Calendar.php', | |
| 415 | + 'FluentBooking\\Package\\CalDav\\Entities\\Event' => $vendorDir . '/wpfluent/caldav/src/Entities/Event.php', | |
| 416 | + 'FluentBooking\\Package\\CalDav\\ICal\\Event' => $vendorDir . '/wpfluent/caldav/src/ICal/Event.php', | |
| 417 | + 'FluentBooking\\Package\\CalDav\\ICal\\ICal' => $vendorDir . '/wpfluent/caldav/src/ICal/ICal.php', | |
| 418 | + 'FluentBooking\\Package\\CalDav\\ICal\\VEvent' => $vendorDir . '/wpfluent/caldav/src/ICal/VEvent.php', | |
| 419 | + 'FluentBooking\\Package\\CalDav\\ICal\\XmlParser' => $vendorDir . '/wpfluent/caldav/src/ICal/XmlParser.php', | |
| 19 | 420 | ); |