# fluent-boards/2.1.0/vendor/composer/autoload_classmap.php

FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration, version 2.1.0. 382 lines.

- Page: https://pluginprobe.com/plugins/fluent-boards/2.1.0/code/vendor/composer/autoload_classmap.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/2.1.0/raw/vendor/composer/autoload_classmap.php
- Modified: 2026-09-17T14:54:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-boards/2.1.0/code/vendor/composer/autoload_classmap.php#L10-L20`.

```php
<?php

// autoload_classmap.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    'FluentBoards\\App\\Api\\Api' => $baseDir . '/app/Api/Api.php',
    'FluentBoards\\App\\Api\\Classes\\Boards' => $baseDir . '/app/Api/Classes/Boards.php',
    'FluentBoards\\App\\Api\\Classes\\Stages' => $baseDir . '/app/Api/Classes/Stages.php',
    'FluentBoards\\App\\Api\\Classes\\Tasks' => $baseDir . '/app/Api/Classes/Tasks.php',
    'FluentBoards\\App\\Api\\FBSApi' => $baseDir . '/app/Api/FBSApi.php',
    'FluentBoards\\App\\App' => $baseDir . '/app/App.php',
    'FluentBoards\\App\\ComposerScript' => $baseDir . '/app/ComposerScript.php',
    'FluentBoards\\App\\Hooks\\Cli\\Commands' => $baseDir . '/app/Hooks/Cli/Commands.php',
    'FluentBoards\\App\\Hooks\\Handlers\\ActivationHandler' => $baseDir . '/app/Hooks/Handlers/ActivationHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\ActivityHandler' => $baseDir . '/app/Hooks/Handlers/ActivityHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\AdminMenuHandler' => $baseDir . '/app/Hooks/Handlers/AdminMenuHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\BoardHandler' => $baseDir . '/app/Hooks/Handlers/BoardHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\BoardMenuHandler' => $baseDir . '/app/Hooks/Handlers/BoardMenuHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\CPTHandler' => $baseDir . '/app/Hooks/Handlers/CPTHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\DescriptionMigrationHandler' => $baseDir . '/app/Hooks/Handlers/DescriptionMigrationHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\ExternalPages' => $baseDir . '/app/Hooks/Handlers/ExternalPages.php',
    'FluentBoards\\App\\Hooks\\Handlers\\FileHandler' => $baseDir . '/app/Hooks/Handlers/FileHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\FluentCrmIntegration' => $baseDir . '/app/Hooks/Handlers/FluentCrmIntegration.php',
    'FluentBoards\\App\\Hooks\\Handlers\\NotificationHandler' => $baseDir . '/app/Hooks/Handlers/NotificationHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\ScheduleHandler' => $baseDir . '/app/Hooks/Handlers/ScheduleHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\ShortcodeHandler' => $baseDir . '/app/Hooks/Handlers/ShortcodeHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\StageArchiveHandler' => $baseDir . '/app/Hooks/Handlers/StageArchiveHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\TaskHandler' => $baseDir . '/app/Hooks/Handlers/TaskHandler.php',
    'FluentBoards\\App\\Hooks\\Handlers\\UpdateHandler' => $baseDir . '/app/Hooks/Handlers/UpdateHandler.php',
    'FluentBoards\\App\\Http\\Controllers\\AiController' => $baseDir . '/app/Http/Controllers/AiController.php',
    'FluentBoards\\App\\Http\\Controllers\\BoardController' => $baseDir . '/app/Http/Controllers/BoardController.php',
    'FluentBoards\\App\\Http\\Controllers\\CommentController' => $baseDir . '/app/Http/Controllers/CommentController.php',
    'FluentBoards\\App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php',
    'FluentBoards\\App\\Http\\Controllers\\FolderController' => $baseDir . '/app/Http/Controllers/FolderController.php',
    'FluentBoards\\App\\Http\\Controllers\\LabelController' => $baseDir . '/app/Http/Controllers/LabelController.php',
    'FluentBoards\\App\\Http\\Controllers\\MCPSettingsController' => $baseDir . '/app/Http/Controllers/MCPSettingsController.php',
    'FluentBoards\\App\\Http\\Controllers\\NotificationController' => $baseDir . '/app/Http/Controllers/NotificationController.php',
    'FluentBoards\\App\\Http\\Controllers\\OptionsController' => $baseDir . '/app/Http/Controllers/OptionsController.php',
    'FluentBoards\\App\\Http\\Controllers\\PublicBoardController' => $baseDir . '/app/Http/Controllers/PublicBoardController.php',
    'FluentBoards\\App\\Http\\Controllers\\ReportController' => $baseDir . '/app/Http/Controllers/ReportController.php',
    'FluentBoards\\App\\Http\\Controllers\\StageController' => $baseDir . '/app/Http/Controllers/StageController.php',
    'FluentBoards\\App\\Http\\Controllers\\TaskController' => $baseDir . '/app/Http/Controllers/TaskController.php',
    'FluentBoards\\App\\Http\\Controllers\\UserController' => $baseDir . '/app/Http/Controllers/UserController.php',
    'FluentBoards\\App\\Http\\Controllers\\WebhookController' => $baseDir . '/app/Http/Controllers/WebhookController.php',
    'FluentBoards\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php',
    'FluentBoards\\App\\Http\\Policies\\AiPolicy' => $baseDir . '/app/Http/Policies/AiPolicy.php',
    'FluentBoards\\App\\Http\\Policies\\AuthPolicy' => $baseDir . '/app/Http/Policies/AuthPolicy.php',
    'FluentBoards\\App\\Http\\Policies\\BasePolicy' => $baseDir . '/app/Http/Policies/BasePolicy.php',
    'FluentBoards\\App\\Http\\Policies\\BoardManagerPolicy' => $baseDir . '/app/Http/Policies/BoardManagerPolicy.php',
    'FluentBoards\\App\\Http\\Policies\\BoardUserPolicy' => $baseDir . '/app/Http/Policies/BoardUserPolicy.php',
    'FluentBoards\\App\\Http\\Policies\\PublicBoardPolicy' => $baseDir . '/app/Http/Policies/PublicBoardPolicy.php',
    'FluentBoards\\App\\Http\\Policies\\SingleBoardPolicy' => $baseDir . '/app/Http/Policies/SingleBoardPolicy.php',
    'FluentBoards\\App\\Http\\Policies\\TaskPolicy' => $baseDir . '/app/Http/Policies/TaskPolicy.php',
    'FluentBoards\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php',
    'FluentBoards\\App\\Http\\Policies\\WebhookPolicy' => $baseDir . '/app/Http/Policies/WebhookPolicy.php',
    'FluentBoards\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php',
    'FluentBoards\\App\\Models\\Activity' => $baseDir . '/app/Models/Activity.php',
    'FluentBoards\\App\\Models\\Attachment' => $baseDir . '/app/Models/Attachment.php',
    'FluentBoards\\App\\Models\\Board' => $baseDir . '/app/Models/Board.php',
    'FluentBoards\\App\\Models\\BoardTerm' => $baseDir . '/app/Models/BoardTerm.php',
    'FluentBoards\\App\\Models\\Comment' => $baseDir . '/app/Models/Comment.php',
    'FluentBoards\\App\\Models\\CommentImage' => $baseDir . '/app/Models/CommentImage.php',
    'FluentBoards\\App\\Models\\Folder' => $baseDir . '/app/Models/Folder.php',
    'FluentBoards\\App\\Models\\Label' => $baseDir . '/app/Models/Label.php',
    'FluentBoards\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php',
    'FluentBoards\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php',
    'FluentBoards\\App\\Models\\Notification' => $baseDir . '/app/Models/Notification.php',
    'FluentBoards\\App\\Models\\NotificationUser' => $baseDir . '/app/Models/NotificationUser.php',
    'FluentBoards\\App\\Models\\Relation' => $baseDir . '/app/Models/Relation.php',
    'FluentBoards\\App\\Models\\Stage' => $baseDir . '/app/Models/Stage.php',
    'FluentBoards\\App\\Models\\Task' => $baseDir . '/app/Models/Task.php',
    'FluentBoards\\App\\Models\\TaskImage' => $baseDir . '/app/Models/TaskImage.php',
    'FluentBoards\\App\\Models\\TaskMeta' => $baseDir . '/app/Models/TaskMeta.php',
    'FluentBoards\\App\\Models\\Team' => $baseDir . '/app/Models/Team.php',
    'FluentBoards\\App\\Models\\User' => $baseDir . '/app/Models/User.php',
    'FluentBoards\\App\\Models\\Webhook' => $baseDir . '/app/Models/Webhook.php',
    'FluentBoards\\App\\Modules\\MCP\\AbilitiesRegistrar' => $baseDir . '/app/Modules/MCP/AbilitiesRegistrar.php',
    'FluentBoards\\App\\Modules\\MCP\\Helpers\\MCPHelper' => $baseDir . '/app/Modules/MCP/Helpers/MCPHelper.php',
    'FluentBoards\\App\\Modules\\MCP\\MCPInit' => $baseDir . '/app/Modules/MCP/MCPInit.php',
    'FluentBoards\\App\\Modules\\MCP\\Tools\\BoardTools' => $baseDir . '/app/Modules/MCP/Tools/BoardTools.php',
    'FluentBoards\\App\\Modules\\MCP\\Tools\\CommentTools' => $baseDir . '/app/Modules/MCP/Tools/CommentTools.php',
    'FluentBoards\\App\\Modules\\MCP\\Tools\\ContextTools' => $baseDir . '/app/Modules/MCP/Tools/ContextTools.php',
    'FluentBoards\\App\\Modules\\MCP\\Tools\\LabelTools' => $baseDir . '/app/Modules/MCP/Tools/LabelTools.php',
    'FluentBoards\\App\\Modules\\MCP\\Tools\\StageTools' => $baseDir . '/app/Modules/MCP/Tools/StageTools.php',
    'FluentBoards\\App\\Modules\\MCP\\Tools\\TaskQueryTools' => $baseDir . '/app/Modules/MCP/Tools/TaskQueryTools.php',
    'FluentBoards\\App\\Modules\\MCP\\Tools\\TaskTools' => $baseDir . '/app/Modules/MCP/Tools/TaskTools.php',
    'FluentBoards\\App\\Services\\AiService' => $baseDir . '/app/Services/AiService.php',
    'FluentBoards\\App\\Services\\AttachmentAccessService' => $baseDir . '/app/Services/AttachmentAccessService.php',
    'FluentBoards\\App\\Services\\AttachmentFileService' => $baseDir . '/app/Services/AttachmentFileService.php',
    'FluentBoards\\App\\Services\\BoardService' => $baseDir . '/app/Services/BoardService.php',
    'FluentBoards\\App\\Services\\CommentService' => $baseDir . '/app/Services/CommentService.php',
    'FluentBoards\\App\\Services\\Constant' => $baseDir . '/app/Services/Constant.php',
    'FluentBoards\\App\\Services\\DescriptionMarkdownConverter' => $baseDir . '/app/Services/DescriptionMarkdownConverter.php',
    'FluentBoards\\App\\Services\\FolderService' => $baseDir . '/app/Services/FolderService.php',
    'FluentBoards\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php',
    'FluentBoards\\App\\Services\\InstallService' => $baseDir . '/app/Services/InstallService.php',
    'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\ContactAddedBoardTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/ContactAddedBoardTrigger.php',
    'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\ContactAddedTaskTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/ContactAddedTaskTrigger.php',
    'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\StageChangedTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/StageChangedTrigger.php',
    'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\TaskCreateAction' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/TaskCreateAction.php',
    'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\DeepIntegration' => $baseDir . '/app/Services/Intergrations/FluentCRM/DeepIntegration.php',
    'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Init' => $baseDir . '/app/Services/Intergrations/FluentCRM/Init.php',
    'FluentBoards\\App\\Services\\Intergrations\\FluentFormIntegration\\Bootstrap' => $baseDir . '/app/Services/Intergrations/FluentFormIntegration/Bootstrap.php',
    'FluentBoards\\App\\Services\\LabelService' => $baseDir . '/app/Services/LabelService.php',
    'FluentBoards\\App\\Services\\Libs\\FileSystem' => $baseDir . '/app/Services/Libs/FileSystem.php',
    'FluentBoards\\App\\Services\\Libs\\Mailer' => $baseDir . '/app/Services/Libs/Mailer.php',
    'FluentBoards\\App\\Services\\NotificationService' => $baseDir . '/app/Services/NotificationService.php',
    'FluentBoards\\App\\Services\\OptionService' => $baseDir . '/app/Services/OptionService.php',
    'FluentBoards\\App\\Services\\Parsedown' => $baseDir . '/app/Services/Parsedown.php',
    'FluentBoards\\App\\Services\\PermissionManager' => $baseDir . '/app/Services/PermissionManager.php',
    'FluentBoards\\App\\Services\\PublicAccessService' => $baseDir . '/app/Services/PublicAccessService.php',
    'FluentBoards\\App\\Services\\ReportService' => $baseDir . '/app/Services/ReportService.php',
    'FluentBoards\\App\\Services\\Sanitize' => $baseDir . '/app/Services/Sanitize.php',
    'FluentBoards\\App\\Services\\StageService' => $baseDir . '/app/Services/StageService.php',
    'FluentBoards\\App\\Services\\TaskService' => $baseDir . '/app/Services/TaskService.php',
    'FluentBoards\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php',
    'FluentBoards\\App\\Services\\UploadService' => $baseDir . '/app/Services/UploadService.php',
    'FluentBoards\\App\\Services\\UserService' => $baseDir . '/app/Services/UserService.php',
    'FluentBoards\\App\\Vite' => $baseDir . '/app/Vite.php',
    'FluentBoards\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php',
    'FluentBoards\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php',
    'FluentBoards\\Database\\Migrations\\ActivityMigrator' => $baseDir . '/database/Migrations/ActivityMigrator.php',
    'FluentBoards\\Database\\Migrations\\AttachmentMigrator' => $baseDir . '/database/Migrations/AttachmentMigrator.php',
    'FluentBoards\\Database\\Migrations\\BoardMigrator' => $baseDir . '/database/Migrations/BoardMigrator.php',
    'FluentBoards\\Database\\Migrations\\BoardTermMigrator' => $baseDir . '/database/Migrations/BoardTermMigrator.php',
    'FluentBoards\\Database\\Migrations\\CommentsMigrator' => $baseDir . '/database/Migrations/CommentsMigrator.php',
    'FluentBoards\\Database\\Migrations\\MetaMigrator' => $baseDir . '/database/Migrations/MetaMigrator.php',
    'FluentBoards\\Database\\Migrations\\NotificationMigrator' => $baseDir . '/database/Migrations/NotificationMigrator.php',
    'FluentBoards\\Database\\Migrations\\NotificationUserMigrator' => $baseDir . '/database/Migrations/NotificationUserMigrator.php',
    'FluentBoards\\Database\\Migrations\\RelationMigrator' => $baseDir . '/database/Migrations/RelationMigrator.php',
    'FluentBoards\\Database\\Migrations\\TaskMetaMigrator' => $baseDir . '/database/Migrations/TaskMetaMigrator.php',
    'FluentBoards\\Database\\Migrations\\TaskMigrator' => $baseDir . '/database/Migrations/TaskMigrator.php',
    'FluentBoards\\Database\\Migrations\\TeamMigrator' => $baseDir . '/database/Migrations/TeamMigrator.php',
    'FluentBoards\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php',
    'FluentBoards\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php',
    'FluentBoards\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php',
    'FluentBoards\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php',
    'FluentBoards\\Framework\\Container\\Contracts\\BindingResolutionException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/BindingResolutionException.php',
    'FluentBoards\\Framework\\Container\\Contracts\\CircularDependencyException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/CircularDependencyException.php',
    'FluentBoards\\Framework\\Container\\Contracts\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Container.php',
    'FluentBoards\\Framework\\Container\\Contracts\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/ContextualBindingBuilder.php',
    'FluentBoards\\Framework\\Container\\Contracts\\Psr\\ContainerExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerExceptionInterface.php',
    'FluentBoards\\Framework\\Container\\Contracts\\Psr\\ContainerInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerInterface.php',
    'FluentBoards\\Framework\\Container\\Contracts\\Psr\\NotFoundExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/NotFoundExceptionInterface.php',
    'FluentBoards\\Framework\\Container\\EntryNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/EntryNotFoundException.php',
    'FluentBoards\\Framework\\Container\\RewindableGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/RewindableGenerator.php',
    'FluentBoards\\Framework\\Container\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Util.php',
    'FluentBoards\\Framework\\Database\\BaseGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php',
    'FluentBoards\\Framework\\Database\\ClassMorphViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php',
    'FluentBoards\\Framework\\Database\\Concerns\\BuildsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php',
    'FluentBoards\\Framework\\Database\\Concerns\\BuildsWhereDateClauses' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsWhereDateClauses.php',
    'FluentBoards\\Framework\\Database\\Concerns\\CompilesJsonPaths' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/CompilesJsonPaths.php',
    'FluentBoards\\Framework\\Database\\Concerns\\ExplainsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php',
    'FluentBoards\\Framework\\Database\\Concerns\\MaintainsDatabase' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/MaintainsDatabase.php',
    'FluentBoards\\Framework\\Database\\Concerns\\ManagesTransactions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php',
    'FluentBoards\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php',
    'FluentBoards\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php',
    'FluentBoards\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php',
    'FluentBoards\\Framework\\Database\\DBManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DBManager.php',
    'FluentBoards\\Framework\\Database\\DatabaseManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php',
    'FluentBoards\\Framework\\Database\\DatabaseTransactionRecord' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php',
    'FluentBoards\\Framework\\Database\\DatabaseTransactionsManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php',
    'FluentBoards\\Framework\\Database\\DeadlockException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DeadlockException.php',
    'FluentBoards\\Framework\\Database\\DetectsLostConnections' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DetectsLostConnections.php',
    'FluentBoards\\Framework\\Database\\Events\\ConnectionEvent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/ConnectionEvent.php',
    'FluentBoards\\Framework\\Database\\Events\\QueryExecuted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/QueryExecuted.php',
    'FluentBoards\\Framework\\Database\\Events\\TransactionBeginning' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionBeginning.php',
    'FluentBoards\\Framework\\Database\\Events\\TransactionCommitted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitted.php',
    'FluentBoards\\Framework\\Database\\Events\\TransactionCommitting' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitting.php',
    'FluentBoards\\Framework\\Database\\Events\\TransactionRolledBack' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionRolledBack.php',
    'FluentBoards\\Framework\\Database\\LazyLoadingViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php',
    'FluentBoards\\Framework\\Database\\Migration\\Blueprint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/Blueprint.php',
    'FluentBoards\\Framework\\Database\\Migration\\ColumnDefinition' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/ColumnDefinition.php',
    'FluentBoards\\Framework\\Database\\MultipleColumnsSelectedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleColumnsSelectedException.php',
    'FluentBoards\\Framework\\Database\\MultipleRecordsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php',
    'FluentBoards\\Framework\\Database\\Orm\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php',
    'FluentBoards\\Framework\\Database\\Orm\\Castable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php',
    'FluentBoards\\Framework\\Database\\Orm\\CastsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsAttributes.php',
    'FluentBoards\\Framework\\Database\\Orm\\CastsInboundAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsInboundAttributes.php',
    'FluentBoards\\Framework\\Database\\Orm\\Casts\\ArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/ArrayObject.php',
    'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsArrayObject.php',
    'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsCollection.php',
    'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsEncryptedArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedArrayObject.php',
    'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsEncryptedCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedCollection.php',
    'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsStringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsStringable.php',
    'FluentBoards\\Framework\\Database\\Orm\\Casts\\Attribute' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Attribute.php',
    'FluentBoards\\Framework\\Database\\Orm\\Casts\\Json' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Json.php',
    'FluentBoards\\Framework\\Database\\Orm\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php',
    'FluentBoards\\Framework\\Database\\Orm\\Concerns\\GuardsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/GuardsAttributes.php',
    'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasAttributes.php',
    'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasEvents' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php',
    'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasGlobalScopes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasGlobalScopes.php',
    'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasRelationships.php',
    'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasTimestamps' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasTimestamps.php',
    'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasUniqueIds' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasUniqueIds.php',
    'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HidesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HidesAttributes.php',
    'FluentBoards\\Framework\\Database\\Orm\\Concerns\\QueriesRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/QueriesRelationships.php',
    'FluentBoards\\Framework\\Database\\Orm\\HasCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HasCollection.php',
    'FluentBoards\\Framework\\Database\\Orm\\HigherOrderBuilderProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HigherOrderBuilderProxy.php',
    'FluentBoards\\Framework\\Database\\Orm\\InvalidCastException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/InvalidCastException.php',
    'FluentBoards\\Framework\\Database\\Orm\\JsonEncodingException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/JsonEncodingException.php',
    'FluentBoards\\Framework\\Database\\Orm\\MassAssignmentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php',
    'FluentBoards\\Framework\\Database\\Orm\\MissingAttributeException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MissingAttributeException.php',
    'FluentBoards\\Framework\\Database\\Orm\\Model' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Model.php',
    'FluentBoards\\Framework\\Database\\Orm\\ModelNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ModelNotFoundException.php',
    'FluentBoards\\Framework\\Database\\Orm\\PendingHasThroughRelationship' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/PendingHasThroughRelationship.php',
    'FluentBoards\\Framework\\Database\\Orm\\RelationNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/RelationNotFoundException.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\BelongsTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\BelongsToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\AsPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/AsPivot.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\CanBeOneOfMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/CanBeOneOfMany.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\ComparesRelatedModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/ComparesRelatedModels.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithDictionary' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithDictionary.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithPivotTable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithPivotTable.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsDefaultModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsDefaultModels.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsInverseRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsInverseRelations.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrMany.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOneOrManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrManyThrough.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOneThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneThrough.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphPivot.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\Pivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php',
    'FluentBoards\\Framework\\Database\\Orm\\Relations\\Relation' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php',
    'FluentBoards\\Framework\\Database\\Orm\\Scope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php',
    'FluentBoards\\Framework\\Database\\Orm\\Searchable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php',
    'FluentBoards\\Framework\\Database\\Orm\\SoftDeletes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php',
    'FluentBoards\\Framework\\Database\\Orm\\SoftDeletingScope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php',
    'FluentBoards\\Framework\\Database\\Orm\\SupportsPartialRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php',
    'FluentBoards\\Framework\\Database\\Orm\\UserProxyTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/UserProxyTrait.php',
    'FluentBoards\\Framework\\Database\\QueryException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/QueryException.php',
    'FluentBoards\\Framework\\Database\\Query\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Builder.php',
    'FluentBoards\\Framework\\Database\\Query\\ConditionExpression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ConditionExpression.php',
    'FluentBoards\\Framework\\Database\\Query\\Expression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.php',
    'FluentBoards\\Framework\\Database\\Query\\ExpressionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ExpressionInterface.php',
    'FluentBoards\\Framework\\Database\\Query\\Grammars\\Grammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/Grammar.php',
    'FluentBoards\\Framework\\Database\\Query\\Grammars\\MySqlGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/MySqlGrammar.php',
    'FluentBoards\\Framework\\Database\\Query\\Grammars\\SQLiteGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/SQLiteGrammar.php',
    'FluentBoards\\Framework\\Database\\Query\\IndexHint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/IndexHint.php',
    'FluentBoards\\Framework\\Database\\Query\\JoinClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php',
    'FluentBoards\\Framework\\Database\\Query\\JoinLateralClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinLateralClause.php',
    'FluentBoards\\Framework\\Database\\Query\\Processors\\MySqlProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/MySqlProcessor.php',
    'FluentBoards\\Framework\\Database\\Query\\Processors\\Processor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/Processor.php',
    'FluentBoards\\Framework\\Database\\Query\\Processors\\SQLiteProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/SQLiteProcessor.php',
    'FluentBoards\\Framework\\Database\\Query\\WPDBConnection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php',
    'FluentBoards\\Framework\\Database\\RecordsNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php',
    'FluentBoards\\Framework\\Database\\Schema' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Schema.php',
    'FluentBoards\\Framework\\Database\\UniqueConstraintViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/UniqueConstraintViolationException.php',
    'FluentBoards\\Framework\\Encryption\\DecryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/DecryptException.php',
    'FluentBoards\\Framework\\Encryption\\EncryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/EncryptException.php',
    'FluentBoards\\Framework\\Encryption\\Encrypter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/Encrypter.php',
    'FluentBoards\\Framework\\Events\\Dispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/Dispatcher.php',
    'FluentBoards\\Framework\\Events\\DispatcherInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php',
    'FluentBoards\\Framework\\Events\\NullDispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php',
    'FluentBoards\\Framework\\Events\\ShouldDispatchAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldDispatchAfterCommit.php',
    'FluentBoards\\Framework\\Events\\ShouldHandleEventsAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldHandleEventsAfterCommit.php',
    'FluentBoards\\Framework\\Foundation\\App' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/App.php',
    'FluentBoards\\Framework\\Foundation\\Application' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Application.php',
    'FluentBoards\\Framework\\Foundation\\Async' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Async.php',
    'FluentBoards\\Framework\\Foundation\\ComponentBinder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php',
    'FluentBoards\\Framework\\Foundation\\Concerns\\AjaxTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/AjaxTrait.php',
    'FluentBoards\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php',
    'FluentBoards\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php',
    'FluentBoards\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php',
    'FluentBoards\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php',
    'FluentBoards\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
    'FluentBoards\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
    'FluentBoards\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
    'FluentBoards\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
    'FluentBoards\\Framework\\Foundation\\WPException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/WPException.php',
    'FluentBoards\\Framework\\Http\\Ajax' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Ajax.php',
    'FluentBoards\\Framework\\Http\\Client' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Client.php',
    'FluentBoards\\Framework\\Http\\Controller' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Controller.php',
    'FluentBoards\\Framework\\Http\\Cookie' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Cookie.php',
    'FluentBoards\\Framework\\Http\\Group' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Group.php',
    'FluentBoards\\Framework\\Http\\Middleware\\RateLimiter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Middleware/RateLimiter.php',
    'FluentBoards\\Framework\\Http\\Request\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/File.php',
    'FluentBoards\\Framework\\Http\\Request\\InputHelperMethodsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InputHelperMethodsTrait.php',
    'FluentBoards\\Framework\\Http\\Request\\InteractsWithCleaningTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithCleaningTrait.php',
    'FluentBoards\\Framework\\Http\\Request\\InteractsWithFilesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithFilesTrait.php',
    'FluentBoards\\Framework\\Http\\Request\\InteractsWithHeadersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithHeadersTrait.php',
    'FluentBoards\\Framework\\Http\\Request\\InteractsWithIPTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithIPTrait.php',
    'FluentBoards\\Framework\\Http\\Request\\Request' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/Request.php',
    'FluentBoards\\Framework\\Http\\Request\\WPUserProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/WPUserProxy.php',
    'FluentBoards\\Framework\\Http\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response.php',
    'FluentBoards\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php',
    'FluentBoards\\Framework\\Http\\Route' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Route.php',
    'FluentBoards\\Framework\\Http\\Router' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Router.php',
    'FluentBoards\\Framework\\Http\\SubstituteParameters' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteParameters.php',
    'FluentBoards\\Framework\\Http\\URL' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/URL.php',
    'FluentBoards\\Framework\\Http\\UrlGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/UrlGenerator.php',
    'FluentBoards\\Framework\\Pagination\\AbstractCursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php',
    'FluentBoards\\Framework\\Pagination\\AbstractPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php',
    'FluentBoards\\Framework\\Pagination\\Cursor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Cursor.php',
    'FluentBoards\\Framework\\Pagination\\CursorPaginationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php',
    'FluentBoards\\Framework\\Pagination\\CursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginator.php',
    'FluentBoards\\Framework\\Pagination\\CursorPaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginatorInterface.php',
    'FluentBoards\\Framework\\Pagination\\LengthAwarePaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php',
    'FluentBoards\\Framework\\Pagination\\LengthAwarePaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php',
    'FluentBoards\\Framework\\Pagination\\Paginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Paginator.php',
    'FluentBoards\\Framework\\Pagination\\PaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php',
    'FluentBoards\\Framework\\Pagination\\UrlWindow' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/UrlWindow.php',
    'FluentBoards\\Framework\\Randomizer\\GetStringTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/GetStringTrait.php',
    'FluentBoards\\Framework\\Randomizer\\Randomizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/Randomizer.php',
    'FluentBoards\\Framework\\Support\\Arr' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Arr.php',
    'FluentBoards\\Framework\\Support\\ArrayableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php',
    'FluentBoards\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php',
    'FluentBoards\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php',
    'FluentBoards\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php',
    'FluentBoards\\Framework\\Support\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTime.php',
    'FluentBoards\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php',
    'FluentBoards\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php',
    'FluentBoards\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php',
    'FluentBoards\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php',
    'FluentBoards\\Framework\\Support\\Facade' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Facade.php',
    'FluentBoards\\Framework\\Support\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/File.php',
    'FluentBoards\\Framework\\Support\\Fluent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Fluent.php',
    'FluentBoards\\Framework\\Support\\ForwardsCalls' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ForwardsCalls.php',
    'FluentBoards\\Framework\\Support\\Hash' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Hash.php',
    'FluentBoards\\Framework\\Support\\Helper' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Helper.php',
    'FluentBoards\\Framework\\Support\\HelperFunctionsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HelperFunctionsTrait.php',
    'FluentBoards\\Framework\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php',
    'FluentBoards\\Framework\\Support\\HigherOrderTapProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php',
    'FluentBoards\\Framework\\Support\\HigherOrderWhenProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php',
    'FluentBoards\\Framework\\Support\\InvalidArgumentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php',
    'FluentBoards\\Framework\\Support\\Invoker' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Invoker.php',
    'FluentBoards\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php',
    'FluentBoards\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
    'FluentBoards\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php',
    'FluentBoards\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php',
    'FluentBoards\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php',
    'FluentBoards\\Framework\\Support\\Mail' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Mail.php',
    'FluentBoards\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php',
    'FluentBoards\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php',
    'FluentBoards\\Framework\\Support\\MediaUploader' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MediaUploader.php',
    'FluentBoards\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php',
    'FluentBoards\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php',
    'FluentBoards\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php',
    'FluentBoards\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php',
    'FluentBoards\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php',
    'FluentBoards\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php',
    'FluentBoards\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php',
    'FluentBoards\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php',
    'FluentBoards\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
    'FluentBoards\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php',
    'FluentBoards\\Framework\\Support\\Str' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Str.php',
    'FluentBoards\\Framework\\Support\\Stringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Stringable.php',
    'FluentBoards\\Framework\\Support\\Tappable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Tappable.php',
    'FluentBoards\\Framework\\Support\\UriTemplate' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UriTemplate.php',
    'FluentBoards\\Framework\\Support\\UrlRoutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php',
    'FluentBoards\\Framework\\Support\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Util.php',
    'FluentBoards\\Framework\\Validator\\Contracts\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php',
    'FluentBoards\\Framework\\Validator\\MessageBag' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/MessageBag.php',
    'FluentBoards\\Framework\\Validator\\Rule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rule.php',
    'FluentBoards\\Framework\\Validator\\Rules\\ConditionalRules' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/ConditionalRules.php',
    'FluentBoards\\Framework\\Validator\\Rules\\DatabaseRule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/DatabaseRule.php',
    'FluentBoards\\Framework\\Validator\\Rules\\Dimensions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Dimensions.php',
    'FluentBoards\\Framework\\Validator\\Rules\\Exists' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Exists.php',
    'FluentBoards\\Framework\\Validator\\Rules\\In' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/In.php',
    'FluentBoards\\Framework\\Validator\\Rules\\NotIn' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/NotIn.php',
    'FluentBoards\\Framework\\Validator\\Rules\\RequiredIf' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/RequiredIf.php',
    'FluentBoards\\Framework\\Validator\\Rules\\Unique' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Unique.php',
    'FluentBoards\\Framework\\Validator\\ValidateDatabaseRulesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidateDatabaseRulesTrait.php',
    'FluentBoards\\Framework\\Validator\\ValidatesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidatesAttributes.php',
    'FluentBoards\\Framework\\Validator\\ValidationData' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationData.php',
    'FluentBoards\\Framework\\Validator\\ValidationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationException.php',
    'FluentBoards\\Framework\\Validator\\ValidationRuleParser' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php',
    'FluentBoards\\Framework\\Validator\\Validator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Validator.php',
    'FluentBoards\\Framework\\View\\View' => $vendorDir . '/wpfluent/framework/src/WPFluent/View/View.php',
);

```
