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 +40 -0 2.3.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,
@@ -62,8 +66,9 @@
62 66 'FluentBooking\\App\\Http\\Controllers\\Controller' => __DIR__ . '/../..' . '/app/Http/Controllers/Controller.php',
63 67 'FluentBooking\\App\\Http\\Controllers\\EventController' => __DIR__ . '/../..' . '/app/Http/Controllers/EventController.php',
64 68 'FluentBooking\\App\\Http\\Controllers\\IntegrationController' => __DIR__ . '/../..' . '/app/Http/Controllers/IntegrationController.php',
65 69 'FluentBooking\\App\\Http\\Controllers\\IntegrationManagerController' => __DIR__ . '/../..' . '/app/Http/Controllers/IntegrationManagerController.php',
70 + 'FluentBooking\\App\\Http\\Controllers\\McpController' => __DIR__ . '/../..' . '/app/Http/Controllers/McpController.php',
66 71 'FluentBooking\\App\\Http\\Controllers\\ReportController' => __DIR__ . '/../..' . '/app/Http/Controllers/ReportController.php',
67 72 'FluentBooking\\App\\Http\\Controllers\\SchedulesController' => __DIR__ . '/../..' . '/app/Http/Controllers/SchedulesController.php',
68 73 'FluentBooking\\App\\Http\\Controllers\\SettingsController' => __DIR__ . '/../..' . '/app/Http/Controllers/SettingsController.php',
69 74 'FluentBooking\\App\\Http\\Controllers\\WidgetController' => __DIR__ . '/../..' . '/app/Http/Controllers/WidgetController.php',
@@ -86,10 +91,30 @@
86 91 'FluentBooking\\App\\Models\\Meta' => __DIR__ . '/../..' . '/app/Models/Meta.php',
87 92 'FluentBooking\\App\\Models\\Model' => __DIR__ . '/../..' . '/app/Models/Model.php',
88 93 'FluentBooking\\App\\Models\\Staff' => __DIR__ . '/../..' . '/app/Models/Staff.php',
89 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',
90 114 'FluentBooking\\App\\Services\\AvailabilityService' => __DIR__ . '/../..' . '/app/Services/AvailabilityService.php',
91 115 'FluentBooking\\App\\Services\\BookingFieldService' => __DIR__ . '/../..' . '/app/Services/BookingFieldService.php',
116 + 'FluentBooking\\App\\Services\\BookingReportService' => __DIR__ . '/../..' . '/app/Services/BookingReportService.php',
92 117 'FluentBooking\\App\\Services\\BookingService' => __DIR__ . '/../..' . '/app/Services/BookingService.php',
93 118 'FluentBooking\\App\\Services\\CalendarEventService' => __DIR__ . '/../..' . '/app/Services/CalendarEventService.php',
94 119 'FluentBooking\\App\\Services\\CalendarService' => __DIR__ . '/../..' . '/app/Services/CalendarService.php',
95 120 'FluentBooking\\App\\Services\\ConditionAssesor' => __DIR__ . '/../..' . '/app/Services/ConditionAssesor.php',
@@ -138,11 +163,14 @@
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',
@@ -292,8 +320,18 @@
292 320 'FluentBooking\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php',
293 321 'FluentBooking\\Framework\\Foundation\\Concerns\\FoundationTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php',
294 322 'FluentBooking\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php',
295 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',
296 334 'FluentBooking\\Framework\\Foundation\\ForbiddenException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
297 335 'FluentBooking\\Framework\\Foundation\\Policy' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
298 336 'FluentBooking\\Framework\\Foundation\\RequestGuard' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
299 337 'FluentBooking\\Framework\\Foundation\\UnAuthorizedException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
@@ -367,10 +405,12 @@
367 405 'FluentBooking\\Framework\\Support\\MultipleItemsFoundException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php',
368 406 'FluentBooking\\Framework\\Support\\Number' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Number.php',
369 407 'FluentBooking\\Framework\\Support\\Once' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Once.php',
370 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',
371 410 'FluentBooking\\Framework\\Support\\Pipeline' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php',
372 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',
373 413 'FluentBooking\\Framework\\Support\\Reflector' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Reflector.php',
374 414 'FluentBooking\\Framework\\Support\\ReflectsClosures' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php',
375 415 'FluentBooking\\Framework\\Support\\Sanitizer' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
376 416 'FluentBooking\\Framework\\Support\\Serializer' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Serializer.php',