PluginProbe
FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration / 2.1.0
FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration v2.1.0
2.1.0 2.0.15 2.0.12 2.0.10 2.0.4 2.0.1 2.0.0 1.95.3 1.95.2 1.95 1.91.6 trunk 1.11 1.12 1.13 1.20 1.21 1.22 1.23 1.30 1.31 1.32 1.35 1.40 1.41 All 42 releases
← All changes | vendor/composer/autoload_classmap.php +115 -18 1.132.1.0 View file →
@@ -8,8 +8,9 @@
8 8 return array(
9 9 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
10 10 'FluentBoards\\App\\Api\\Api' => $baseDir . '/app/Api/Api.php',
11 11 'FluentBoards\\App\\Api\\Classes\\Boards' => $baseDir . '/app/Api/Classes/Boards.php',
12 + 'FluentBoards\\App\\Api\\Classes\\Stages' => $baseDir . '/app/Api/Classes/Stages.php',
12 13 'FluentBoards\\App\\Api\\Classes\\Tasks' => $baseDir . '/app/Api/Classes/Tasks.php',
13 14 'FluentBoards\\App\\Api\\FBSApi' => $baseDir . '/app/Api/FBSApi.php',
14 15 'FluentBoards\\App\\App' => $baseDir . '/app/App.php',
15 16 'FluentBoards\\App\\ComposerScript' => $baseDir . '/app/ComposerScript.php',
@@ -17,30 +18,43 @@
17 18 'FluentBoards\\App\\Hooks\\Handlers\\ActivationHandler' => $baseDir . '/app/Hooks/Handlers/ActivationHandler.php',
18 19 'FluentBoards\\App\\Hooks\\Handlers\\ActivityHandler' => $baseDir . '/app/Hooks/Handlers/ActivityHandler.php',
19 20 'FluentBoards\\App\\Hooks\\Handlers\\AdminMenuHandler' => $baseDir . '/app/Hooks/Handlers/AdminMenuHandler.php',
20 21 'FluentBoards\\App\\Hooks\\Handlers\\BoardHandler' => $baseDir . '/app/Hooks/Handlers/BoardHandler.php',
22 + 'FluentBoards\\App\\Hooks\\Handlers\\BoardMenuHandler' => $baseDir . '/app/Hooks/Handlers/BoardMenuHandler.php',
21 23 'FluentBoards\\App\\Hooks\\Handlers\\CPTHandler' => $baseDir . '/app/Hooks/Handlers/CPTHandler.php',
22 24 'FluentBoards\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php',
25 + 'FluentBoards\\App\\Hooks\\Handlers\\DescriptionMigrationHandler' => $baseDir . '/app/Hooks/Handlers/DescriptionMigrationHandler.php',
23 26 'FluentBoards\\App\\Hooks\\Handlers\\ExternalPages' => $baseDir . '/app/Hooks/Handlers/ExternalPages.php',
24 27 'FluentBoards\\App\\Hooks\\Handlers\\FileHandler' => $baseDir . '/app/Hooks/Handlers/FileHandler.php',
25 28 'FluentBoards\\App\\Hooks\\Handlers\\FluentCrmIntegration' => $baseDir . '/app/Hooks/Handlers/FluentCrmIntegration.php',
26 29 'FluentBoards\\App\\Hooks\\Handlers\\NotificationHandler' => $baseDir . '/app/Hooks/Handlers/NotificationHandler.php',
27 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',
28 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',
29 36 'FluentBoards\\App\\Http\\Controllers\\BoardController' => $baseDir . '/app/Http/Controllers/BoardController.php',
30 37 'FluentBoards\\App\\Http\\Controllers\\CommentController' => $baseDir . '/app/Http/Controllers/CommentController.php',
31 38 'FluentBoards\\App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php',
39 + 'FluentBoards\\App\\Http\\Controllers\\FolderController' => $baseDir . '/app/Http/Controllers/FolderController.php',
32 40 'FluentBoards\\App\\Http\\Controllers\\LabelController' => $baseDir . '/app/Http/Controllers/LabelController.php',
41 + 'FluentBoards\\App\\Http\\Controllers\\MCPSettingsController' => $baseDir . '/app/Http/Controllers/MCPSettingsController.php',
33 42 'FluentBoards\\App\\Http\\Controllers\\NotificationController' => $baseDir . '/app/Http/Controllers/NotificationController.php',
34 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',
35 46 'FluentBoards\\App\\Http\\Controllers\\StageController' => $baseDir . '/app/Http/Controllers/StageController.php',
36 47 'FluentBoards\\App\\Http\\Controllers\\TaskController' => $baseDir . '/app/Http/Controllers/TaskController.php',
37 48 'FluentBoards\\App\\Http\\Controllers\\UserController' => $baseDir . '/app/Http/Controllers/UserController.php',
38 49 'FluentBoards\\App\\Http\\Controllers\\WebhookController' => $baseDir . '/app/Http/Controllers/WebhookController.php',
39 50 'FluentBoards\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php',
51 + 'FluentBoards\\App\\Http\\Policies\\AiPolicy' => $baseDir . '/app/Http/Policies/AiPolicy.php',
40 52 'FluentBoards\\App\\Http\\Policies\\AuthPolicy' => $baseDir . '/app/Http/Policies/AuthPolicy.php',
41 53 'FluentBoards\\App\\Http\\Policies\\BasePolicy' => $baseDir . '/app/Http/Policies/BasePolicy.php',
54 + 'FluentBoards\\App\\Http\\Policies\\BoardManagerPolicy' => $baseDir . '/app/Http/Policies/BoardManagerPolicy.php',
42 55 'FluentBoards\\App\\Http\\Policies\\BoardUserPolicy' => $baseDir . '/app/Http/Policies/BoardUserPolicy.php',
56 + 'FluentBoards\\App\\Http\\Policies\\PublicBoardPolicy' => $baseDir . '/app/Http/Policies/PublicBoardPolicy.php',
43 57 'FluentBoards\\App\\Http\\Policies\\SingleBoardPolicy' => $baseDir . '/app/Http/Policies/SingleBoardPolicy.php',
44 58 'FluentBoards\\App\\Http\\Policies\\TaskPolicy' => $baseDir . '/app/Http/Policies/TaskPolicy.php',
45 59 'FluentBoards\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php',
46 60 'FluentBoards\\App\\Http\\Policies\\WebhookPolicy' => $baseDir . '/app/Http/Policies/WebhookPolicy.php',
@@ -45,11 +59,14 @@
45 59 'FluentBoards\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php',
46 60 'FluentBoards\\App\\Http\\Policies\\WebhookPolicy' => $baseDir . '/app/Http/Policies/WebhookPolicy.php',
47 61 'FluentBoards\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php',
48 62 'FluentBoards\\App\\Models\\Activity' => $baseDir . '/app/Models/Activity.php',
63 + 'FluentBoards\\App\\Models\\Attachment' => $baseDir . '/app/Models/Attachment.php',
49 64 'FluentBoards\\App\\Models\\Board' => $baseDir . '/app/Models/Board.php',
50 65 'FluentBoards\\App\\Models\\BoardTerm' => $baseDir . '/app/Models/BoardTerm.php',
51 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',
52 69 'FluentBoards\\App\\Models\\Label' => $baseDir . '/app/Models/Label.php',
53 70 'FluentBoards\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php',
54 71 'FluentBoards\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php',
55 72 'FluentBoards\\App\\Models\\Notification' => $baseDir . '/app/Models/Notification.php',
@@ -56,15 +73,31 @@
56 73 'FluentBoards\\App\\Models\\NotificationUser' => $baseDir . '/app/Models/NotificationUser.php',
57 74 'FluentBoards\\App\\Models\\Relation' => $baseDir . '/app/Models/Relation.php',
58 75 'FluentBoards\\App\\Models\\Stage' => $baseDir . '/app/Models/Stage.php',
59 76 'FluentBoards\\App\\Models\\Task' => $baseDir . '/app/Models/Task.php',
77 + 'FluentBoards\\App\\Models\\TaskImage' => $baseDir . '/app/Models/TaskImage.php',
60 78 'FluentBoards\\App\\Models\\TaskMeta' => $baseDir . '/app/Models/TaskMeta.php',
61 79 'FluentBoards\\App\\Models\\Team' => $baseDir . '/app/Models/Team.php',
62 80 'FluentBoards\\App\\Models\\User' => $baseDir . '/app/Models/User.php',
63 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',
64 95 'FluentBoards\\App\\Services\\BoardService' => $baseDir . '/app/Services/BoardService.php',
65 96 'FluentBoards\\App\\Services\\CommentService' => $baseDir . '/app/Services/CommentService.php',
66 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',
67 100 'FluentBoards\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php',
68 101 'FluentBoards\\App\\Services\\InstallService' => $baseDir . '/app/Services/InstallService.php',
69 102 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\ContactAddedBoardTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/ContactAddedBoardTrigger.php',
70 103 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\ContactAddedTaskTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/ContactAddedTaskTrigger.php',
@@ -74,11 +107,15 @@
74 107 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Init' => $baseDir . '/app/Services/Intergrations/FluentCRM/Init.php',
75 108 'FluentBoards\\App\\Services\\Intergrations\\FluentFormIntegration\\Bootstrap' => $baseDir . '/app/Services/Intergrations/FluentFormIntegration/Bootstrap.php',
76 109 'FluentBoards\\App\\Services\\LabelService' => $baseDir . '/app/Services/LabelService.php',
77 110 'FluentBoards\\App\\Services\\Libs\\FileSystem' => $baseDir . '/app/Services/Libs/FileSystem.php',
111 + 'FluentBoards\\App\\Services\\Libs\\Mailer' => $baseDir . '/app/Services/Libs/Mailer.php',
78 112 'FluentBoards\\App\\Services\\NotificationService' => $baseDir . '/app/Services/NotificationService.php',
79 113 'FluentBoards\\App\\Services\\OptionService' => $baseDir . '/app/Services/OptionService.php',
114 + 'FluentBoards\\App\\Services\\Parsedown' => $baseDir . '/app/Services/Parsedown.php',
80 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',
81 118 'FluentBoards\\App\\Services\\Sanitize' => $baseDir . '/app/Services/Sanitize.php',
82 119 'FluentBoards\\App\\Services\\StageService' => $baseDir . '/app/Services/StageService.php',
83 120 'FluentBoards\\App\\Services\\TaskService' => $baseDir . '/app/Services/TaskService.php',
84 121 'FluentBoards\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php',
@@ -83,8 +120,9 @@
83 120 'FluentBoards\\App\\Services\\TaskService' => $baseDir . '/app/Services/TaskService.php',
84 121 'FluentBoards\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php',
85 122 'FluentBoards\\App\\Services\\UploadService' => $baseDir . '/app/Services/UploadService.php',
86 123 'FluentBoards\\App\\Services\\UserService' => $baseDir . '/app/Services/UserService.php',
124 + 'FluentBoards\\App\\Vite' => $baseDir . '/app/Vite.php',
87 125 'FluentBoards\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php',
88 126 'FluentBoards\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php',
89 127 'FluentBoards\\Database\\Migrations\\ActivityMigrator' => $baseDir . '/database/Migrations/ActivityMigrator.php',
90 128 'FluentBoards\\Database\\Migrations\\AttachmentMigrator' => $baseDir . '/database/Migrations/AttachmentMigrator.php',
@@ -97,8 +135,9 @@
97 135 'FluentBoards\\Database\\Migrations\\RelationMigrator' => $baseDir . '/database/Migrations/RelationMigrator.php',
98 136 'FluentBoards\\Database\\Migrations\\TaskMetaMigrator' => $baseDir . '/database/Migrations/TaskMetaMigrator.php',
99 137 'FluentBoards\\Database\\Migrations\\TaskMigrator' => $baseDir . '/database/Migrations/TaskMigrator.php',
100 138 'FluentBoards\\Database\\Migrations\\TeamMigrator' => $baseDir . '/database/Migrations/TeamMigrator.php',
139 + 'FluentBoards\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php',
101 140 'FluentBoards\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php',
102 141 'FluentBoards\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php',
103 142 'FluentBoards\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php',
104 143 'FluentBoards\\Framework\\Container\\Contracts\\BindingResolutionException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/BindingResolutionException.php',
@@ -113,13 +152,32 @@
113 152 'FluentBoards\\Framework\\Container\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Util.php',
114 153 'FluentBoards\\Framework\\Database\\BaseGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php',
115 154 'FluentBoards\\Framework\\Database\\ClassMorphViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php',
116 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',
117 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',
118 161 'FluentBoards\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php',
119 162 'FluentBoards\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php',
120 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',
121 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',
122 180 'FluentBoards\\Framework\\Database\\MultipleRecordsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php',
123 181 'FluentBoards\\Framework\\Database\\Orm\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php',
124 182 'FluentBoards\\Framework\\Database\\Orm\\Castable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php',
125 183 'FluentBoards\\Framework\\Database\\Orm\\CastsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsAttributes.php',
@@ -130,8 +188,9 @@
130 188 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsEncryptedArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedArrayObject.php',
131 189 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsEncryptedCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedCollection.php',
132 190 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsStringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsStringable.php',
133 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',
134 193 'FluentBoards\\Framework\\Database\\Orm\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php',
135 194 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\GuardsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/GuardsAttributes.php',
136 195 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasAttributes.php',
137 196 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasEvents' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php',
@@ -137,16 +196,20 @@
137 196 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasEvents' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php',
138 197 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasGlobalScopes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasGlobalScopes.php',
139 198 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasRelationships.php',
140 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',
141 201 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HidesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HidesAttributes.php',
142 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',
143 204 'FluentBoards\\Framework\\Database\\Orm\\HigherOrderBuilderProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HigherOrderBuilderProxy.php',
144 205 'FluentBoards\\Framework\\Database\\Orm\\InvalidCastException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/InvalidCastException.php',
145 206 'FluentBoards\\Framework\\Database\\Orm\\JsonEncodingException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/JsonEncodingException.php',
146 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',
147 209 'FluentBoards\\Framework\\Database\\Orm\\Model' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Model.php',
148 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',
149 212 'FluentBoards\\Framework\\Database\\Orm\\RelationNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/RelationNotFoundException.php',
150 213 'FluentBoards\\Framework\\Database\\Orm\\Relations\\BelongsTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php',
151 214 'FluentBoards\\Framework\\Database\\Orm\\Relations\\BelongsToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php',
152 215 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\AsPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/AsPivot.php',
@@ -154,12 +217,14 @@
154 217 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\ComparesRelatedModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/ComparesRelatedModels.php',
155 218 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithDictionary' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithDictionary.php',
156 219 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithPivotTable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithPivotTable.php',
157 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',
158 222 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php',
159 223 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php',
160 224 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php',
161 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',
162 227 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOneThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneThrough.php',
163 228 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php',
164 229 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php',
165 230 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php',
@@ -167,53 +232,75 @@
167 232 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php',
168 233 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php',
169 234 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Pivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php',
170 235 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Relation' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php',
171 - 'FluentBoards\\Framework\\Database\\Orm\\ResourceAbleTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ResourceAbleTrait.php',
172 236 'FluentBoards\\Framework\\Database\\Orm\\Scope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php',
173 - 'FluentBoards\\Framework\\Database\\Orm\\ScopeInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ScopeInterface.php',
237 + 'FluentBoards\\Framework\\Database\\Orm\\Searchable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php',
174 238 'FluentBoards\\Framework\\Database\\Orm\\SoftDeletes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php',
175 239 'FluentBoards\\Framework\\Database\\Orm\\SoftDeletingScope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php',
176 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',
177 242 'FluentBoards\\Framework\\Database\\QueryException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/QueryException.php',
178 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',
179 245 'FluentBoards\\Framework\\Database\\Query\\Expression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.php',
180 - 'FluentBoards\\Framework\\Database\\Query\\Grammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammar.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',
181 251 'FluentBoards\\Framework\\Database\\Query\\JoinClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php',
182 - 'FluentBoards\\Framework\\Database\\Query\\JsonExpression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JsonExpression.php',
183 - 'FluentBoards\\Framework\\Database\\Query\\MySqlGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/MySqlGrammar.php',
184 - 'FluentBoards\\Framework\\Database\\Query\\Processor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processor.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',
185 256 'FluentBoards\\Framework\\Database\\Query\\WPDBConnection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php',
186 257 'FluentBoards\\Framework\\Database\\RecordsNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php',
187 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',
188 263 'FluentBoards\\Framework\\Events\\Dispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/Dispatcher.php',
189 264 'FluentBoards\\Framework\\Events\\DispatcherInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php',
190 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',
191 268 'FluentBoards\\Framework\\Foundation\\App' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/App.php',
192 269 'FluentBoards\\Framework\\Foundation\\Application' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Application.php',
193 - 'FluentBoards\\Framework\\Foundation\\AsyncRequestTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/AsyncRequestTrait.php',
270 + 'FluentBoards\\Framework\\Foundation\\Async' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Async.php',
194 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',
195 276 'FluentBoards\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php',
196 - 'FluentBoards\\Framework\\Foundation\\CronTaskSchedulerTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/CronTaskSchedulerTrait.php',
197 277 'FluentBoards\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
198 - 'FluentBoards\\Framework\\Foundation\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/FoundationTrait.php',
199 - 'FluentBoards\\Framework\\Foundation\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/HooksRemovalTrait.php',
200 278 'FluentBoards\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
201 279 'FluentBoards\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
202 280 'FluentBoards\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
203 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',
204 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',
205 286 'FluentBoards\\Framework\\Http\\Group' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Group.php',
206 - 'FluentBoards\\Framework\\Http\\Request\\Cleaner' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/Cleaner.php',
287 + 'FluentBoards\\Framework\\Http\\Middleware\\RateLimiter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Middleware/RateLimiter.php',
207 288 'FluentBoards\\Framework\\Http\\Request\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/File.php',
208 - 'FluentBoards\\Framework\\Http\\Request\\FileHandler' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/FileHandler.php',
209 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',
210 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',
211 297 'FluentBoards\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php',
212 298 'FluentBoards\\Framework\\Http\\Route' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Route.php',
213 299 'FluentBoards\\Framework\\Http\\Router' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Router.php',
214 - 'FluentBoards\\Framework\\Http\\SubstituteRouteParametersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteRouteParametersTrait.php',
300 + 'FluentBoards\\Framework\\Http\\SubstituteParameters' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteParameters.php',
215 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',
216 303 'FluentBoards\\Framework\\Pagination\\AbstractCursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php',
217 304 'FluentBoards\\Framework\\Pagination\\AbstractPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php',
218 305 'FluentBoards\\Framework\\Pagination\\Cursor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Cursor.php',
219 306 'FluentBoards\\Framework\\Pagination\\CursorPaginationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php',
@@ -223,8 +310,10 @@
223 310 'FluentBoards\\Framework\\Pagination\\LengthAwarePaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php',
224 311 'FluentBoards\\Framework\\Pagination\\Paginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Paginator.php',
225 312 'FluentBoards\\Framework\\Pagination\\PaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php',
226 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',
227 316 'FluentBoards\\Framework\\Support\\Arr' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Arr.php',
228 317 'FluentBoards\\Framework\\Support\\ArrayableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php',
229 318 'FluentBoards\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php',
230 319 'FluentBoards\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php',
@@ -231,13 +320,15 @@
231 320 'FluentBoards\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php',
232 321 'FluentBoards\\Framework\\Support\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTime.php',
233 322 'FluentBoards\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php',
234 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',
235 325 'FluentBoards\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php',
236 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',
237 328 'FluentBoards\\Framework\\Support\\Fluent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Fluent.php',
238 - 'FluentBoards\\Framework\\Support\\FluentArray' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/FluentArray.php',
239 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',
240 331 'FluentBoards\\Framework\\Support\\Helper' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Helper.php',
241 332 'FluentBoards\\Framework\\Support\\HelperFunctionsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HelperFunctionsTrait.php',
242 333 'FluentBoards\\Framework\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php',
243 334 'FluentBoards\\Framework\\Support\\HigherOrderTapProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php',
@@ -242,28 +333,34 @@
242 333 'FluentBoards\\Framework\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php',
243 334 'FluentBoards\\Framework\\Support\\HigherOrderTapProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php',
244 335 'FluentBoards\\Framework\\Support\\HigherOrderWhenProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php',
245 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',
246 338 'FluentBoards\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php',
247 339 'FluentBoards\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
248 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',
249 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',
250 347 'FluentBoards\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php',
251 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',
252 350 'FluentBoards\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php',
253 351 'FluentBoards\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php',
254 352 'FluentBoards\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php',
255 - 'FluentBoards\\Framework\\Support\\QueueableCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/QueueableCollection.php',
256 - 'FluentBoards\\Framework\\Support\\QueueableCollectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/QueueableCollectionInterface.php',
257 - 'FluentBoards\\Framework\\Support\\QueueableEntity' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/QueueableEntity.php',
258 353 'FluentBoards\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php',
259 354 'FluentBoards\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php',
260 355 'FluentBoards\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
261 - 'FluentBoards\\Framework\\Support\\StdObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/StdObject.php',
356 + 'FluentBoards\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php',
262 357 'FluentBoards\\Framework\\Support\\Str' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Str.php',
263 358 'FluentBoards\\Framework\\Support\\Stringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Stringable.php',
264 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',
265 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',
266 363 'FluentBoards\\Framework\\Validator\\Contracts\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php',
267 364 'FluentBoards\\Framework\\Validator\\MessageBag' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/MessageBag.php',
268 365 'FluentBoards\\Framework\\Validator\\Rule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rule.php',
269 366 'FluentBoards\\Framework\\Validator\\Rules\\ConditionalRules' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/ConditionalRules.php',