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_static.php

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

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