PluginProbe
FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration / trunk
FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration vtrunk
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 1.45 All 41 releases
fluent-boards / vendor / composer / autoload_classmap.php

autoload_classmap.php in FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration trunk, at vendor/composer/autoload_classmap.php

381 lines 48.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_classmap.php @generated by Composer
4
5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
7
8 return array(
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\\AttachmentFileService' => $baseDir . '/app/Services/AttachmentFileService.php',
94 'FluentBoards\\App\\Services\\BoardService' => $baseDir . '/app/Services/BoardService.php',
95 'FluentBoards\\App\\Services\\CommentService' => $baseDir . '/app/Services/CommentService.php',
96 'FluentBoards\\App\\Services\\Constant' => $baseDir . '/app/Services/Constant.php',
97 'FluentBoards\\App\\Services\\DescriptionMarkdownConverter' => $baseDir . '/app/Services/DescriptionMarkdownConverter.php',
98 'FluentBoards\\App\\Services\\FolderService' => $baseDir . '/app/Services/FolderService.php',
99 'FluentBoards\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php',
100 'FluentBoards\\App\\Services\\InstallService' => $baseDir . '/app/Services/InstallService.php',
101 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\ContactAddedBoardTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/ContactAddedBoardTrigger.php',
102 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\ContactAddedTaskTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/ContactAddedTaskTrigger.php',
103 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\StageChangedTrigger' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/StageChangedTrigger.php',
104 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Automations\\TaskCreateAction' => $baseDir . '/app/Services/Intergrations/FluentCRM/Automations/TaskCreateAction.php',
105 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\DeepIntegration' => $baseDir . '/app/Services/Intergrations/FluentCRM/DeepIntegration.php',
106 'FluentBoards\\App\\Services\\Intergrations\\FluentCRM\\Init' => $baseDir . '/app/Services/Intergrations/FluentCRM/Init.php',
107 'FluentBoards\\App\\Services\\Intergrations\\FluentFormIntegration\\Bootstrap' => $baseDir . '/app/Services/Intergrations/FluentFormIntegration/Bootstrap.php',
108 'FluentBoards\\App\\Services\\LabelService' => $baseDir . '/app/Services/LabelService.php',
109 'FluentBoards\\App\\Services\\Libs\\FileSystem' => $baseDir . '/app/Services/Libs/FileSystem.php',
110 'FluentBoards\\App\\Services\\Libs\\Mailer' => $baseDir . '/app/Services/Libs/Mailer.php',
111 'FluentBoards\\App\\Services\\NotificationService' => $baseDir . '/app/Services/NotificationService.php',
112 'FluentBoards\\App\\Services\\OptionService' => $baseDir . '/app/Services/OptionService.php',
113 'FluentBoards\\App\\Services\\Parsedown' => $baseDir . '/app/Services/Parsedown.php',
114 'FluentBoards\\App\\Services\\PermissionManager' => $baseDir . '/app/Services/PermissionManager.php',
115 'FluentBoards\\App\\Services\\PublicAccessService' => $baseDir . '/app/Services/PublicAccessService.php',
116 'FluentBoards\\App\\Services\\ReportService' => $baseDir . '/app/Services/ReportService.php',
117 'FluentBoards\\App\\Services\\Sanitize' => $baseDir . '/app/Services/Sanitize.php',
118 'FluentBoards\\App\\Services\\StageService' => $baseDir . '/app/Services/StageService.php',
119 'FluentBoards\\App\\Services\\TaskService' => $baseDir . '/app/Services/TaskService.php',
120 'FluentBoards\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php',
121 'FluentBoards\\App\\Services\\UploadService' => $baseDir . '/app/Services/UploadService.php',
122 'FluentBoards\\App\\Services\\UserService' => $baseDir . '/app/Services/UserService.php',
123 'FluentBoards\\App\\Vite' => $baseDir . '/app/Vite.php',
124 'FluentBoards\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php',
125 'FluentBoards\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php',
126 'FluentBoards\\Database\\Migrations\\ActivityMigrator' => $baseDir . '/database/Migrations/ActivityMigrator.php',
127 'FluentBoards\\Database\\Migrations\\AttachmentMigrator' => $baseDir . '/database/Migrations/AttachmentMigrator.php',
128 'FluentBoards\\Database\\Migrations\\BoardMigrator' => $baseDir . '/database/Migrations/BoardMigrator.php',
129 'FluentBoards\\Database\\Migrations\\BoardTermMigrator' => $baseDir . '/database/Migrations/BoardTermMigrator.php',
130 'FluentBoards\\Database\\Migrations\\CommentsMigrator' => $baseDir . '/database/Migrations/CommentsMigrator.php',
131 'FluentBoards\\Database\\Migrations\\MetaMigrator' => $baseDir . '/database/Migrations/MetaMigrator.php',
132 'FluentBoards\\Database\\Migrations\\NotificationMigrator' => $baseDir . '/database/Migrations/NotificationMigrator.php',
133 'FluentBoards\\Database\\Migrations\\NotificationUserMigrator' => $baseDir . '/database/Migrations/NotificationUserMigrator.php',
134 'FluentBoards\\Database\\Migrations\\RelationMigrator' => $baseDir . '/database/Migrations/RelationMigrator.php',
135 'FluentBoards\\Database\\Migrations\\TaskMetaMigrator' => $baseDir . '/database/Migrations/TaskMetaMigrator.php',
136 'FluentBoards\\Database\\Migrations\\TaskMigrator' => $baseDir . '/database/Migrations/TaskMigrator.php',
137 'FluentBoards\\Database\\Migrations\\TeamMigrator' => $baseDir . '/database/Migrations/TeamMigrator.php',
138 'FluentBoards\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php',
139 'FluentBoards\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php',
140 'FluentBoards\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php',
141 'FluentBoards\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php',
142 'FluentBoards\\Framework\\Container\\Contracts\\BindingResolutionException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/BindingResolutionException.php',
143 'FluentBoards\\Framework\\Container\\Contracts\\CircularDependencyException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/CircularDependencyException.php',
144 'FluentBoards\\Framework\\Container\\Contracts\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Container.php',
145 'FluentBoards\\Framework\\Container\\Contracts\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/ContextualBindingBuilder.php',
146 'FluentBoards\\Framework\\Container\\Contracts\\Psr\\ContainerExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerExceptionInterface.php',
147 'FluentBoards\\Framework\\Container\\Contracts\\Psr\\ContainerInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerInterface.php',
148 'FluentBoards\\Framework\\Container\\Contracts\\Psr\\NotFoundExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/NotFoundExceptionInterface.php',
149 'FluentBoards\\Framework\\Container\\EntryNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/EntryNotFoundException.php',
150 'FluentBoards\\Framework\\Container\\RewindableGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/RewindableGenerator.php',
151 'FluentBoards\\Framework\\Container\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Util.php',
152 'FluentBoards\\Framework\\Database\\BaseGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php',
153 'FluentBoards\\Framework\\Database\\ClassMorphViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php',
154 'FluentBoards\\Framework\\Database\\Concerns\\BuildsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php',
155 'FluentBoards\\Framework\\Database\\Concerns\\BuildsWhereDateClauses' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsWhereDateClauses.php',
156 'FluentBoards\\Framework\\Database\\Concerns\\CompilesJsonPaths' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/CompilesJsonPaths.php',
157 'FluentBoards\\Framework\\Database\\Concerns\\ExplainsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php',
158 'FluentBoards\\Framework\\Database\\Concerns\\MaintainsDatabase' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/MaintainsDatabase.php',
159 'FluentBoards\\Framework\\Database\\Concerns\\ManagesTransactions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php',
160 'FluentBoards\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php',
161 'FluentBoards\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php',
162 'FluentBoards\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php',
163 'FluentBoards\\Framework\\Database\\DBManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DBManager.php',
164 'FluentBoards\\Framework\\Database\\DatabaseManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php',
165 'FluentBoards\\Framework\\Database\\DatabaseTransactionRecord' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php',
166 'FluentBoards\\Framework\\Database\\DatabaseTransactionsManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php',
167 'FluentBoards\\Framework\\Database\\DeadlockException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DeadlockException.php',
168 'FluentBoards\\Framework\\Database\\DetectsLostConnections' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DetectsLostConnections.php',
169 'FluentBoards\\Framework\\Database\\Events\\ConnectionEvent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/ConnectionEvent.php',
170 'FluentBoards\\Framework\\Database\\Events\\QueryExecuted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/QueryExecuted.php',
171 'FluentBoards\\Framework\\Database\\Events\\TransactionBeginning' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionBeginning.php',
172 'FluentBoards\\Framework\\Database\\Events\\TransactionCommitted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitted.php',
173 'FluentBoards\\Framework\\Database\\Events\\TransactionCommitting' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitting.php',
174 'FluentBoards\\Framework\\Database\\Events\\TransactionRolledBack' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionRolledBack.php',
175 'FluentBoards\\Framework\\Database\\LazyLoadingViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php',
176 'FluentBoards\\Framework\\Database\\Migration\\Blueprint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/Blueprint.php',
177 'FluentBoards\\Framework\\Database\\Migration\\ColumnDefinition' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/ColumnDefinition.php',
178 'FluentBoards\\Framework\\Database\\MultipleColumnsSelectedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleColumnsSelectedException.php',
179 'FluentBoards\\Framework\\Database\\MultipleRecordsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php',
180 'FluentBoards\\Framework\\Database\\Orm\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php',
181 'FluentBoards\\Framework\\Database\\Orm\\Castable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php',
182 'FluentBoards\\Framework\\Database\\Orm\\CastsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsAttributes.php',
183 'FluentBoards\\Framework\\Database\\Orm\\CastsInboundAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsInboundAttributes.php',
184 'FluentBoards\\Framework\\Database\\Orm\\Casts\\ArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/ArrayObject.php',
185 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsArrayObject.php',
186 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsCollection.php',
187 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsEncryptedArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedArrayObject.php',
188 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsEncryptedCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedCollection.php',
189 'FluentBoards\\Framework\\Database\\Orm\\Casts\\AsStringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsStringable.php',
190 'FluentBoards\\Framework\\Database\\Orm\\Casts\\Attribute' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Attribute.php',
191 'FluentBoards\\Framework\\Database\\Orm\\Casts\\Json' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Json.php',
192 'FluentBoards\\Framework\\Database\\Orm\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php',
193 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\GuardsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/GuardsAttributes.php',
194 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasAttributes.php',
195 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasEvents' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php',
196 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasGlobalScopes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasGlobalScopes.php',
197 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasRelationships.php',
198 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasTimestamps' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasTimestamps.php',
199 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HasUniqueIds' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasUniqueIds.php',
200 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\HidesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HidesAttributes.php',
201 'FluentBoards\\Framework\\Database\\Orm\\Concerns\\QueriesRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/QueriesRelationships.php',
202 'FluentBoards\\Framework\\Database\\Orm\\HasCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HasCollection.php',
203 'FluentBoards\\Framework\\Database\\Orm\\HigherOrderBuilderProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HigherOrderBuilderProxy.php',
204 'FluentBoards\\Framework\\Database\\Orm\\InvalidCastException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/InvalidCastException.php',
205 'FluentBoards\\Framework\\Database\\Orm\\JsonEncodingException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/JsonEncodingException.php',
206 'FluentBoards\\Framework\\Database\\Orm\\MassAssignmentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php',
207 'FluentBoards\\Framework\\Database\\Orm\\MissingAttributeException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MissingAttributeException.php',
208 'FluentBoards\\Framework\\Database\\Orm\\Model' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Model.php',
209 'FluentBoards\\Framework\\Database\\Orm\\ModelNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ModelNotFoundException.php',
210 'FluentBoards\\Framework\\Database\\Orm\\PendingHasThroughRelationship' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/PendingHasThroughRelationship.php',
211 'FluentBoards\\Framework\\Database\\Orm\\RelationNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/RelationNotFoundException.php',
212 'FluentBoards\\Framework\\Database\\Orm\\Relations\\BelongsTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php',
213 'FluentBoards\\Framework\\Database\\Orm\\Relations\\BelongsToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php',
214 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\AsPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/AsPivot.php',
215 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\CanBeOneOfMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/CanBeOneOfMany.php',
216 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\ComparesRelatedModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/ComparesRelatedModels.php',
217 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithDictionary' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithDictionary.php',
218 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithPivotTable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithPivotTable.php',
219 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsDefaultModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsDefaultModels.php',
220 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsInverseRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsInverseRelations.php',
221 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php',
222 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php',
223 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php',
224 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrMany.php',
225 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOneOrManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrManyThrough.php',
226 'FluentBoards\\Framework\\Database\\Orm\\Relations\\HasOneThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneThrough.php',
227 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php',
228 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php',
229 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php',
230 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphPivot.php',
231 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php',
232 'FluentBoards\\Framework\\Database\\Orm\\Relations\\MorphToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php',
233 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Pivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php',
234 'FluentBoards\\Framework\\Database\\Orm\\Relations\\Relation' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php',
235 'FluentBoards\\Framework\\Database\\Orm\\Scope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php',
236 'FluentBoards\\Framework\\Database\\Orm\\Searchable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php',
237 'FluentBoards\\Framework\\Database\\Orm\\SoftDeletes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php',
238 'FluentBoards\\Framework\\Database\\Orm\\SoftDeletingScope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php',
239 'FluentBoards\\Framework\\Database\\Orm\\SupportsPartialRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php',
240 'FluentBoards\\Framework\\Database\\Orm\\UserProxyTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/UserProxyTrait.php',
241 'FluentBoards\\Framework\\Database\\QueryException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/QueryException.php',
242 'FluentBoards\\Framework\\Database\\Query\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Builder.php',
243 'FluentBoards\\Framework\\Database\\Query\\ConditionExpression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ConditionExpression.php',
244 'FluentBoards\\Framework\\Database\\Query\\Expression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.php',
245 'FluentBoards\\Framework\\Database\\Query\\ExpressionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ExpressionInterface.php',
246 'FluentBoards\\Framework\\Database\\Query\\Grammars\\Grammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/Grammar.php',
247 'FluentBoards\\Framework\\Database\\Query\\Grammars\\MySqlGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/MySqlGrammar.php',
248 'FluentBoards\\Framework\\Database\\Query\\Grammars\\SQLiteGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/SQLiteGrammar.php',
249 'FluentBoards\\Framework\\Database\\Query\\IndexHint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/IndexHint.php',
250 'FluentBoards\\Framework\\Database\\Query\\JoinClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php',
251 'FluentBoards\\Framework\\Database\\Query\\JoinLateralClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinLateralClause.php',
252 'FluentBoards\\Framework\\Database\\Query\\Processors\\MySqlProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/MySqlProcessor.php',
253 'FluentBoards\\Framework\\Database\\Query\\Processors\\Processor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/Processor.php',
254 'FluentBoards\\Framework\\Database\\Query\\Processors\\SQLiteProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/SQLiteProcessor.php',
255 'FluentBoards\\Framework\\Database\\Query\\WPDBConnection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php',
256 'FluentBoards\\Framework\\Database\\RecordsNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php',
257 'FluentBoards\\Framework\\Database\\Schema' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Schema.php',
258 'FluentBoards\\Framework\\Database\\UniqueConstraintViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/UniqueConstraintViolationException.php',
259 'FluentBoards\\Framework\\Encryption\\DecryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/DecryptException.php',
260 'FluentBoards\\Framework\\Encryption\\EncryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/EncryptException.php',
261 'FluentBoards\\Framework\\Encryption\\Encrypter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/Encrypter.php',
262 'FluentBoards\\Framework\\Events\\Dispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/Dispatcher.php',
263 'FluentBoards\\Framework\\Events\\DispatcherInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php',
264 'FluentBoards\\Framework\\Events\\NullDispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php',
265 'FluentBoards\\Framework\\Events\\ShouldDispatchAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldDispatchAfterCommit.php',
266 'FluentBoards\\Framework\\Events\\ShouldHandleEventsAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldHandleEventsAfterCommit.php',
267 'FluentBoards\\Framework\\Foundation\\App' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/App.php',
268 'FluentBoards\\Framework\\Foundation\\Application' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Application.php',
269 'FluentBoards\\Framework\\Foundation\\Async' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Async.php',
270 'FluentBoards\\Framework\\Foundation\\ComponentBinder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php',
271 'FluentBoards\\Framework\\Foundation\\Concerns\\AjaxTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/AjaxTrait.php',
272 'FluentBoards\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php',
273 'FluentBoards\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php',
274 'FluentBoards\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php',
275 'FluentBoards\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php',
276 'FluentBoards\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
277 'FluentBoards\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
278 'FluentBoards\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
279 'FluentBoards\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
280 'FluentBoards\\Framework\\Foundation\\WPException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/WPException.php',
281 'FluentBoards\\Framework\\Http\\Ajax' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Ajax.php',
282 'FluentBoards\\Framework\\Http\\Client' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Client.php',
283 'FluentBoards\\Framework\\Http\\Controller' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Controller.php',
284 'FluentBoards\\Framework\\Http\\Cookie' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Cookie.php',
285 'FluentBoards\\Framework\\Http\\Group' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Group.php',
286 'FluentBoards\\Framework\\Http\\Middleware\\RateLimiter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Middleware/RateLimiter.php',
287 'FluentBoards\\Framework\\Http\\Request\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/File.php',
288 'FluentBoards\\Framework\\Http\\Request\\InputHelperMethodsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InputHelperMethodsTrait.php',
289 'FluentBoards\\Framework\\Http\\Request\\InteractsWithCleaningTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithCleaningTrait.php',
290 'FluentBoards\\Framework\\Http\\Request\\InteractsWithFilesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithFilesTrait.php',
291 'FluentBoards\\Framework\\Http\\Request\\InteractsWithHeadersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithHeadersTrait.php',
292 'FluentBoards\\Framework\\Http\\Request\\InteractsWithIPTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithIPTrait.php',
293 'FluentBoards\\Framework\\Http\\Request\\Request' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/Request.php',
294 'FluentBoards\\Framework\\Http\\Request\\WPUserProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/WPUserProxy.php',
295 'FluentBoards\\Framework\\Http\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response.php',
296 'FluentBoards\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php',
297 'FluentBoards\\Framework\\Http\\Route' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Route.php',
298 'FluentBoards\\Framework\\Http\\Router' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Router.php',
299 'FluentBoards\\Framework\\Http\\SubstituteParameters' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteParameters.php',
300 'FluentBoards\\Framework\\Http\\URL' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/URL.php',
301 'FluentBoards\\Framework\\Http\\UrlGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/UrlGenerator.php',
302 'FluentBoards\\Framework\\Pagination\\AbstractCursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php',
303 'FluentBoards\\Framework\\Pagination\\AbstractPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php',
304 'FluentBoards\\Framework\\Pagination\\Cursor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Cursor.php',
305 'FluentBoards\\Framework\\Pagination\\CursorPaginationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php',
306 'FluentBoards\\Framework\\Pagination\\CursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginator.php',
307 'FluentBoards\\Framework\\Pagination\\CursorPaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginatorInterface.php',
308 'FluentBoards\\Framework\\Pagination\\LengthAwarePaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php',
309 'FluentBoards\\Framework\\Pagination\\LengthAwarePaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php',
310 'FluentBoards\\Framework\\Pagination\\Paginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Paginator.php',
311 'FluentBoards\\Framework\\Pagination\\PaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php',
312 'FluentBoards\\Framework\\Pagination\\UrlWindow' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/UrlWindow.php',
313 'FluentBoards\\Framework\\Randomizer\\GetStringTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/GetStringTrait.php',
314 'FluentBoards\\Framework\\Randomizer\\Randomizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/Randomizer.php',
315 'FluentBoards\\Framework\\Support\\Arr' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Arr.php',
316 'FluentBoards\\Framework\\Support\\ArrayableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php',
317 'FluentBoards\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php',
318 'FluentBoards\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php',
319 'FluentBoards\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php',
320 'FluentBoards\\Framework\\Support\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTime.php',
321 'FluentBoards\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php',
322 'FluentBoards\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php',
323 'FluentBoards\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php',
324 'FluentBoards\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php',
325 'FluentBoards\\Framework\\Support\\Facade' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Facade.php',
326 'FluentBoards\\Framework\\Support\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/File.php',
327 'FluentBoards\\Framework\\Support\\Fluent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Fluent.php',
328 'FluentBoards\\Framework\\Support\\ForwardsCalls' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ForwardsCalls.php',
329 'FluentBoards\\Framework\\Support\\Hash' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Hash.php',
330 'FluentBoards\\Framework\\Support\\Helper' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Helper.php',
331 'FluentBoards\\Framework\\Support\\HelperFunctionsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HelperFunctionsTrait.php',
332 'FluentBoards\\Framework\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php',
333 'FluentBoards\\Framework\\Support\\HigherOrderTapProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php',
334 'FluentBoards\\Framework\\Support\\HigherOrderWhenProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php',
335 'FluentBoards\\Framework\\Support\\InvalidArgumentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php',
336 'FluentBoards\\Framework\\Support\\Invoker' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Invoker.php',
337 'FluentBoards\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php',
338 'FluentBoards\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
339 'FluentBoards\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php',
340 'FluentBoards\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php',
341 'FluentBoards\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php',
342 'FluentBoards\\Framework\\Support\\Mail' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Mail.php',
343 'FluentBoards\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php',
344 'FluentBoards\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php',
345 'FluentBoards\\Framework\\Support\\MediaUploader' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MediaUploader.php',
346 'FluentBoards\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php',
347 'FluentBoards\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php',
348 'FluentBoards\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php',
349 'FluentBoards\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php',
350 'FluentBoards\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php',
351 'FluentBoards\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php',
352 'FluentBoards\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php',
353 'FluentBoards\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php',
354 'FluentBoards\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
355 'FluentBoards\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php',
356 'FluentBoards\\Framework\\Support\\Str' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Str.php',
357 'FluentBoards\\Framework\\Support\\Stringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Stringable.php',
358 'FluentBoards\\Framework\\Support\\Tappable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Tappable.php',
359 'FluentBoards\\Framework\\Support\\UriTemplate' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UriTemplate.php',
360 'FluentBoards\\Framework\\Support\\UrlRoutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php',
361 'FluentBoards\\Framework\\Support\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Util.php',
362 'FluentBoards\\Framework\\Validator\\Contracts\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php',
363 'FluentBoards\\Framework\\Validator\\MessageBag' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/MessageBag.php',
364 'FluentBoards\\Framework\\Validator\\Rule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rule.php',
365 'FluentBoards\\Framework\\Validator\\Rules\\ConditionalRules' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/ConditionalRules.php',
366 'FluentBoards\\Framework\\Validator\\Rules\\DatabaseRule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/DatabaseRule.php',
367 'FluentBoards\\Framework\\Validator\\Rules\\Dimensions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Dimensions.php',
368 'FluentBoards\\Framework\\Validator\\Rules\\Exists' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Exists.php',
369 'FluentBoards\\Framework\\Validator\\Rules\\In' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/In.php',
370 'FluentBoards\\Framework\\Validator\\Rules\\NotIn' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/NotIn.php',
371 'FluentBoards\\Framework\\Validator\\Rules\\RequiredIf' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/RequiredIf.php',
372 'FluentBoards\\Framework\\Validator\\Rules\\Unique' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Unique.php',
373 'FluentBoards\\Framework\\Validator\\ValidateDatabaseRulesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidateDatabaseRulesTrait.php',
374 'FluentBoards\\Framework\\Validator\\ValidatesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidatesAttributes.php',
375 'FluentBoards\\Framework\\Validator\\ValidationData' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationData.php',
376 'FluentBoards\\Framework\\Validator\\ValidationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationException.php',
377 'FluentBoards\\Framework\\Validator\\ValidationRuleParser' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php',
378 'FluentBoards\\Framework\\Validator\\Validator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Validator.php',
379 'FluentBoards\\Framework\\View\\View' => $vendorDir . '/wpfluent/framework/src/WPFluent/View/View.php',
380 );
381