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 +42 -1 2.2.0 → 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',
@@ -120,8 +144,9 @@
120 144 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\FluentCrmInit' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCRM/FluentCrmInit.php',
121 145 'FluentBooking\\App\\Services\\Integrations\\FluentCRM\\NewBookingTrigger' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCRM/NewBookingTrigger.php',
122 146 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\Bootstrap' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCart/Bootstrap.php',
123 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',
124 149 'FluentBooking\\App\\Services\\Integrations\\FluentCart\\Http\\Controller\\FluentCartController' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentCart/Http/Controller/FluentCartController.php',
125 150 'FluentBooking\\App\\Services\\Integrations\\FluentForms\\BookingElement' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentForms/BookingElement.php',
126 151 'FluentBooking\\App\\Services\\Integrations\\FluentForms\\FluentFormInit' => __DIR__ . '/../..' . '/app/Services/Integrations/FluentForms/FluentFormInit.php',
127 152 'FluentBooking\\App\\Services\\Integrations\\GlobalNotificationService' => __DIR__ . '/../..' . '/app/Services/Integrations/GlobalNotificationService.php',
@@ -138,15 +163,19 @@
138 163 'FluentBooking\\App\\Services\\Libs\\RRule\\RSet' => __DIR__ . '/../..' . '/app/Services/Libs/RRule/RSet.php',
139 164 'FluentBooking\\App\\Services\\Libs\\RRule\\RfcParser' => __DIR__ . '/../..' . '/app/Services/Libs/RRule/RfcParser.php',
140 165 'FluentBooking\\App\\Services\\LocationService' => __DIR__ . '/../..' . '/app/Services/LocationService.php',
141 166 'FluentBooking\\App\\Services\\Mailer' => __DIR__ . '/../..' . '/app/Services/Mailer.php',
167 + 'FluentBooking\\App\\Services\\NotificationGate' => __DIR__ . '/../..' . '/app/Services/NotificationGate.php',
142 168 'FluentBooking\\App\\Services\\OnboardingService' => __DIR__ . '/../..' . '/app/Services/OnboardingService.php',
143 169 'FluentBooking\\App\\Services\\PermissionManager' => __DIR__ . '/../..' . '/app/Services/PermissionManager.php',
170 + 'FluentBooking\\App\\Services\\PublicTransStrings' => __DIR__ . '/../..' . '/app/Services/PublicTransStrings.php',
144 171 'FluentBooking\\App\\Services\\ReportingHelperTrait' => __DIR__ . '/../..' . '/app/Services/ReportingHelperTrait.php',
172 + 'FluentBooking\\App\\Services\\RescheduleService' => __DIR__ . '/../..' . '/app/Services/RescheduleService.php',
145 173 'FluentBooking\\App\\Services\\SanitizeService' => __DIR__ . '/../..' . '/app/Services/SanitizeService.php',
146 174 'FluentBooking\\App\\Services\\SummaryReportService' => __DIR__ . '/../..' . '/app/Services/SummaryReportService.php',
147 175 'FluentBooking\\App\\Services\\TimeSlotService' => __DIR__ . '/../..' . '/app/Services/TimeSlotService.php',
148 176 'FluentBooking\\App\\Services\\TransStrings' => __DIR__ . '/../..' . '/app/Services/TransStrings.php',
177 + 'FluentBooking\\App\\Vite' => __DIR__ . '/../..' . '/app/Vite.php',
149 178 'FluentBooking\\Database\\DBMigrator' => __DIR__ . '/../..' . '/database/DBMigrator.php',
150 179 'FluentBooking\\Database\\DBSeeder' => __DIR__ . '/../..' . '/database/DBSeeder.php',
151 180 'FluentBooking\\Database\\Migrations\\BookingActivityMigrator' => __DIR__ . '/../..' . '/database/Migrations/BookingActivityMigrator.php',
152 181 'FluentBooking\\Database\\Migrations\\BookingHostMigrator' => __DIR__ . '/../..' . '/database/Migrations/BookingHostMigrator.php',
@@ -291,8 +320,18 @@
291 320 'FluentBooking\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php',
292 321 'FluentBooking\\Framework\\Foundation\\Concerns\\FoundationTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php',
293 322 'FluentBooking\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php',
294 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',
295 334 'FluentBooking\\Framework\\Foundation\\ForbiddenException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
296 335 'FluentBooking\\Framework\\Foundation\\Policy' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
297 336 'FluentBooking\\Framework\\Foundation\\RequestGuard' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
298 337 'FluentBooking\\Framework\\Foundation\\UnAuthorizedException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
@@ -366,10 +405,12 @@
366 405 'FluentBooking\\Framework\\Support\\MultipleItemsFoundException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php',
367 406 'FluentBooking\\Framework\\Support\\Number' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Number.php',
368 407 'FluentBooking\\Framework\\Support\\Once' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Once.php',
369 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',
370 410 'FluentBooking\\Framework\\Support\\Pipeline' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php',
371 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',
372 413 'FluentBooking\\Framework\\Support\\Reflector' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Reflector.php',
373 414 'FluentBooking\\Framework\\Support\\ReflectsClosures' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php',
374 415 'FluentBooking\\Framework\\Support\\Sanitizer' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
375 416 'FluentBooking\\Framework\\Support\\Serializer' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Serializer.php',