PluginProbe
Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution / 2.5.0
Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution v2.5.0
2.5.0 2.4.0 2.3.0 2.2.5 2.2.0 2.1.2 2.1.1 trunk 1.10.0 1.10.01 1.10.02 1.5.0 1.5.01 1.5.02 1.5.1 1.5.10 1.5.20 1.5.21 1.5.22 1.5.23 1.5.24 1.5.25 1.6.0 1.7.0 1.7.1 All 34 releases
← All changes | vendor/composer/autoload_classmap.php +67 -4 1.10.02 → 2.5.0 View file →
@@ -7,9 +7,8 @@
7 7
8 8 return array(
9 9 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
10 10 'FluentBooking\\App\\App' => $baseDir . '/app/App.php',
11 - 'FluentBooking\\App\\ComposerScript' => $baseDir . '/app/ComposerScript.php',
12 11 'FluentBooking\\App\\Hooks\\Handlers\\ActivationHandler' => $baseDir . '/app/Hooks/Handlers/ActivationHandler.php',
13 12 'FluentBooking\\App\\Hooks\\Handlers\\AdminMenuHandler' => $baseDir . '/app/Hooks/Handlers/AdminMenuHandler.php',
14 13 'FluentBooking\\App\\Hooks\\Handlers\\BlockEditorHandler' => $baseDir . '/app/Hooks/Handlers/BlockEditorHandler.php',
15 14 'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\BookingCleaner' => $baseDir . '/app/Hooks/Handlers/CleanupHandlers/BookingCleaner.php',
@@ -37,8 +36,9 @@
37 36 'FluentBooking\\App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php',
38 37 'FluentBooking\\App\\Http\\Controllers\\EventController' => $baseDir . '/app/Http/Controllers/EventController.php',
39 38 'FluentBooking\\App\\Http\\Controllers\\IntegrationController' => $baseDir . '/app/Http/Controllers/IntegrationController.php',
40 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 41 'FluentBooking\\App\\Http\\Controllers\\ReportController' => $baseDir . '/app/Http/Controllers/ReportController.php',
42 42 'FluentBooking\\App\\Http\\Controllers\\SchedulesController' => $baseDir . '/app/Http/Controllers/SchedulesController.php',
43 43 'FluentBooking\\App\\Http\\Controllers\\SettingsController' => $baseDir . '/app/Http/Controllers/SettingsController.php',
44 44 'FluentBooking\\App\\Http\\Controllers\\WidgetController' => $baseDir . '/app/Http/Controllers/WidgetController.php',
@@ -61,10 +61,30 @@
61 61 'FluentBooking\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php',
62 62 'FluentBooking\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php',
63 63 'FluentBooking\\App\\Models\\Staff' => $baseDir . '/app/Models/Staff.php',
64 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',
65 84 'FluentBooking\\App\\Services\\AvailabilityService' => $baseDir . '/app/Services/AvailabilityService.php',
66 85 'FluentBooking\\App\\Services\\BookingFieldService' => $baseDir . '/app/Services/BookingFieldService.php',
86 + 'FluentBooking\\App\\Services\\BookingReportService' => $baseDir . '/app/Services/BookingReportService.php',
67 87 'FluentBooking\\App\\Services\\BookingService' => $baseDir . '/app/Services/BookingService.php',
68 88 'FluentBooking\\App\\Services\\CalendarEventService' => $baseDir . '/app/Services/CalendarEventService.php',
69 89 'FluentBooking\\App\\Services\\CalendarService' => $baseDir . '/app/Services/CalendarService.php',
70 90 'FluentBooking\\App\\Services\\ConditionAssesor' => $baseDir . '/app/Services/ConditionAssesor.php',
@@ -71,8 +91,9 @@
71 91 'FluentBooking\\App\\Services\\CurrenciesHelper' => $baseDir . '/app/Services/CurrenciesHelper.php',
72 92 'FluentBooking\\App\\Services\\DateTimeHelper' => $baseDir . '/app/Services/DateTimeHelper.php',
73 93 'FluentBooking\\App\\Services\\EditorShortCodeParser' => $baseDir . '/app/Services/EditorShortCodeParser.php',
74 94 'FluentBooking\\App\\Services\\EmailNotificationService' => $baseDir . '/app/Services/EmailNotificationService.php',
95 + 'FluentBooking\\App\\Services\\ExportHelper' => $baseDir . '/app/Services/ExportHelper.php',
75 96 'FluentBooking\\App\\Services\\GlobalModules\\GlobalModules' => $baseDir . '/app/Services/GlobalModules/GlobalModules.php',
76 97 'FluentBooking\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php',
77 98 'FluentBooking\\App\\Services\\ImportService' => $baseDir . '/app/Services/ImportService.php',
78 99 'FluentBooking\\App\\Services\\Integrations\\CalendarIntegrationService' => $baseDir . '/app/Services/Integrations/CalendarIntegrationService.php',
@@ -87,13 +108,15 @@
87 108 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\BookingCompletedTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/BookingCompletedTrigger.php',
88 109 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\BookingRescheduledTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/BookingRescheduledTrigger.php',
89 110 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\Bootstrap' => $baseDir . '/app/Services/Integrations/FluentCRM/Bootstrap.php',
90 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',
91 113 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\CrmSmartCode' => $baseDir . '/app/Services/Integrations/FluentCRM/CrmSmartCode.php',
92 114 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\FluentCrmInit' => $baseDir . '/app/Services/Integrations/FluentCRM/FluentCrmInit.php',
93 115 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\NewBookingTrigger' => $baseDir . '/app/Services/Integrations/FluentCRM/NewBookingTrigger.php',
94 116 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\Bootstrap' => $baseDir . '/app/Services/Integrations/FluentCart/Bootstrap.php',
95 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',
96 119 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\Http\\Controller\\FluentCartController' => $baseDir . '/app/Services/Integrations/FluentCart/Http/Controller/FluentCartController.php',
97 120 'FluentBooking\\App\\Services\\Integrations\\FluentForms\\BookingElement' => $baseDir . '/app/Services/Integrations/FluentForms/BookingElement.php',
98 121 'FluentBooking\\App\\Services\\Integrations\\FluentForms\\FluentFormInit' => $baseDir . '/app/Services/Integrations/FluentForms/FluentFormInit.php',
99 122 'FluentBooking\\App\\Services\\Integrations\\GlobalNotificationService' => $baseDir . '/app/Services/Integrations/GlobalNotificationService.php',
@@ -110,15 +133,19 @@
110 133 'FluentBooking\\App\\Services\\Libs\\RRule\\RSet' => $baseDir . '/app/Services/Libs/RRule/RSet.php',
111 134 'FluentBooking\\App\\Services\\Libs\\RRule\\RfcParser' => $baseDir . '/app/Services/Libs/RRule/RfcParser.php',
112 135 'FluentBooking\\App\\Services\\LocationService' => $baseDir . '/app/Services/LocationService.php',
113 136 'FluentBooking\\App\\Services\\Mailer' => $baseDir . '/app/Services/Mailer.php',
137 + 'FluentBooking\\App\\Services\\NotificationGate' => $baseDir . '/app/Services/NotificationGate.php',
114 138 'FluentBooking\\App\\Services\\OnboardingService' => $baseDir . '/app/Services/OnboardingService.php',
115 139 'FluentBooking\\App\\Services\\PermissionManager' => $baseDir . '/app/Services/PermissionManager.php',
140 + 'FluentBooking\\App\\Services\\PublicTransStrings' => $baseDir . '/app/Services/PublicTransStrings.php',
116 141 'FluentBooking\\App\\Services\\ReportingHelperTrait' => $baseDir . '/app/Services/ReportingHelperTrait.php',
142 + 'FluentBooking\\App\\Services\\RescheduleService' => $baseDir . '/app/Services/RescheduleService.php',
117 143 'FluentBooking\\App\\Services\\SanitizeService' => $baseDir . '/app/Services/SanitizeService.php',
118 144 'FluentBooking\\App\\Services\\SummaryReportService' => $baseDir . '/app/Services/SummaryReportService.php',
119 145 'FluentBooking\\App\\Services\\TimeSlotService' => $baseDir . '/app/Services/TimeSlotService.php',
120 146 'FluentBooking\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php',
147 + 'FluentBooking\\App\\Vite' => $baseDir . '/app/Vite.php',
121 148 'FluentBooking\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php',
122 149 'FluentBooking\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php',
123 150 'FluentBooking\\Database\\Migrations\\BookingActivityMigrator' => $baseDir . '/database/Migrations/BookingActivityMigrator.php',
124 151 'FluentBooking\\Database\\Migrations\\BookingHostMigrator' => $baseDir . '/database/Migrations/BookingHostMigrator.php',
@@ -143,16 +170,30 @@
143 170 'FluentBooking\\Framework\\Container\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Util.php',
144 171 'FluentBooking\\Framework\\Database\\BaseGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php',
145 172 'FluentBooking\\Framework\\Database\\ClassMorphViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php',
146 173 'FluentBooking\\Framework\\Database\\Concerns\\BuildsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php',
174 + 'FluentBooking\\Framework\\Database\\Concerns\\BuildsWhereDateClauses' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsWhereDateClauses.php',
147 175 'FluentBooking\\Framework\\Database\\Concerns\\CompilesJsonPaths' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/CompilesJsonPaths.php',
148 176 'FluentBooking\\Framework\\Database\\Concerns\\ExplainsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php',
149 177 'FluentBooking\\Framework\\Database\\Concerns\\MaintainsDatabase' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/MaintainsDatabase.php',
178 + 'FluentBooking\\Framework\\Database\\Concerns\\ManagesTransactions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php',
150 179 'FluentBooking\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php',
151 180 'FluentBooking\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php',
152 181 'FluentBooking\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php',
182 + 'FluentBooking\\Framework\\Database\\DatabaseManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php',
183 + 'FluentBooking\\Framework\\Database\\DatabaseTransactionRecord' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php',
184 + 'FluentBooking\\Framework\\Database\\DatabaseTransactionsManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php',
185 + 'FluentBooking\\Framework\\Database\\DeadlockException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DeadlockException.php',
186 + 'FluentBooking\\Framework\\Database\\DetectsLostConnections' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DetectsLostConnections.php',
187 + 'FluentBooking\\Framework\\Database\\Events\\ConnectionEvent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/ConnectionEvent.php',
153 188 'FluentBooking\\Framework\\Database\\Events\\QueryExecuted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/QueryExecuted.php',
189 + 'FluentBooking\\Framework\\Database\\Events\\TransactionBeginning' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionBeginning.php',
190 + 'FluentBooking\\Framework\\Database\\Events\\TransactionCommitted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitted.php',
191 + 'FluentBooking\\Framework\\Database\\Events\\TransactionCommitting' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitting.php',
192 + 'FluentBooking\\Framework\\Database\\Events\\TransactionRolledBack' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionRolledBack.php',
154 193 'FluentBooking\\Framework\\Database\\LazyLoadingViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php',
194 + 'FluentBooking\\Framework\\Database\\Migration\\Blueprint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/Blueprint.php',
195 + 'FluentBooking\\Framework\\Database\\Migration\\ColumnDefinition' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/ColumnDefinition.php',
155 196 'FluentBooking\\Framework\\Database\\MultipleColumnsSelectedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleColumnsSelectedException.php',
156 197 'FluentBooking\\Framework\\Database\\MultipleRecordsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php',
157 198 'FluentBooking\\Framework\\Database\\Orm\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php',
158 199 'FluentBooking\\Framework\\Database\\Orm\\Castable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php',
@@ -213,12 +254,14 @@
213 254 'FluentBooking\\Framework\\Database\\Orm\\Searchable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php',
214 255 'FluentBooking\\Framework\\Database\\Orm\\SoftDeletes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php',
215 256 'FluentBooking\\Framework\\Database\\Orm\\SoftDeletingScope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php',
216 257 'FluentBooking\\Framework\\Database\\Orm\\SupportsPartialRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php',
258 + 'FluentBooking\\Framework\\Database\\Orm\\UserProxyTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/UserProxyTrait.php',
217 259 'FluentBooking\\Framework\\Database\\QueryException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/QueryException.php',
218 260 'FluentBooking\\Framework\\Database\\Query\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Builder.php',
219 261 'FluentBooking\\Framework\\Database\\Query\\ConditionExpression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ConditionExpression.php',
220 262 'FluentBooking\\Framework\\Database\\Query\\Expression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.php',
263 + 'FluentBooking\\Framework\\Database\\Query\\ExpressionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ExpressionInterface.php',
221 264 'FluentBooking\\Framework\\Database\\Query\\Grammars\\Grammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/Grammar.php',
222 265 'FluentBooking\\Framework\\Database\\Query\\Grammars\\MySqlGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/MySqlGrammar.php',
223 266 'FluentBooking\\Framework\\Database\\Query\\Grammars\\SQLiteGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/SQLiteGrammar.php',
224 267 'FluentBooking\\Framework\\Database\\Query\\IndexHint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/IndexHint.php',
@@ -236,16 +279,29 @@
236 279 'FluentBooking\\Framework\\Encryption\\Encrypter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/Encrypter.php',
237 280 'FluentBooking\\Framework\\Events\\Dispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/Dispatcher.php',
238 281 'FluentBooking\\Framework\\Events\\DispatcherInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php',
239 282 'FluentBooking\\Framework\\Events\\NullDispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php',
283 + 'FluentBooking\\Framework\\Events\\ShouldDispatchAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldDispatchAfterCommit.php',
284 + 'FluentBooking\\Framework\\Events\\ShouldHandleEventsAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldHandleEventsAfterCommit.php',
240 285 'FluentBooking\\Framework\\Foundation\\App' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/App.php',
241 286 'FluentBooking\\Framework\\Foundation\\Application' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Application.php',
242 287 'FluentBooking\\Framework\\Foundation\\Async' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Async.php',
243 288 'FluentBooking\\Framework\\Foundation\\ComponentBinder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php',
244 289 'FluentBooking\\Framework\\Foundation\\Concerns\\AjaxTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/AjaxTrait.php',
290 + 'FluentBooking\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php',
245 291 'FluentBooking\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php',
246 292 'FluentBooking\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php',
247 293 'FluentBooking\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php',
294 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\BadGatewayHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadGatewayHttpException.php',
295 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\BadRequestHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadRequestHttpException.php',
296 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ExceptionHandler' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ExceptionHandler.php',
297 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ForbiddenHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ForbiddenHttpException.php',
298 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\HttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/HttpException.php',
299 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\NotFoundHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/NotFoundHttpException.php',
300 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ServiceUnavailableHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ServiceUnavailableHttpException.php',
301 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\TooManyRequestsHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/TooManyRequestsHttpException.php',
302 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\UnauthorizedHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnauthorizedHttpException.php',
303 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\UnprocessableEntityHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnprocessableEntityHttpException.php',
248 304 'FluentBooking\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
249 305 'FluentBooking\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
250 306 'FluentBooking\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
251 307 'FluentBooking\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
@@ -260,8 +316,9 @@
260 316 'FluentBooking\\Framework\\Http\\Request\\InputHelperMethodsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InputHelperMethodsTrait.php',
261 317 'FluentBooking\\Framework\\Http\\Request\\InteractsWithCleaningTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithCleaningTrait.php',
262 318 'FluentBooking\\Framework\\Http\\Request\\InteractsWithFilesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithFilesTrait.php',
263 319 'FluentBooking\\Framework\\Http\\Request\\InteractsWithHeadersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithHeadersTrait.php',
320 + 'FluentBooking\\Framework\\Http\\Request\\InteractsWithIPTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithIPTrait.php',
264 321 'FluentBooking\\Framework\\Http\\Request\\Request' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/Request.php',
265 322 'FluentBooking\\Framework\\Http\\Request\\WPUserProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/WPUserProxy.php',
266 323 'FluentBooking\\Framework\\Http\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response.php',
267 324 'FluentBooking\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php',
@@ -266,10 +323,11 @@
266 323 'FluentBooking\\Framework\\Http\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response.php',
267 324 'FluentBooking\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php',
268 325 'FluentBooking\\Framework\\Http\\Route' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Route.php',
269 326 'FluentBooking\\Framework\\Http\\Router' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Router.php',
270 - 'FluentBooking\\Framework\\Http\\SubstituteRouteParametersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteRouteParametersTrait.php',
327 + 'FluentBooking\\Framework\\Http\\SubstituteParameters' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteParameters.php',
271 328 'FluentBooking\\Framework\\Http\\URL' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/URL.php',
329 + 'FluentBooking\\Framework\\Http\\UrlGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/UrlGenerator.php',
272 330 'FluentBooking\\Framework\\Pagination\\AbstractCursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php',
273 331 'FluentBooking\\Framework\\Pagination\\AbstractPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php',
274 332 'FluentBooking\\Framework\\Pagination\\Cursor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Cursor.php',
275 333 'FluentBooking\\Framework\\Pagination\\CursorPaginationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php',
@@ -287,8 +345,9 @@
287 345 'FluentBooking\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php',
288 346 'FluentBooking\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php',
289 347 'FluentBooking\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php',
290 348 'FluentBooking\\Framework\\Support\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTime.php',
349 + 'FluentBooking\\Framework\\Support\\DateTimeImmutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTimeImmutable.php',
291 350 'FluentBooking\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php',
292 351 'FluentBooking\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php',
293 352 'FluentBooking\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php',
294 353 'FluentBooking\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php',
@@ -302,26 +361,30 @@
302 361 'FluentBooking\\Framework\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php',
303 362 'FluentBooking\\Framework\\Support\\HigherOrderTapProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php',
304 363 'FluentBooking\\Framework\\Support\\HigherOrderWhenProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php',
305 364 'FluentBooking\\Framework\\Support\\InvalidArgumentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php',
365 + 'FluentBooking\\Framework\\Support\\Invoker' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Invoker.php',
306 366 'FluentBooking\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php',
307 367 'FluentBooking\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
308 368 'FluentBooking\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php',
309 369 'FluentBooking\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php',
310 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',
311 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',
312 375 'FluentBooking\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php',
313 376 'FluentBooking\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php',
314 - 'FluentBooking\\Framework\\Support\\NumberToWords' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/NumberToWords.php',
315 377 'FluentBooking\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php',
316 378 'FluentBooking\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php',
379 + 'FluentBooking\\Framework\\Support\\Pipe' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipe.php',
317 380 'FluentBooking\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php',
318 381 'FluentBooking\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php',
382 + 'FluentBooking\\Framework\\Support\\Polyfills\\MBString\\Mbstring' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Polyfills/MBString/Mbstring.php',
319 383 'FluentBooking\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php',
320 384 'FluentBooking\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php',
321 385 'FluentBooking\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
322 386 'FluentBooking\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php',
323 - 'FluentBooking\\Framework\\Support\\StdObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/StdObject.php',
324 387 'FluentBooking\\Framework\\Support\\Str' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Str.php',
325 388 'FluentBooking\\Framework\\Support\\Stringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Stringable.php',
326 389 'FluentBooking\\Framework\\Support\\Tappable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Tappable.php',
327 390 'FluentBooking\\Framework\\Support\\UriTemplate' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UriTemplate.php',