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_static.php +71 -4 1.10.02 → 2.5.0 View file →
@@ -5,8 +5,12 @@
5 5 namespace Composer\Autoload;
6 6
7 7 class ComposerStaticInit78e842760d4b2c304f7701ee34fd8f8e
8 8 {
9 + public static $files = array (
10 + '6c475849da538134242f5be99200fc96' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Polyfills/loader.php',
11 + );
12 +
9 13 public static $prefixLengthsPsr4 = array (
10 14 'F' =>
11 15 array (
12 16 'FluentBooking\\Package\\CalDav\\' => 29,
@@ -33,9 +37,8 @@
33 37
34 38 public static $classMap = array (
35 39 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
36 40 'FluentBooking\\App\\App' => __DIR__ . '/../..' . '/app/App.php',
37 - 'FluentBooking\\App\\ComposerScript' => __DIR__ . '/../..' . '/app/ComposerScript.php',
38 41 'FluentBooking\\App\\Hooks\\Handlers\\ActivationHandler' => __DIR__ . '/../..' . '/app/Hooks/Handlers/ActivationHandler.php',
39 42 'FluentBooking\\App\\Hooks\\Handlers\\AdminMenuHandler' => __DIR__ . '/../..' . '/app/Hooks/Handlers/AdminMenuHandler.php',
40 43 'FluentBooking\\App\\Hooks\\Handlers\\BlockEditorHandler' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditorHandler.php',
41 44 'FluentBooking\\App\\Hooks\\Handlers\\CleanupHandlers\\BookingCleaner' => __DIR__ . '/../..' . '/app/Hooks/Handlers/CleanupHandlers/BookingCleaner.php',
@@ -63,8 +66,9 @@
63 66 'FluentBooking\\App\\Http\\Controllers\\Controller' => __DIR__ . '/../..' . '/app/Http/Controllers/Controller.php',
64 67 'FluentBooking\\App\\Http\\Controllers\\EventController' => __DIR__ . '/../..' . '/app/Http/Controllers/EventController.php',
65 68 'FluentBooking\\App\\Http\\Controllers\\IntegrationController' => __DIR__ . '/../..' . '/app/Http/Controllers/IntegrationController.php',
66 69 'FluentBooking\\App\\Http\\Controllers\\IntegrationManagerController' => __DIR__ . '/../..' . '/app/Http/Controllers/IntegrationManagerController.php',
70 + 'FluentBooking\\App\\Http\\Controllers\\McpController' => __DIR__ . '/../..' . '/app/Http/Controllers/McpController.php',
67 71 'FluentBooking\\App\\Http\\Controllers\\ReportController' => __DIR__ . '/../..' . '/app/Http/Controllers/ReportController.php',
68 72 'FluentBooking\\App\\Http\\Controllers\\SchedulesController' => __DIR__ . '/../..' . '/app/Http/Controllers/SchedulesController.php',
69 73 'FluentBooking\\App\\Http\\Controllers\\SettingsController' => __DIR__ . '/../..' . '/app/Http/Controllers/SettingsController.php',
70 74 'FluentBooking\\App\\Http\\Controllers\\WidgetController' => __DIR__ . '/../..' . '/app/Http/Controllers/WidgetController.php',
@@ -87,10 +91,30 @@
87 91 'FluentBooking\\App\\Models\\Meta' => __DIR__ . '/../..' . '/app/Models/Meta.php',
88 92 'FluentBooking\\App\\Models\\Model' => __DIR__ . '/../..' . '/app/Models/Model.php',
89 93 'FluentBooking\\App\\Models\\Staff' => __DIR__ . '/../..' . '/app/Models/Staff.php',
90 94 'FluentBooking\\App\\Models\\User' => __DIR__ . '/../..' . '/app/Models/User.php',
95 + 'FluentBooking\\App\\Modules\\MCP\\AbilitiesRegistrar' => __DIR__ . '/../..' . '/app/Modules/MCP/AbilitiesRegistrar.php',
96 + 'FluentBooking\\App\\Modules\\MCP\\MCPInit' => __DIR__ . '/../..' . '/app/Modules/MCP/MCPInit.php',
97 + 'FluentBooking\\App\\Modules\\MCP\\Prompts\\BookingPrompts' => __DIR__ . '/../..' . '/app/Modules/MCP/Prompts/BookingPrompts.php',
98 + 'FluentBooking\\App\\Modules\\MCP\\Support\\AvailabilityDiagnostics' => __DIR__ . '/../..' . '/app/Modules/MCP/Support/AvailabilityDiagnostics.php',
99 + 'FluentBooking\\App\\Modules\\MCP\\Support\\BookingProjector' => __DIR__ . '/../..' . '/app/Modules/MCP/Support/BookingProjector.php',
100 + 'FluentBooking\\App\\Modules\\MCP\\Support\\BookingWriter' => __DIR__ . '/../..' . '/app/Modules/MCP/Support/BookingWriter.php',
101 + 'FluentBooking\\App\\Modules\\MCP\\Support\\MCPHelper' => __DIR__ . '/../..' . '/app/Modules/MCP/Support/MCPHelper.php',
102 + 'FluentBooking\\App\\Modules\\MCP\\Support\\PermissionGate' => __DIR__ . '/../..' . '/app/Modules/MCP/Support/PermissionGate.php',
103 + 'FluentBooking\\App\\Modules\\MCP\\Support\\RestBridge' => __DIR__ . '/../..' . '/app/Modules/MCP/Support/RestBridge.php',
104 + 'FluentBooking\\App\\Modules\\MCP\\Support\\SlotLock' => __DIR__ . '/../..' . '/app/Modules/MCP/Support/SlotLock.php',
105 + 'FluentBooking\\App\\Modules\\MCP\\Support\\SlotResolver' => __DIR__ . '/../..' . '/app/Modules/MCP/Support/SlotResolver.php',
106 + 'FluentBooking\\App\\Modules\\MCP\\Support\\WriteGuard' => __DIR__ . '/../..' . '/app/Modules/MCP/Support/WriteGuard.php',
107 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\BookingTools' => __DIR__ . '/../..' . '/app/Modules/MCP/Tools/BookingTools.php',
108 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\BookingWriteTools' => __DIR__ . '/../..' . '/app/Modules/MCP/Tools/BookingWriteTools.php',
109 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\ContextTools' => __DIR__ . '/../..' . '/app/Modules/MCP/Tools/ContextTools.php',
110 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\EventTypeTools' => __DIR__ . '/../..' . '/app/Modules/MCP/Tools/EventTypeTools.php',
111 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\ReportTools' => __DIR__ . '/../..' . '/app/Modules/MCP/Tools/ReportTools.php',
112 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\SchedulingTools' => __DIR__ . '/../..' . '/app/Modules/MCP/Tools/SchedulingTools.php',
113 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\SlotTools' => __DIR__ . '/../..' . '/app/Modules/MCP/Tools/SlotTools.php',
91 114 'FluentBooking\\App\\Services\\AvailabilityService' => __DIR__ . '/../..' . '/app/Services/AvailabilityService.php',
92 115 'FluentBooking\\App\\Services\\BookingFieldService' => __DIR__ . '/../..' . '/app/Services/BookingFieldService.php',
116 + 'FluentBooking\\App\\Services\\BookingReportService' => __DIR__ . '/../..' . '/app/Services/BookingReportService.php',
93 117 'FluentBooking\\App\\Services\\BookingService' => __DIR__ . '/../..' . '/app/Services/BookingService.php',
94 118 'FluentBooking\\App\\Services\\CalendarEventService' => __DIR__ . '/../..' . '/app/Services/CalendarEventService.php',
95 119 'FluentBooking\\App\\Services\\CalendarService' => __DIR__ . '/../..' . '/app/Services/CalendarService.php',
96 120 'FluentBooking\\App\\Services\\ConditionAssesor' => __DIR__ . '/../..' . '/app/Services/ConditionAssesor.php',
@@ -97,8 +121,9 @@
97 121 'FluentBooking\\App\\Services\\CurrenciesHelper' => __DIR__ . '/../..' . '/app/Services/CurrenciesHelper.php',
98 122 'FluentBooking\\App\\Services\\DateTimeHelper' => __DIR__ . '/../..' . '/app/Services/DateTimeHelper.php',
99 123 'FluentBooking\\App\\Services\\EditorShortCodeParser' => __DIR__ . '/../..' . '/app/Services/EditorShortCodeParser.php',
100 124 'FluentBooking\\App\\Services\\EmailNotificationService' => __DIR__ . '/../..' . '/app/Services/EmailNotificationService.php',
125 + 'FluentBooking\\App\\Services\\ExportHelper' => __DIR__ . '/../..' . '/app/Services/ExportHelper.php',
101 126 'FluentBooking\\App\\Services\\GlobalModules\\GlobalModules' => __DIR__ . '/../..' . '/app/Services/GlobalModules/GlobalModules.php',
102 127 'FluentBooking\\App\\Services\\Helper' => __DIR__ . '/../..' . '/app/Services/Helper.php',
103 128 'FluentBooking\\App\\Services\\ImportService' => __DIR__ . '/../..' . '/app/Services/ImportService.php',
104 129 'FluentBooking\\App\\Services\\Integrations\\CalendarIntegrationService' => __DIR__ . '/../..' . '/app/Services/Integrations/CalendarIntegrationService.php',
@@ -113,13 +138,15 @@
113 138 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\BookingCompletedTrigger' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCRM/BookingCompletedTrigger.php',
114 139 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\BookingRescheduledTrigger' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCRM/BookingRescheduledTrigger.php',
115 140 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\Bootstrap' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCRM/Bootstrap.php',
116 141 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\CancelBookingTrigger' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCRM/CancelBookingTrigger.php',
142 + 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\CrmContactService' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCRM/CrmContactService.php',
117 143 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\CrmSmartCode' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCRM/CrmSmartCode.php',
118 144 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\FluentCrmInit' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCRM/FluentCrmInit.php',
119 145 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\NewBookingTrigger' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCRM/NewBookingTrigger.php',
120 146 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\Bootstrap' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCart/Bootstrap.php',
121 147 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\CartHelper' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCart/CartHelper.php',
148 + 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\CustomerProfileService' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCart/CustomerProfileService.php',
122 149 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\Http\\Controller\\FluentCartController' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCart/Http/Controller/FluentCartController.php',
123 150 'FluentBooking\\App\\Services\\Integrations\\FluentForms\\BookingElement' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentForms/BookingElement.php',
124 151 'FluentBooking\\App\\Services\\Integrations\\FluentForms\\FluentFormInit' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentForms/FluentFormInit.php',
125 152 'FluentBooking\\App\\Services\\Integrations\\GlobalNotificationService' => __DIR__ . '/../..' . '/app/Services/Integrations/GlobalNotificationService.php',
@@ -136,15 +163,19 @@
136 163 'FluentBooking\\App\\Services\\Libs\\RRule\\RSet' => __DIR__ . '/../..' . '/app/Services/Libs/RRule/RSet.php',
137 164 'FluentBooking\\App\\Services\\Libs\\RRule\\RfcParser' => __DIR__ . '/../..' . '/app/Services/Libs/RRule/RfcParser.php',
138 165 'FluentBooking\\App\\Services\\LocationService' => __DIR__ . '/../..' . '/app/Services/LocationService.php',
139 166 'FluentBooking\\App\\Services\\Mailer' => __DIR__ . '/../..' . '/app/Services/Mailer.php',
167 + 'FluentBooking\\App\\Services\\NotificationGate' => __DIR__ . '/../..' . '/app/Services/NotificationGate.php',
140 168 'FluentBooking\\App\\Services\\OnboardingService' => __DIR__ . '/../..' . '/app/Services/OnboardingService.php',
141 169 'FluentBooking\\App\\Services\\PermissionManager' => __DIR__ . '/../..' . '/app/Services/PermissionManager.php',
170 + 'FluentBooking\\App\\Services\\PublicTransStrings' => __DIR__ . '/../..' . '/app/Services/PublicTransStrings.php',
142 171 'FluentBooking\\App\\Services\\ReportingHelperTrait' => __DIR__ . '/../..' . '/app/Services/ReportingHelperTrait.php',
172 + 'FluentBooking\\App\\Services\\RescheduleService' => __DIR__ . '/../..' . '/app/Services/RescheduleService.php',
143 173 'FluentBooking\\App\\Services\\SanitizeService' => __DIR__ . '/../..' . '/app/Services/SanitizeService.php',
144 174 'FluentBooking\\App\\Services\\SummaryReportService' => __DIR__ . '/../..' . '/app/Services/SummaryReportService.php',
145 175 'FluentBooking\\App\\Services\\TimeSlotService' => __DIR__ . '/../..' . '/app/Services/TimeSlotService.php',
146 176 'FluentBooking\\App\\Services\\TransStrings' => __DIR__ . '/../..' . '/app/Services/TransStrings.php',
177 + 'FluentBooking\\App\\Vite' => __DIR__ . '/../..' . '/app/Vite.php',
147 178 'FluentBooking\\Database\\DBMigrator' => __DIR__ . '/../..' . '/database/DBMigrator.php',
148 179 'FluentBooking\\Database\\DBSeeder' => __DIR__ . '/../..' . '/database/DBSeeder.php',
149 180 'FluentBooking\\Database\\Migrations\\BookingActivityMigrator' => __DIR__ . '/../..' . '/database/Migrations/BookingActivityMigrator.php',
150 181 'FluentBooking\\Database\\Migrations\\BookingHostMigrator' => __DIR__ . '/../..' . '/database/Migrations/BookingHostMigrator.php',
@@ -169,16 +200,30 @@
169 200 'FluentBooking\\Framework\\Container\\Util' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Container/Util.php',
170 201 'FluentBooking\\Framework\\Database\\BaseGrammar' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php',
171 202 'FluentBooking\\Framework\\Database\\ClassMorphViolationException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php',
172 203 'FluentBooking\\Framework\\Database\\Concerns\\BuildsQueries' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php',
204 + 'FluentBooking\\Framework\\Database\\Concerns\\BuildsWhereDateClauses' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsWhereDateClauses.php',
173 205 'FluentBooking\\Framework\\Database\\Concerns\\CompilesJsonPaths' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Concerns/CompilesJsonPaths.php',
174 206 'FluentBooking\\Framework\\Database\\Concerns\\ExplainsQueries' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php',
175 207 'FluentBooking\\Framework\\Database\\Concerns\\MaintainsDatabase' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Concerns/MaintainsDatabase.php',
208 + 'FluentBooking\\Framework\\Database\\Concerns\\ManagesTransactions' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php',
176 209 'FluentBooking\\Framework\\Database\\ConnectionInterface' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php',
177 210 'FluentBooking\\Framework\\Database\\ConnectionResolver' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php',
178 211 'FluentBooking\\Framework\\Database\\ConnectionResolverInterface' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php',
212 + 'FluentBooking\\Framework\\Database\\DatabaseManager' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php',
213 + 'FluentBooking\\Framework\\Database\\DatabaseTransactionRecord' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php',
214 + 'FluentBooking\\Framework\\Database\\DatabaseTransactionsManager' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php',
215 + 'FluentBooking\\Framework\\Database\\DeadlockException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/DeadlockException.php',
216 + 'FluentBooking\\Framework\\Database\\DetectsLostConnections' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/DetectsLostConnections.php',
217 + 'FluentBooking\\Framework\\Database\\Events\\ConnectionEvent' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Events/ConnectionEvent.php',
179 218 'FluentBooking\\Framework\\Database\\Events\\QueryExecuted' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Events/QueryExecuted.php',
219 + 'FluentBooking\\Framework\\Database\\Events\\TransactionBeginning' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionBeginning.php',
220 + 'FluentBooking\\Framework\\Database\\Events\\TransactionCommitted' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitted.php',
221 + 'FluentBooking\\Framework\\Database\\Events\\TransactionCommitting' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitting.php',
222 + 'FluentBooking\\Framework\\Database\\Events\\TransactionRolledBack' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionRolledBack.php',
180 223 'FluentBooking\\Framework\\Database\\LazyLoadingViolationException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php',
224 + 'FluentBooking\\Framework\\Database\\Migration\\Blueprint' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Migration/Blueprint.php',
225 + 'FluentBooking\\Framework\\Database\\Migration\\ColumnDefinition' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Migration/ColumnDefinition.php',
181 226 'FluentBooking\\Framework\\Database\\MultipleColumnsSelectedException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/MultipleColumnsSelectedException.php',
182 227 'FluentBooking\\Framework\\Database\\MultipleRecordsFoundException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php',
183 228 'FluentBooking\\Framework\\Database\\Orm\\Builder' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php',
184 229 'FluentBooking\\Framework\\Database\\Orm\\Castable' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php',
@@ -239,12 +284,14 @@
239 284 'FluentBooking\\Framework\\Database\\Orm\\Searchable' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php',
240 285 'FluentBooking\\Framework\\Database\\Orm\\SoftDeletes' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php',
241 286 'FluentBooking\\Framework\\Database\\Orm\\SoftDeletingScope' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php',
242 287 'FluentBooking\\Framework\\Database\\Orm\\SupportsPartialRelations' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php',
288 + 'FluentBooking\\Framework\\Database\\Orm\\UserProxyTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Orm/UserProxyTrait.php',
243 289 'FluentBooking\\Framework\\Database\\QueryException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/QueryException.php',
244 290 'FluentBooking\\Framework\\Database\\Query\\Builder' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Query/Builder.php',
245 291 'FluentBooking\\Framework\\Database\\Query\\ConditionExpression' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Query/ConditionExpression.php',
246 292 'FluentBooking\\Framework\\Database\\Query\\Expression' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.php',
293 + 'FluentBooking\\Framework\\Database\\Query\\ExpressionInterface' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Query/ExpressionInterface.php',
247 294 'FluentBooking\\Framework\\Database\\Query\\Grammars\\Grammar' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/Grammar.php',
248 295 'FluentBooking\\Framework\\Database\\Query\\Grammars\\MySqlGrammar' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/MySqlGrammar.php',
249 296 'FluentBooking\\Framework\\Database\\Query\\Grammars\\SQLiteGrammar' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/SQLiteGrammar.php',
250 297 'FluentBooking\\Framework\\Database\\Query\\IndexHint' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Database/Query/IndexHint.php',
@@ -262,16 +309,29 @@
262 309 'FluentBooking\\Framework\\Encryption\\Encrypter' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Encryption/Encrypter.php',
263 310 'FluentBooking\\Framework\\Events\\Dispatcher' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Events/Dispatcher.php',
264 311 'FluentBooking\\Framework\\Events\\DispatcherInterface' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php',
265 312 'FluentBooking\\Framework\\Events\\NullDispatcher' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php',
313 + 'FluentBooking\\Framework\\Events\\ShouldDispatchAfterCommit' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Events/ShouldDispatchAfterCommit.php',
314 + 'FluentBooking\\Framework\\Events\\ShouldHandleEventsAfterCommit' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Events/ShouldHandleEventsAfterCommit.php',
266 315 'FluentBooking\\Framework\\Foundation\\App' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/App.php',
267 316 'FluentBooking\\Framework\\Foundation\\Application' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Application.php',
268 317 'FluentBooking\\Framework\\Foundation\\Async' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Async.php',
269 318 'FluentBooking\\Framework\\Foundation\\ComponentBinder' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php',
270 319 'FluentBooking\\Framework\\Foundation\\Concerns\\AjaxTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/AjaxTrait.php',
320 + 'FluentBooking\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php',
271 321 'FluentBooking\\Framework\\Foundation\\Concerns\\FoundationTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php',
272 322 'FluentBooking\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php',
273 323 'FluentBooking\\Framework\\Foundation\\Config' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Config.php',
324 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\BadGatewayHttpException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadGatewayHttpException.php',
325 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\BadRequestHttpException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadRequestHttpException.php',
326 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ExceptionHandler' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ExceptionHandler.php',
327 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ForbiddenHttpException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ForbiddenHttpException.php',
328 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\HttpException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/HttpException.php',
329 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\NotFoundHttpException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/NotFoundHttpException.php',
330 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ServiceUnavailableHttpException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ServiceUnavailableHttpException.php',
331 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\TooManyRequestsHttpException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/TooManyRequestsHttpException.php',
332 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\UnauthorizedHttpException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnauthorizedHttpException.php',
333 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\UnprocessableEntityHttpException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnprocessableEntityHttpException.php',
274 334 'FluentBooking\\Framework\\Foundation\\ForbiddenException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
275 335 'FluentBooking\\Framework\\Foundation\\Policy' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
276 336 'FluentBooking\\Framework\\Foundation\\RequestGuard' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
277 337 'FluentBooking\\Framework\\Foundation\\UnAuthorizedException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
@@ -286,8 +346,9 @@
286 346 'FluentBooking\\Framework\\Http\\Request\\InputHelperMethodsTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Request/InputHelperMethodsTrait.php',
287 347 'FluentBooking\\Framework\\Http\\Request\\InteractsWithCleaningTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithCleaningTrait.php',
288 348 'FluentBooking\\Framework\\Http\\Request\\InteractsWithFilesTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithFilesTrait.php',
289 349 'FluentBooking\\Framework\\Http\\Request\\InteractsWithHeadersTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithHeadersTrait.php',
350 + 'FluentBooking\\Framework\\Http\\Request\\InteractsWithIPTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithIPTrait.php',
290 351 'FluentBooking\\Framework\\Http\\Request\\Request' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Request/Request.php',
291 352 'FluentBooking\\Framework\\Http\\Request\\WPUserProxy' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Request/WPUserProxy.php',
292 353 'FluentBooking\\Framework\\Http\\Response' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Response.php',
293 354 'FluentBooking\\Framework\\Http\\Response\\Response' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php',
@@ -292,10 +353,11 @@
292 353 'FluentBooking\\Framework\\Http\\Response' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Response.php',
293 354 'FluentBooking\\Framework\\Http\\Response\\Response' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php',
294 355 'FluentBooking\\Framework\\Http\\Route' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Route.php',
295 356 'FluentBooking\\Framework\\Http\\Router' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/Router.php',
296 - 'FluentBooking\\Framework\\Http\\SubstituteRouteParametersTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/SubstituteRouteParametersTrait.php',
357 + 'FluentBooking\\Framework\\Http\\SubstituteParameters' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/SubstituteParameters.php',
297 358 'FluentBooking\\Framework\\Http\\URL' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/URL.php',
359 + 'FluentBooking\\Framework\\Http\\UrlGenerator' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Http/UrlGenerator.php',
298 360 'FluentBooking\\Framework\\Pagination\\AbstractCursorPaginator' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php',
299 361 'FluentBooking\\Framework\\Pagination\\AbstractPaginator' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php',
300 362 'FluentBooking\\Framework\\Pagination\\Cursor' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Pagination/Cursor.php',
301 363 'FluentBooking\\Framework\\Pagination\\CursorPaginationException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php',
@@ -313,8 +375,9 @@
313 375 'FluentBooking\\Framework\\Support\\CanBeEscapedWhenCastToString' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php',
314 376 'FluentBooking\\Framework\\Support\\Collection' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Collection.php',
315 377 'FluentBooking\\Framework\\Support\\Conditionable' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php',
316 378 'FluentBooking\\Framework\\Support\\DateTime' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/DateTime.php',
379 + 'FluentBooking\\Framework\\Support\\DateTimeImmutable' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/DateTimeImmutable.php',
317 380 'FluentBooking\\Framework\\Support\\Enumerable' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php',
318 381 'FluentBooking\\Framework\\Support\\EnumeratesValues' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php',
319 382 'FluentBooking\\Framework\\Support\\Env' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Env.php',
320 383 'FluentBooking\\Framework\\Support\\ExceptionInterface' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php',
@@ -328,26 +391,30 @@
328 391 'FluentBooking\\Framework\\Support\\HigherOrderCollectionProxy' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php',
329 392 'FluentBooking\\Framework\\Support\\HigherOrderTapProxy' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php',
330 393 'FluentBooking\\Framework\\Support\\HigherOrderWhenProxy' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php',
331 394 'FluentBooking\\Framework\\Support\\InvalidArgumentException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php',
395 + 'FluentBooking\\Framework\\Support\\Invoker' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Invoker.php',
332 396 'FluentBooking\\Framework\\Support\\ItemNotFoundException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php',
333 397 'FluentBooking\\Framework\\Support\\JsonableInterface' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
334 398 'FluentBooking\\Framework\\Support\\LazyCollection' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php',
335 399 'FluentBooking\\Framework\\Support\\Locale' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Locale.php',
336 400 'FluentBooking\\Framework\\Support\\MacroableTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php',
401 + 'FluentBooking\\Framework\\Support\\Mail' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Mail.php',
337 402 'FluentBooking\\Framework\\Support\\MathException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/MathException.php',
403 + 'FluentBooking\\Framework\\Support\\Media' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Media.php',
404 + 'FluentBooking\\Framework\\Support\\MediaUploader' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/MediaUploader.php',
338 405 'FluentBooking\\Framework\\Support\\MultipleItemsFoundException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php',
339 406 'FluentBooking\\Framework\\Support\\Number' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Number.php',
340 - 'FluentBooking\\Framework\\Support\\NumberToWords' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/NumberToWords.php',
341 407 'FluentBooking\\Framework\\Support\\Once' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Once.php',
342 408 'FluentBooking\\Framework\\Support\\Path' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Path.php',
409 + 'FluentBooking\\Framework\\Support\\Pipe' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Pipe.php',
343 410 'FluentBooking\\Framework\\Support\\Pipeline' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php',
344 411 'FluentBooking\\Framework\\Support\\Pluralizer' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php',
412 + 'FluentBooking\\Framework\\Support\\Polyfills\\MBString\\Mbstring' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Polyfills/MBString/Mbstring.php',
345 413 'FluentBooking\\Framework\\Support\\Reflector' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Reflector.php',
346 414 'FluentBooking\\Framework\\Support\\ReflectsClosures' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php',
347 415 'FluentBooking\\Framework\\Support\\Sanitizer' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
348 416 'FluentBooking\\Framework\\Support\\Serializer' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Serializer.php',
349 - 'FluentBooking\\Framework\\Support\\StdObject' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/StdObject.php',
350 417 'FluentBooking\\Framework\\Support\\Str' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Str.php',
351 418 'FluentBooking\\Framework\\Support\\Stringable' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Stringable.php',
352 419 'FluentBooking\\Framework\\Support\\Tappable' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Tappable.php',
353 420 'FluentBooking\\Framework\\Support\\UriTemplate' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/UriTemplate.php',