| @@ -6,8 +6,123 @@ | ||
| 6 | 6 | $baseDir = dirname($vendorDir); |
| 7 | 7 | |
| 8 | 8 | return array( |
| 9 | 9 | 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 10 | + 'FluentBoards\\App\\Api\\Api' => $baseDir . '/app/Api/Api.php', | |
| 11 | + 'FluentBoards\\App\\Api\\Classes\\Boards' => $baseDir . '/app/Api/Classes/Boards.php', | |
| 12 | + 'FluentBoards\\App\\Api\\Classes\\Stages' => $baseDir . '/app/Api/Classes/Stages.php', | |
| 13 | + 'FluentBoards\\App\\Api\\Classes\\Tasks' => $baseDir . '/app/Api/Classes/Tasks.php', | |
| 14 | + 'FluentBoards\\App\\Api\\FBSApi' => $baseDir . '/app/Api/FBSApi.php', | |
| 15 | + 'FluentBoards\\App\\App' => $baseDir . '/app/App.php', | |
| 16 | + 'FluentBoards\\App\\ComposerScript' => $baseDir . '/app/ComposerScript.php', | |
| 17 | + 'FluentBoards\\App\\Hooks\\Cli\\Commands' => $baseDir . '/app/Hooks/Cli/Commands.php', | |
| 18 | + 'FluentBoards\\App\\Hooks\\Handlers\\ActivationHandler' => $baseDir . '/app/Hooks/Handlers/ActivationHandler.php', | |
| 19 | + 'FluentBoards\\App\\Hooks\\Handlers\\ActivityHandler' => $baseDir . '/app/Hooks/Handlers/ActivityHandler.php', | |
| 20 | + 'FluentBoards\\App\\Hooks\\Handlers\\AdminMenuHandler' => $baseDir . '/app/Hooks/Handlers/AdminMenuHandler.php', | |
| 21 | + 'FluentBoards\\App\\Hooks\\Handlers\\BoardHandler' => $baseDir . '/app/Hooks/Handlers/BoardHandler.php', | |
| 22 | + 'FluentBoards\\App\\Hooks\\Handlers\\BoardMenuHandler' => $baseDir . '/app/Hooks/Handlers/BoardMenuHandler.php', | |
| 23 | + 'FluentBoards\\App\\Hooks\\Handlers\\CPTHandler' => $baseDir . '/app/Hooks/Handlers/CPTHandler.php', | |
| 24 | + 'FluentBoards\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php', | |
| 25 | + 'FluentBoards\\App\\Hooks\\Handlers\\DescriptionMigrationHandler' => $baseDir . '/app/Hooks/Handlers/DescriptionMigrationHandler.php', | |
| 26 | + 'FluentBoards\\App\\Hooks\\Handlers\\ExternalPages' => $baseDir . '/app/Hooks/Handlers/ExternalPages.php', | |
| 27 | + 'FluentBoards\\App\\Hooks\\Handlers\\FileHandler' => $baseDir . '/app/Hooks/Handlers/FileHandler.php', | |
| 28 | + 'FluentBoards\\App\\Hooks\\Handlers\\FluentCrmIntegration' => $baseDir . '/app/Hooks/Handlers/FluentCrmIntegration.php', | |
| 29 | + 'FluentBoards\\App\\Hooks\\Handlers\\NotificationHandler' => $baseDir . '/app/Hooks/Handlers/NotificationHandler.php', | |
| 30 | + 'FluentBoards\\App\\Hooks\\Handlers\\ScheduleHandler' => $baseDir . '/app/Hooks/Handlers/ScheduleHandler.php', | |
| 31 | + 'FluentBoards\\App\\Hooks\\Handlers\\ShortcodeHandler' => $baseDir . '/app/Hooks/Handlers/ShortcodeHandler.php', | |
| 32 | + 'FluentBoards\\App\\Hooks\\Handlers\\StageArchiveHandler' => $baseDir . '/app/Hooks/Handlers/StageArchiveHandler.php', | |
| 33 | + 'FluentBoards\\App\\Hooks\\Handlers\\TaskHandler' => $baseDir . '/app/Hooks/Handlers/TaskHandler.php', | |
| 34 | + 'FluentBoards\\App\\Hooks\\Handlers\\UpdateHandler' => $baseDir . '/app/Hooks/Handlers/UpdateHandler.php', | |
| 35 | + 'FluentBoards\\App\\Http\\Controllers\\AiController' => $baseDir . '/app/Http/Controllers/AiController.php', | |
| 36 | + 'FluentBoards\\App\\Http\\Controllers\\BoardController' => $baseDir . '/app/Http/Controllers/BoardController.php', | |
| 37 | + 'FluentBoards\\App\\Http\\Controllers\\CommentController' => $baseDir . '/app/Http/Controllers/CommentController.php', | |
| 38 | + 'FluentBoards\\App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php', | |
| 39 | + 'FluentBoards\\App\\Http\\Controllers\\FolderController' => $baseDir . '/app/Http/Controllers/FolderController.php', | |
| 40 | + 'FluentBoards\\App\\Http\\Controllers\\LabelController' => $baseDir . '/app/Http/Controllers/LabelController.php', | |
| 41 | + 'FluentBoards\\App\\Http\\Controllers\\MCPSettingsController' => $baseDir . '/app/Http/Controllers/MCPSettingsController.php', | |
| 42 | + 'FluentBoards\\App\\Http\\Controllers\\NotificationController' => $baseDir . '/app/Http/Controllers/NotificationController.php', | |
| 43 | + 'FluentBoards\\App\\Http\\Controllers\\OptionsController' => $baseDir . '/app/Http/Controllers/OptionsController.php', | |
| 44 | + 'FluentBoards\\App\\Http\\Controllers\\PublicBoardController' => $baseDir . '/app/Http/Controllers/PublicBoardController.php', | |
| 45 | + 'FluentBoards\\App\\Http\\Controllers\\ReportController' => $baseDir . '/app/Http/Controllers/ReportController.php', | |
| 46 | + 'FluentBoards\\App\\Http\\Controllers\\StageController' => $baseDir . '/app/Http/Controllers/StageController.php', | |
| 47 | + 'FluentBoards\\App\\Http\\Controllers\\TaskController' => $baseDir . '/app/Http/Controllers/TaskController.php', | |
| 48 | + 'FluentBoards\\App\\Http\\Controllers\\UserController' => $baseDir . '/app/Http/Controllers/UserController.php', | |
| 49 | + 'FluentBoards\\App\\Http\\Controllers\\WebhookController' => $baseDir . '/app/Http/Controllers/WebhookController.php', | |
| 50 | + 'FluentBoards\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php', | |
| 51 | + 'FluentBoards\\App\\Http\\Policies\\AiPolicy' => $baseDir . '/app/Http/Policies/AiPolicy.php', | |
| 52 | + 'FluentBoards\\App\\Http\\Policies\\AuthPolicy' => $baseDir . '/app/Http/Policies/AuthPolicy.php', | |
| 53 | + 'FluentBoards\\App\\Http\\Policies\\BasePolicy' => $baseDir . '/app/Http/Policies/BasePolicy.php', | |
| 54 | + 'FluentBoards\\App\\Http\\Policies\\BoardManagerPolicy' => $baseDir . '/app/Http/Policies/BoardManagerPolicy.php', | |
| 55 | + 'FluentBoards\\App\\Http\\Policies\\BoardUserPolicy' => $baseDir . '/app/Http/Policies/BoardUserPolicy.php', | |
| 56 | + 'FluentBoards\\App\\Http\\Policies\\PublicBoardPolicy' => $baseDir . '/app/Http/Policies/PublicBoardPolicy.php', | |
| 57 | + 'FluentBoards\\App\\Http\\Policies\\SingleBoardPolicy' => $baseDir . '/app/Http/Policies/SingleBoardPolicy.php', | |
| 58 | + 'FluentBoards\\App\\Http\\Policies\\TaskPolicy' => $baseDir . '/app/Http/Policies/TaskPolicy.php', | |
| 59 | + 'FluentBoards\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php', | |
| 60 | + 'FluentBoards\\App\\Http\\Policies\\WebhookPolicy' => $baseDir . '/app/Http/Policies/WebhookPolicy.php', | |
| 61 | + 'FluentBoards\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php', | |
| 62 | + 'FluentBoards\\App\\Models\\Activity' => $baseDir . '/app/Models/Activity.php', | |
| 63 | + 'FluentBoards\\App\\Models\\Attachment' => $baseDir . '/app/Models/Attachment.php', | |
| 64 | + 'FluentBoards\\App\\Models\\Board' => $baseDir . '/app/Models/Board.php', | |
| 65 | + 'FluentBoards\\App\\Models\\BoardTerm' => $baseDir . '/app/Models/BoardTerm.php', | |
| 66 | + 'FluentBoards\\App\\Models\\Comment' => $baseDir . '/app/Models/Comment.php', | |
| 67 | + 'FluentBoards\\App\\Models\\CommentImage' => $baseDir . '/app/Models/CommentImage.php', | |
| 68 | + 'FluentBoards\\App\\Models\\Folder' => $baseDir . '/app/Models/Folder.php', | |
| 69 | + 'FluentBoards\\App\\Models\\Label' => $baseDir . '/app/Models/Label.php', | |
| 70 | + 'FluentBoards\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php', | |
| 71 | + 'FluentBoards\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php', | |
| 72 | + 'FluentBoards\\App\\Models\\Notification' => $baseDir . '/app/Models/Notification.php', | |
| 73 | + 'FluentBoards\\App\\Models\\NotificationUser' => $baseDir . '/app/Models/NotificationUser.php', | |
| 74 | + 'FluentBoards\\App\\Models\\Relation' => $baseDir . '/app/Models/Relation.php', | |
| 75 | + 'FluentBoards\\App\\Models\\Stage' => $baseDir . '/app/Models/Stage.php', | |
| 76 | + 'FluentBoards\\App\\Models\\Task' => $baseDir . '/app/Models/Task.php', | |
| 77 | + 'FluentBoards\\App\\Models\\TaskImage' => $baseDir . '/app/Models/TaskImage.php', | |
| 78 | + 'FluentBoards\\App\\Models\\TaskMeta' => $baseDir . '/app/Models/TaskMeta.php', | |
| 79 | + 'FluentBoards\\App\\Models\\Team' => $baseDir . '/app/Models/Team.php', | |
| 80 | + 'FluentBoards\\App\\Models\\User' => $baseDir . '/app/Models/User.php', | |
| 81 | + 'FluentBoards\\App\\Models\\Webhook' => $baseDir . '/app/Models/Webhook.php', | |
| 82 | + 'FluentBoards\\App\\Modules\\MCP\\AbilitiesRegistrar' => $baseDir . '/app/Modules/MCP/AbilitiesRegistrar.php', | |
| 83 | + 'FluentBoards\\App\\Modules\\MCP\\Helpers\\MCPHelper' => $baseDir . '/app/Modules/MCP/Helpers/MCPHelper.php', | |
| 84 | + 'FluentBoards\\App\\Modules\\MCP\\MCPInit' => $baseDir . '/app/Modules/MCP/MCPInit.php', | |
| 85 | + 'FluentBoards\\App\\Modules\\MCP\\Tools\\BoardTools' => $baseDir . '/app/Modules/MCP/Tools/BoardTools.php', | |
| 86 | + 'FluentBoards\\App\\Modules\\MCP\\Tools\\CommentTools' => $baseDir . '/app/Modules/MCP/Tools/CommentTools.php', | |
| 87 | + 'FluentBoards\\App\\Modules\\MCP\\Tools\\ContextTools' => $baseDir . '/app/Modules/MCP/Tools/ContextTools.php', | |
| 88 | + 'FluentBoards\\App\\Modules\\MCP\\Tools\\LabelTools' => $baseDir . '/app/Modules/MCP/Tools/LabelTools.php', | |
| 89 | + 'FluentBoards\\App\\Modules\\MCP\\Tools\\StageTools' => $baseDir . '/app/Modules/MCP/Tools/StageTools.php', | |
| 90 | + 'FluentBoards\\App\\Modules\\MCP\\Tools\\TaskQueryTools' => $baseDir . '/app/Modules/MCP/Tools/TaskQueryTools.php', | |
| 91 | + 'FluentBoards\\App\\Modules\\MCP\\Tools\\TaskTools' => $baseDir . '/app/Modules/MCP/Tools/TaskTools.php', | |
| 92 | + 'FluentBoards\\App\\Services\\AiService' => $baseDir . '/app/Services/AiService.php', | |
| 93 | + 'FluentBoards\\App\\Services\\AttachmentAccessService' => $baseDir . '/app/Services/AttachmentAccessService.php', | |
| 94 | + 'FluentBoards\\App\\Services\\AttachmentFileService' => $baseDir . '/app/Services/AttachmentFileService.php', | |
| 95 | + 'FluentBoards\\App\\Services\\BoardService' => $baseDir . '/app/Services/BoardService.php', | |
| 96 | + 'FluentBoards\\App\\Services\\CommentService' => $baseDir . '/app/Services/CommentService.php', | |
| 97 | + 'FluentBoards\\App\\Services\\Constant' => $baseDir . '/app/Services/Constant.php', | |
| 98 | + 'FluentBoards\\App\\Services\\DescriptionMarkdownConverter' => $baseDir . '/app/Services/DescriptionMarkdownConverter.php', | |
| 99 | + 'FluentBoards\\App\\Services\\FolderService' => $baseDir . '/app/Services/FolderService.php', | |
| 100 | + 'FluentBoards\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php', | |
| 101 | + 'FluentBoards\\App\\Services\\InstallService' => $baseDir . '/app/Services/InstallService.php', | |
| 102 | + 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\ContactAddedBoardTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/ContactAddedBoardTrigger.php', | |
| 103 | + 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\ContactAddedTaskTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/ContactAddedTaskTrigger.php', | |
| 104 | + 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\StageChangedTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/StageChangedTrigger.php', | |
| 105 | + 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\TaskCreateAction' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/TaskCreateAction.php', | |
| 106 | + 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\DeepIntegration' => $baseDir . '/app/Services/Intergrations/FluentCRM/DeepIntegration.php', | |
| 107 | + 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Init' => $baseDir . '/app/Services/Intergrations/FluentCRM/Init.php', | |
| 108 | + 'FluentBoards\\App\\Services\\Intergrations\\FluentFormIntegration\\Bootstrap' => $baseDir . '/app/Services/Intergrations/FluentFormIntegration/Bootstrap.php', | |
| 109 | + 'FluentBoards\\App\\Services\\LabelService' => $baseDir . '/app/Services/LabelService.php', | |
| 110 | + 'FluentBoards\\App\\Services\\Libs\\FileSystem' => $baseDir . '/app/Services/Libs/FileSystem.php', | |
| 111 | + 'FluentBoards\\App\\Services\\Libs\\Mailer' => $baseDir . '/app/Services/Libs/Mailer.php', | |
| 112 | + 'FluentBoards\\App\\Services\\NotificationService' => $baseDir . '/app/Services/NotificationService.php', | |
| 113 | + 'FluentBoards\\App\\Services\\OptionService' => $baseDir . '/app/Services/OptionService.php', | |
| 114 | + 'FluentBoards\\App\\Services\\Parsedown' => $baseDir . '/app/Services/Parsedown.php', | |
| 115 | + 'FluentBoards\\App\\Services\\PermissionManager' => $baseDir . '/app/Services/PermissionManager.php', | |
| 116 | + 'FluentBoards\\App\\Services\\PublicAccessService' => $baseDir . '/app/Services/PublicAccessService.php', | |
| 117 | + 'FluentBoards\\App\\Services\\ReportService' => $baseDir . '/app/Services/ReportService.php', | |
| 118 | + 'FluentBoards\\App\\Services\\Sanitize' => $baseDir . '/app/Services/Sanitize.php', | |
| 119 | + 'FluentBoards\\App\\Services\\StageService' => $baseDir . '/app/Services/StageService.php', | |
| 120 | + 'FluentBoards\\App\\Services\\TaskService' => $baseDir . '/app/Services/TaskService.php', | |
| 121 | + 'FluentBoards\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php', | |
| 122 | + 'FluentBoards\\App\\Services\\UploadService' => $baseDir . '/app/Services/UploadService.php', | |
| 123 | + 'FluentBoards\\App\\Services\\UserService' => $baseDir . '/app/Services/UserService.php', | |
| 124 | + 'FluentBoards\\App\\Vite' => $baseDir . '/app/Vite.php', | |
| 10 | 125 | 'FluentBoards\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php', |
| 11 | 126 | 'FluentBoards\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php', |
| 12 | 127 | 'FluentBoards\\Database\\Migrations\\ActivityMigrator' => $baseDir . '/database/Migrations/ActivityMigrator.php', |
| 13 | 128 | 'FluentBoards\\Database\\Migrations\\AttachmentMigrator' => $baseDir . '/database/Migrations/AttachmentMigrator.php', |
| @@ -20,5 +135,247 @@ | ||
| 20 | 135 | 'FluentBoards\\Database\\Migrations\\RelationMigrator' => $baseDir . '/database/Migrations/RelationMigrator.php', |
| 21 | 136 | 'FluentBoards\\Database\\Migrations\\TaskMetaMigrator' => $baseDir . '/database/Migrations/TaskMetaMigrator.php', |
| 22 | 137 | 'FluentBoards\\Database\\Migrations\\TaskMigrator' => $baseDir . '/database/Migrations/TaskMigrator.php', |
| 23 | 138 | 'FluentBoards\\Database\\Migrations\\TeamMigrator' => $baseDir . '/database/Migrations/TeamMigrator.php', |
| 139 | + 'FluentBoards\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php', | |
| 140 | + 'FluentBoards\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php', | |
| 141 | + 'FluentBoards\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php', | |
| 142 | + 'FluentBoards\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php', | |
| 143 | + 'FluentBoards\\Framework\\Container\\Contracts\\BindingResolutionException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/BindingResolutionException.php', | |
| 144 | + 'FluentBoards\\Framework\\Container\\Contracts\\CircularDependencyException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/CircularDependencyException.php', | |
| 145 | + 'FluentBoards\\Framework\\Container\\Contracts\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Container.php', | |
| 146 | + 'FluentBoards\\Framework\\Container\\Contracts\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/ContextualBindingBuilder.php', | |
| 147 | + 'FluentBoards\\Framework\\Container\\Contracts\\Psr\\ContainerExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerExceptionInterface.php', | |
| 148 | + 'FluentBoards\\Framework\\Container\\Contracts\\Psr\\ContainerInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerInterface.php', | |
| 149 | + 'FluentBoards\\Framework\\Container\\Contracts\\Psr\\NotFoundExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/NotFoundExceptionInterface.php', | |
| 150 | + 'FluentBoards\\Framework\\Container\\EntryNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/EntryNotFoundException.php', | |
| 151 | + 'FluentBoards\\Framework\\Container\\RewindableGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/RewindableGenerator.php', | |
| 152 | + 'FluentBoards\\Framework\\Container\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Util.php', | |
| 153 | + 'FluentBoards\\Framework\\Database\\BaseGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php', | |
| 154 | + 'FluentBoards\\Framework\\Database\\ClassMorphViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php', | |
| 155 | + 'FluentBoards\\Framework\\Database\\Concerns\\BuildsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php', | |
| 156 | + 'FluentBoards\\Framework\\Database\\Concerns\\BuildsWhereDateClauses' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsWhereDateClauses.php', | |
| 157 | + 'FluentBoards\\Framework\\Database\\Concerns\\CompilesJsonPaths' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/CompilesJsonPaths.php', | |
| 158 | + 'FluentBoards\\Framework\\Database\\Concerns\\ExplainsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php', | |
| 159 | + 'FluentBoards\\Framework\\Database\\Concerns\\MaintainsDatabase' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/MaintainsDatabase.php', | |
| 160 | + 'FluentBoards\\Framework\\Database\\Concerns\\ManagesTransactions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php', | |
| 161 | + 'FluentBoards\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php', | |
| 162 | + 'FluentBoards\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php', | |
| 163 | + 'FluentBoards\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php', | |
| 164 | + 'FluentBoards\\Framework\\Database\\DBManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DBManager.php', | |
| 165 | + 'FluentBoards\\Framework\\Database\\DatabaseManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php', | |
| 166 | + 'FluentBoards\\Framework\\Database\\DatabaseTransactionRecord' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php', | |
| 167 | + 'FluentBoards\\Framework\\Database\\DatabaseTransactionsManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php', | |
| 168 | + 'FluentBoards\\Framework\\Database\\DeadlockException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DeadlockException.php', | |
| 169 | + 'FluentBoards\\Framework\\Database\\DetectsLostConnections' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DetectsLostConnections.php', | |
| 170 | + 'FluentBoards\\Framework\\Database\\Events\\ConnectionEvent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/ConnectionEvent.php', | |
| 171 | + 'FluentBoards\\Framework\\Database\\Events\\QueryExecuted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/QueryExecuted.php', | |
| 172 | + 'FluentBoards\\Framework\\Database\\Events\\TransactionBeginning' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionBeginning.php', | |
| 173 | + 'FluentBoards\\Framework\\Database\\Events\\TransactionCommitted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitted.php', | |
| 174 | + 'FluentBoards\\Framework\\Database\\Events\\TransactionCommitting' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitting.php', | |
| 175 | + 'FluentBoards\\Framework\\Database\\Events\\TransactionRolledBack' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionRolledBack.php', | |
| 176 | + 'FluentBoards\\Framework\\Database\\LazyLoadingViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php', | |
| 177 | + 'FluentBoards\\Framework\\Database\\Migration\\Blueprint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/Blueprint.php', | |
| 178 | + 'FluentBoards\\Framework\\Database\\Migration\\ColumnDefinition' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/ColumnDefinition.php', | |
| 179 | + 'FluentBoards\\Framework\\Database\\MultipleColumnsSelectedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleColumnsSelectedException.php', | |
| 180 | + 'FluentBoards\\Framework\\Database\\MultipleRecordsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php', | |
| 181 | + 'FluentBoards\\Framework\\Database\\Orm\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php', | |
| 182 | + 'FluentBoards\\Framework\\Database\\Orm\\Castable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php', | |
| 183 | + 'FluentBoards\\Framework\\Database\\Orm\\CastsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsAttributes.php', | |
| 184 | + 'FluentBoards\\Framework\\Database\\Orm\\CastsInboundAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsInboundAttributes.php', | |
| 185 | + 'FluentBoards\\Framework\\Database\\Orm\\Casts\\ArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/ArrayObject.php', | |
| 186 | + 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsArrayObject.php', | |
| 187 | + 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsCollection.php', | |
| 188 | + 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsEncryptedArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedArrayObject.php', | |
| 189 | + 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsEncryptedCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedCollection.php', | |
| 190 | + 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsStringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsStringable.php', | |
| 191 | + 'FluentBoards\\Framework\\Database\\Orm\\Casts\\Attribute' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Attribute.php', | |
| 192 | + 'FluentBoards\\Framework\\Database\\Orm\\Casts\\Json' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Json.php', | |
| 193 | + 'FluentBoards\\Framework\\Database\\Orm\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php', | |
| 194 | + 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\GuardsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/GuardsAttributes.php', | |
| 195 | + 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasAttributes.php', | |
| 196 | + 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasEvents' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php', | |
| 197 | + 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasGlobalScopes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasGlobalScopes.php', | |
| 198 | + 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasRelationships.php', | |
| 199 | + 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasTimestamps' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasTimestamps.php', | |
| 200 | + 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasUniqueIds' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasUniqueIds.php', | |
| 201 | + 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HidesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HidesAttributes.php', | |
| 202 | + 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\QueriesRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/QueriesRelationships.php', | |
| 203 | + 'FluentBoards\\Framework\\Database\\Orm\\HasCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HasCollection.php', | |
| 204 | + 'FluentBoards\\Framework\\Database\\Orm\\HigherOrderBuilderProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HigherOrderBuilderProxy.php', | |
| 205 | + 'FluentBoards\\Framework\\Database\\Orm\\InvalidCastException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/InvalidCastException.php', | |
| 206 | + 'FluentBoards\\Framework\\Database\\Orm\\JsonEncodingException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/JsonEncodingException.php', | |
| 207 | + 'FluentBoards\\Framework\\Database\\Orm\\MassAssignmentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php', | |
| 208 | + 'FluentBoards\\Framework\\Database\\Orm\\MissingAttributeException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MissingAttributeException.php', | |
| 209 | + 'FluentBoards\\Framework\\Database\\Orm\\Model' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Model.php', | |
| 210 | + 'FluentBoards\\Framework\\Database\\Orm\\ModelNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ModelNotFoundException.php', | |
| 211 | + 'FluentBoards\\Framework\\Database\\Orm\\PendingHasThroughRelationship' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/PendingHasThroughRelationship.php', | |
| 212 | + 'FluentBoards\\Framework\\Database\\Orm\\RelationNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/RelationNotFoundException.php', | |
| 213 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\BelongsTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php', | |
| 214 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\BelongsToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php', | |
| 215 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\AsPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/AsPivot.php', | |
| 216 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\CanBeOneOfMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/CanBeOneOfMany.php', | |
| 217 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\ComparesRelatedModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/ComparesRelatedModels.php', | |
| 218 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithDictionary' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithDictionary.php', | |
| 219 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithPivotTable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithPivotTable.php', | |
| 220 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsDefaultModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsDefaultModels.php', | |
| 221 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsInverseRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsInverseRelations.php', | |
| 222 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php', | |
| 223 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php', | |
| 224 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php', | |
| 225 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrMany.php', | |
| 226 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOneOrManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrManyThrough.php', | |
| 227 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOneThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneThrough.php', | |
| 228 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php', | |
| 229 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php', | |
| 230 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php', | |
| 231 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphPivot.php', | |
| 232 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php', | |
| 233 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php', | |
| 234 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Pivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php', | |
| 235 | + 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Relation' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php', | |
| 236 | + 'FluentBoards\\Framework\\Database\\Orm\\Scope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php', | |
| 237 | + 'FluentBoards\\Framework\\Database\\Orm\\Searchable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php', | |
| 238 | + 'FluentBoards\\Framework\\Database\\Orm\\SoftDeletes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php', | |
| 239 | + 'FluentBoards\\Framework\\Database\\Orm\\SoftDeletingScope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php', | |
| 240 | + 'FluentBoards\\Framework\\Database\\Orm\\SupportsPartialRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php', | |
| 241 | + 'FluentBoards\\Framework\\Database\\Orm\\UserProxyTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/UserProxyTrait.php', | |
| 242 | + 'FluentBoards\\Framework\\Database\\QueryException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/QueryException.php', | |
| 243 | + 'FluentBoards\\Framework\\Database\\Query\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Builder.php', | |
| 244 | + 'FluentBoards\\Framework\\Database\\Query\\ConditionExpression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ConditionExpression.php', | |
| 245 | + 'FluentBoards\\Framework\\Database\\Query\\Expression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.php', | |
| 246 | + 'FluentBoards\\Framework\\Database\\Query\\ExpressionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ExpressionInterface.php', | |
| 247 | + 'FluentBoards\\Framework\\Database\\Query\\Grammars\\Grammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/Grammar.php', | |
| 248 | + 'FluentBoards\\Framework\\Database\\Query\\Grammars\\MySqlGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/MySqlGrammar.php', | |
| 249 | + 'FluentBoards\\Framework\\Database\\Query\\Grammars\\SQLiteGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/SQLiteGrammar.php', | |
| 250 | + 'FluentBoards\\Framework\\Database\\Query\\IndexHint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/IndexHint.php', | |
| 251 | + 'FluentBoards\\Framework\\Database\\Query\\JoinClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php', | |
| 252 | + 'FluentBoards\\Framework\\Database\\Query\\JoinLateralClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinLateralClause.php', | |
| 253 | + 'FluentBoards\\Framework\\Database\\Query\\Processors\\MySqlProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/MySqlProcessor.php', | |
| 254 | + 'FluentBoards\\Framework\\Database\\Query\\Processors\\Processor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/Processor.php', | |
| 255 | + 'FluentBoards\\Framework\\Database\\Query\\Processors\\SQLiteProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/SQLiteProcessor.php', | |
| 256 | + 'FluentBoards\\Framework\\Database\\Query\\WPDBConnection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php', | |
| 257 | + 'FluentBoards\\Framework\\Database\\RecordsNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php', | |
| 258 | + 'FluentBoards\\Framework\\Database\\Schema' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Schema.php', | |
| 259 | + 'FluentBoards\\Framework\\Database\\UniqueConstraintViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/UniqueConstraintViolationException.php', | |
| 260 | + 'FluentBoards\\Framework\\Encryption\\DecryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/DecryptException.php', | |
| 261 | + 'FluentBoards\\Framework\\Encryption\\EncryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/EncryptException.php', | |
| 262 | + 'FluentBoards\\Framework\\Encryption\\Encrypter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/Encrypter.php', | |
| 263 | + 'FluentBoards\\Framework\\Events\\Dispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/Dispatcher.php', | |
| 264 | + 'FluentBoards\\Framework\\Events\\DispatcherInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php', | |
| 265 | + 'FluentBoards\\Framework\\Events\\NullDispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php', | |
| 266 | + 'FluentBoards\\Framework\\Events\\ShouldDispatchAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldDispatchAfterCommit.php', | |
| 267 | + 'FluentBoards\\Framework\\Events\\ShouldHandleEventsAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldHandleEventsAfterCommit.php', | |
| 268 | + 'FluentBoards\\Framework\\Foundation\\App' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/App.php', | |
| 269 | + 'FluentBoards\\Framework\\Foundation\\Application' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Application.php', | |
| 270 | + 'FluentBoards\\Framework\\Foundation\\Async' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Async.php', | |
| 271 | + 'FluentBoards\\Framework\\Foundation\\ComponentBinder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php', | |
| 272 | + 'FluentBoards\\Framework\\Foundation\\Concerns\\AjaxTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/AjaxTrait.php', | |
| 273 | + 'FluentBoards\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php', | |
| 274 | + 'FluentBoards\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php', | |
| 275 | + 'FluentBoards\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php', | |
| 276 | + 'FluentBoards\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php', | |
| 277 | + 'FluentBoards\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php', | |
| 278 | + 'FluentBoards\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php', | |
| 279 | + 'FluentBoards\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php', | |
| 280 | + 'FluentBoards\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php', | |
| 281 | + 'FluentBoards\\Framework\\Foundation\\WPException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/WPException.php', | |
| 282 | + 'FluentBoards\\Framework\\Http\\Ajax' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Ajax.php', | |
| 283 | + 'FluentBoards\\Framework\\Http\\Client' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Client.php', | |
| 284 | + 'FluentBoards\\Framework\\Http\\Controller' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Controller.php', | |
| 285 | + 'FluentBoards\\Framework\\Http\\Cookie' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Cookie.php', | |
| 286 | + 'FluentBoards\\Framework\\Http\\Group' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Group.php', | |
| 287 | + 'FluentBoards\\Framework\\Http\\Middleware\\RateLimiter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Middleware/RateLimiter.php', | |
| 288 | + 'FluentBoards\\Framework\\Http\\Request\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/File.php', | |
| 289 | + 'FluentBoards\\Framework\\Http\\Request\\InputHelperMethodsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InputHelperMethodsTrait.php', | |
| 290 | + 'FluentBoards\\Framework\\Http\\Request\\InteractsWithCleaningTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithCleaningTrait.php', | |
| 291 | + 'FluentBoards\\Framework\\Http\\Request\\InteractsWithFilesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithFilesTrait.php', | |
| 292 | + 'FluentBoards\\Framework\\Http\\Request\\InteractsWithHeadersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithHeadersTrait.php', | |
| 293 | + 'FluentBoards\\Framework\\Http\\Request\\InteractsWithIPTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithIPTrait.php', | |
| 294 | + 'FluentBoards\\Framework\\Http\\Request\\Request' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/Request.php', | |
| 295 | + 'FluentBoards\\Framework\\Http\\Request\\WPUserProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/WPUserProxy.php', | |
| 296 | + 'FluentBoards\\Framework\\Http\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response.php', | |
| 297 | + 'FluentBoards\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php', | |
| 298 | + 'FluentBoards\\Framework\\Http\\Route' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Route.php', | |
| 299 | + 'FluentBoards\\Framework\\Http\\Router' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Router.php', | |
| 300 | + 'FluentBoards\\Framework\\Http\\SubstituteParameters' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteParameters.php', | |
| 301 | + 'FluentBoards\\Framework\\Http\\URL' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/URL.php', | |
| 302 | + 'FluentBoards\\Framework\\Http\\UrlGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/UrlGenerator.php', | |
| 303 | + 'FluentBoards\\Framework\\Pagination\\AbstractCursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php', | |
| 304 | + 'FluentBoards\\Framework\\Pagination\\AbstractPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php', | |
| 305 | + 'FluentBoards\\Framework\\Pagination\\Cursor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Cursor.php', | |
| 306 | + 'FluentBoards\\Framework\\Pagination\\CursorPaginationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php', | |
| 307 | + 'FluentBoards\\Framework\\Pagination\\CursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginator.php', | |
| 308 | + 'FluentBoards\\Framework\\Pagination\\CursorPaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginatorInterface.php', | |
| 309 | + 'FluentBoards\\Framework\\Pagination\\LengthAwarePaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php', | |
| 310 | + 'FluentBoards\\Framework\\Pagination\\LengthAwarePaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php', | |
| 311 | + 'FluentBoards\\Framework\\Pagination\\Paginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Paginator.php', | |
| 312 | + 'FluentBoards\\Framework\\Pagination\\PaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php', | |
| 313 | + 'FluentBoards\\Framework\\Pagination\\UrlWindow' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/UrlWindow.php', | |
| 314 | + 'FluentBoards\\Framework\\Randomizer\\GetStringTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/GetStringTrait.php', | |
| 315 | + 'FluentBoards\\Framework\\Randomizer\\Randomizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/Randomizer.php', | |
| 316 | + 'FluentBoards\\Framework\\Support\\Arr' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Arr.php', | |
| 317 | + 'FluentBoards\\Framework\\Support\\ArrayableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php', | |
| 318 | + 'FluentBoards\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php', | |
| 319 | + 'FluentBoards\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php', | |
| 320 | + 'FluentBoards\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php', | |
| 321 | + 'FluentBoards\\Framework\\Support\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTime.php', | |
| 322 | + 'FluentBoards\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php', | |
| 323 | + 'FluentBoards\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php', | |
| 324 | + 'FluentBoards\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php', | |
| 325 | + 'FluentBoards\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php', | |
| 326 | + 'FluentBoards\\Framework\\Support\\Facade' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Facade.php', | |
| 327 | + 'FluentBoards\\Framework\\Support\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/File.php', | |
| 328 | + 'FluentBoards\\Framework\\Support\\Fluent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Fluent.php', | |
| 329 | + 'FluentBoards\\Framework\\Support\\ForwardsCalls' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ForwardsCalls.php', | |
| 330 | + 'FluentBoards\\Framework\\Support\\Hash' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Hash.php', | |
| 331 | + 'FluentBoards\\Framework\\Support\\Helper' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Helper.php', | |
| 332 | + 'FluentBoards\\Framework\\Support\\HelperFunctionsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HelperFunctionsTrait.php', | |
| 333 | + 'FluentBoards\\Framework\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php', | |
| 334 | + 'FluentBoards\\Framework\\Support\\HigherOrderTapProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php', | |
| 335 | + 'FluentBoards\\Framework\\Support\\HigherOrderWhenProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php', | |
| 336 | + 'FluentBoards\\Framework\\Support\\InvalidArgumentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php', | |
| 337 | + 'FluentBoards\\Framework\\Support\\Invoker' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Invoker.php', | |
| 338 | + 'FluentBoards\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php', | |
| 339 | + 'FluentBoards\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php', | |
| 340 | + 'FluentBoards\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php', | |
| 341 | + 'FluentBoards\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php', | |
| 342 | + 'FluentBoards\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php', | |
| 343 | + 'FluentBoards\\Framework\\Support\\Mail' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Mail.php', | |
| 344 | + 'FluentBoards\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php', | |
| 345 | + 'FluentBoards\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php', | |
| 346 | + 'FluentBoards\\Framework\\Support\\MediaUploader' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MediaUploader.php', | |
| 347 | + 'FluentBoards\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php', | |
| 348 | + 'FluentBoards\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php', | |
| 349 | + 'FluentBoards\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php', | |
| 350 | + 'FluentBoards\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php', | |
| 351 | + 'FluentBoards\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php', | |
| 352 | + 'FluentBoards\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php', | |
| 353 | + 'FluentBoards\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php', | |
| 354 | + 'FluentBoards\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php', | |
| 355 | + 'FluentBoards\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php', | |
| 356 | + 'FluentBoards\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php', | |
| 357 | + 'FluentBoards\\Framework\\Support\\Str' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Str.php', | |
| 358 | + 'FluentBoards\\Framework\\Support\\Stringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Stringable.php', | |
| 359 | + 'FluentBoards\\Framework\\Support\\Tappable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Tappable.php', | |
| 360 | + 'FluentBoards\\Framework\\Support\\UriTemplate' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UriTemplate.php', | |
| 361 | + 'FluentBoards\\Framework\\Support\\UrlRoutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php', | |
| 362 | + 'FluentBoards\\Framework\\Support\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Util.php', | |
| 363 | + 'FluentBoards\\Framework\\Validator\\Contracts\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php', | |
| 364 | + 'FluentBoards\\Framework\\Validator\\MessageBag' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/MessageBag.php', | |
| 365 | + 'FluentBoards\\Framework\\Validator\\Rule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rule.php', | |
| 366 | + 'FluentBoards\\Framework\\Validator\\Rules\\ConditionalRules' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/ConditionalRules.php', | |
| 367 | + 'FluentBoards\\Framework\\Validator\\Rules\\DatabaseRule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/DatabaseRule.php', | |
| 368 | + 'FluentBoards\\Framework\\Validator\\Rules\\Dimensions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Dimensions.php', | |
| 369 | + 'FluentBoards\\Framework\\Validator\\Rules\\Exists' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Exists.php', | |
| 370 | + 'FluentBoards\\Framework\\Validator\\Rules\\In' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/In.php', | |
| 371 | + 'FluentBoards\\Framework\\Validator\\Rules\\NotIn' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/NotIn.php', | |
| 372 | + 'FluentBoards\\Framework\\Validator\\Rules\\RequiredIf' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/RequiredIf.php', | |
| 373 | + 'FluentBoards\\Framework\\Validator\\Rules\\Unique' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Unique.php', | |
| 374 | + 'FluentBoards\\Framework\\Validator\\ValidateDatabaseRulesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidateDatabaseRulesTrait.php', | |
| 375 | + 'FluentBoards\\Framework\\Validator\\ValidatesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidatesAttributes.php', | |
| 376 | + 'FluentBoards\\Framework\\Validator\\ValidationData' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationData.php', | |
| 377 | + 'FluentBoards\\Framework\\Validator\\ValidationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationException.php', | |
| 378 | + 'FluentBoards\\Framework\\Validator\\ValidationRuleParser' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php', | |
| 379 | + 'FluentBoards\\Framework\\Validator\\Validator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Validator.php', | |
| 380 | + 'FluentBoards\\Framework\\View\\View' => $vendorDir . '/wpfluent/framework/src/WPFluent/View/View.php', | |
| 24 | 381 | ); |