| @@ -7,15 +7,22 @@ | ||
| 7 | 7 | |
| 8 | 8 | return array( |
| 9 | 9 | 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 10 | 10 | 'FluentCommunity\\App\\App' => $baseDir . '/app/App.php', |
| 11 | + 'FluentCommunity\\App\\Functions\\FluentExtendApi' => $baseDir . '/app/Functions/FluentExtendApi.php', | |
| 11 | 12 | 'FluentCommunity\\App\\Functions\\Utility' => $baseDir . '/app/Functions/Utility.php', |
| 13 | + 'FluentCommunity\\App\\Hooks\\CLI\\BuddyPressMigrator' => $baseDir . '/app/Hooks/CLI/BuddyPressMigrator.php', | |
| 14 | + 'FluentCommunity\\App\\Hooks\\CLI\\Commands' => $baseDir . '/app/Hooks/CLI/Commands.php', | |
| 15 | + 'FluentCommunity\\App\\Hooks\\CLI\\DymmyCommands' => $baseDir . '/app/Hooks/CLI/DymmyCommands.php', | |
| 12 | 16 | 'FluentCommunity\\App\\Hooks\\Handlers\\ActivationHandler' => $baseDir . '/app/Hooks/Handlers/ActivationHandler.php', |
| 13 | 17 | 'FluentCommunity\\App\\Hooks\\Handlers\\ActivityMonitorHandler' => $baseDir . '/app/Hooks/Handlers/ActivityMonitorHandler.php', |
| 14 | 18 | 'FluentCommunity\\App\\Hooks\\Handlers\\CleanupHandler' => $baseDir . '/app/Hooks/Handlers/CleanupHandler.php', |
| 19 | + 'FluentCommunity\\App\\Hooks\\Handlers\\CustomizerHander' => $baseDir . '/app/Hooks/Handlers/CustomizerHander.php', | |
| 15 | 20 | 'FluentCommunity\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php', |
| 16 | 21 | 'FluentCommunity\\App\\Hooks\\Handlers\\EmailNotificationHandler' => $baseDir . '/app/Hooks/Handlers/EmailNotificationHandler.php', |
| 17 | 22 | 'FluentCommunity\\App\\Hooks\\Handlers\\EventHooksHandler' => $baseDir . '/app/Hooks/Handlers/EventHooksHandler.php', |
| 23 | + 'FluentCommunity\\App\\Hooks\\Handlers\\FluentBlockEditorHandler' => $baseDir . '/app/Hooks/Handlers/FluentBlockEditorHandler.php', | |
| 24 | + 'FluentCommunity\\App\\Hooks\\Handlers\\LessonVideoGateHandler' => $baseDir . '/app/Hooks/Handlers/LessonVideoGateHandler.php', | |
| 18 | 25 | 'FluentCommunity\\App\\Hooks\\Handlers\\NotificationEventHandler' => $baseDir . '/app/Hooks/Handlers/NotificationEventHandler.php', |
| 19 | 26 | 'FluentCommunity\\App\\Hooks\\Handlers\\PortalHandler' => $baseDir . '/app/Hooks/Handlers/PortalHandler.php', |
| 20 | 27 | 'FluentCommunity\\App\\Hooks\\Handlers\\PortalSettingsHandler' => $baseDir . '/app/Hooks/Handlers/PortalSettingsHandler.php', |
| 21 | 28 | 'FluentCommunity\\App\\Hooks\\Handlers\\RateLimitHandler' => $baseDir . '/app/Hooks/Handlers/RateLimitHandler.php', |
| @@ -29,13 +36,16 @@ | ||
| 29 | 36 | 'FluentCommunity\\App\\Http\\Controllers\\NotificationsController' => $baseDir . '/app/Http/Controllers/NotificationsController.php', |
| 30 | 37 | 'FluentCommunity\\App\\Http\\Controllers\\OptionController' => $baseDir . '/app/Http/Controllers/OptionController.php', |
| 31 | 38 | 'FluentCommunity\\App\\Http\\Controllers\\ProfileController' => $baseDir . '/app/Http/Controllers/ProfileController.php', |
| 32 | 39 | 'FluentCommunity\\App\\Http\\Controllers\\ReactionController' => $baseDir . '/app/Http/Controllers/ReactionController.php', |
| 40 | + 'FluentCommunity\\App\\Http\\Controllers\\ReportsController' => $baseDir . '/app/Http/Controllers/ReportsController.php', | |
| 33 | 41 | 'FluentCommunity\\App\\Http\\Controllers\\SettingController' => $baseDir . '/app/Http/Controllers/SettingController.php', |
| 34 | 42 | 'FluentCommunity\\App\\Http\\Controllers\\SpaceController' => $baseDir . '/app/Http/Controllers/SpaceController.php', |
| 35 | 43 | 'FluentCommunity\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php', |
| 36 | 44 | 'FluentCommunity\\App\\Http\\Policies\\BasePolicy' => $baseDir . '/app/Http/Policies/BasePolicy.php', |
| 37 | 45 | 'FluentCommunity\\App\\Http\\Policies\\PortalPolicy' => $baseDir . '/app/Http/Policies/PortalPolicy.php', |
| 46 | + 'FluentCommunity\\App\\Http\\Policies\\SpacePolicy' => $baseDir . '/app/Http/Policies/SpacePolicy.php', | |
| 47 | + 'FluentCommunity\\App\\Http\\Policies\\SuperAdminPolicy' => $baseDir . '/app/Http/Policies/SuperAdminPolicy.php', | |
| 38 | 48 | 'FluentCommunity\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php', |
| 39 | 49 | 'FluentCommunity\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php', |
| 40 | 50 | 'FluentCommunity\\App\\Models\\Activity' => $baseDir . '/app/Models/Activity.php', |
| 41 | 51 | 'FluentCommunity\\App\\Models\\BaseSpace' => $baseDir . '/app/Models/BaseSpace.php', |
| @@ -40,22 +50,28 @@ | ||
| 40 | 50 | 'FluentCommunity\\App\\Models\\Activity' => $baseDir . '/app/Models/Activity.php', |
| 41 | 51 | 'FluentCommunity\\App\\Models\\BaseSpace' => $baseDir . '/app/Models/BaseSpace.php', |
| 42 | 52 | 'FluentCommunity\\App\\Models\\Comment' => $baseDir . '/app/Models/Comment.php', |
| 43 | 53 | 'FluentCommunity\\App\\Models\\Contact' => $baseDir . '/app/Models/Contact.php', |
| 54 | + 'FluentCommunity\\App\\Models\\DynamicModel' => $baseDir . '/app/Models/DynamicModel.php', | |
| 44 | 55 | 'FluentCommunity\\App\\Models\\Feed' => $baseDir . '/app/Models/Feed.php', |
| 45 | 56 | 'FluentCommunity\\App\\Models\\Media' => $baseDir . '/app/Models/Media.php', |
| 46 | 57 | 'FluentCommunity\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php', |
| 47 | 58 | 'FluentCommunity\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php', |
| 48 | 59 | 'FluentCommunity\\App\\Models\\Notification' => $baseDir . '/app/Models/Notification.php', |
| 60 | + 'FluentCommunity\\App\\Models\\NotificationPreference' => $baseDir . '/app/Models/NotificationPreference.php', | |
| 49 | 61 | 'FluentCommunity\\App\\Models\\NotificationSubscriber' => $baseDir . '/app/Models/NotificationSubscriber.php', |
| 50 | 62 | 'FluentCommunity\\App\\Models\\NotificationSubscription' => $baseDir . '/app/Models/NotificationSubscription.php', |
| 51 | 63 | 'FluentCommunity\\App\\Models\\Reaction' => $baseDir . '/app/Models/Reaction.php', |
| 64 | + 'FluentCommunity\\App\\Models\\SidebarLink' => $baseDir . '/app/Models/SidebarLink.php', | |
| 52 | 65 | 'FluentCommunity\\App\\Models\\Space' => $baseDir . '/app/Models/Space.php', |
| 53 | 66 | 'FluentCommunity\\App\\Models\\SpaceGroup' => $baseDir . '/app/Models/SpaceGroup.php', |
| 54 | 67 | 'FluentCommunity\\App\\Models\\SpaceUserPivot' => $baseDir . '/app/Models/SpaceUserPivot.php', |
| 55 | 68 | 'FluentCommunity\\App\\Models\\Term' => $baseDir . '/app/Models/Term.php', |
| 56 | 69 | 'FluentCommunity\\App\\Models\\User' => $baseDir . '/app/Models/User.php', |
| 70 | + 'FluentCommunity\\App\\Models\\UserMeta' => $baseDir . '/app/Models/UserMeta.php', | |
| 57 | 71 | 'FluentCommunity\\App\\Models\\XProfile' => $baseDir . '/app/Models/XProfile.php', |
| 72 | + 'FluentCommunity\\App\\Services\\AdminTransStrings' => $baseDir . '/app/Services/AdminTransStrings.php', | |
| 73 | + 'FluentCommunity\\App\\Services\\AuthenticationService' => $baseDir . '/app/Services/AuthenticationService.php', | |
| 58 | 74 | 'FluentCommunity\\App\\Services\\CustomSanitizer' => $baseDir . '/app/Services/CustomSanitizer.php', |
| 59 | 75 | 'FluentCommunity\\App\\Services\\EmailDomBuilder' => $baseDir . '/app/Services/EmailDomBuilder.php', |
| 60 | 76 | 'FluentCommunity\\App\\Services\\FeedsHelper' => $baseDir . '/app/Services/FeedsHelper.php', |
| 61 | 77 | 'FluentCommunity\\App\\Services\\FormBuilder' => $baseDir . '/app/Services/FormBuilder.php', |
| @@ -61,8 +77,9 @@ | ||
| 61 | 77 | 'FluentCommunity\\App\\Services\\FormBuilder' => $baseDir . '/app/Services/FormBuilder.php', |
| 62 | 78 | 'FluentCommunity\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php', |
| 63 | 79 | 'FluentCommunity\\App\\Services\\Libs\\DailyDigest' => $baseDir . '/app/Services/Libs/DailyDigest.php', |
| 64 | 80 | 'FluentCommunity\\App\\Services\\Libs\\EmailComposer' => $baseDir . '/app/Services/Libs/EmailComposer.php', |
| 81 | + 'FluentCommunity\\App\\Services\\Libs\\Emogrifier\\Emogrifier' => $baseDir . '/app/Services/Libs/Emogrifier/Emogrifier.php', | |
| 65 | 82 | 'FluentCommunity\\App\\Services\\Libs\\FileSystem' => $baseDir . '/app/Services/Libs/FileSystem.php', |
| 66 | 83 | 'FluentCommunity\\App\\Services\\Libs\\Mailer' => $baseDir . '/app/Services/Libs/Mailer.php', |
| 67 | 84 | 'FluentCommunity\\App\\Services\\LockscreenService' => $baseDir . '/app/Services/LockscreenService.php', |
| 68 | 85 | 'FluentCommunity\\App\\Services\\NotificationPref' => $baseDir . '/app/Services/NotificationPref.php', |
| @@ -69,9 +86,12 @@ | ||
| 69 | 86 | 'FluentCommunity\\App\\Services\\OnboardingService' => $baseDir . '/app/Services/OnboardingService.php', |
| 70 | 87 | 'FluentCommunity\\App\\Services\\Parsedown' => $baseDir . '/app/Services/Parsedown.php', |
| 71 | 88 | 'FluentCommunity\\App\\Services\\ProfileHelper' => $baseDir . '/app/Services/ProfileHelper.php', |
| 72 | 89 | 'FluentCommunity\\App\\Services\\RemoteUrlParser' => $baseDir . '/app/Services/RemoteUrlParser.php', |
| 90 | + 'FluentCommunity\\App\\Services\\SmartCodeParser' => $baseDir . '/app/Services/SmartCodeParser.php', | |
| 91 | + 'FluentCommunity\\App\\Services\\SpaceMenuService' => $baseDir . '/app/Services/SpaceMenuService.php', | |
| 73 | 92 | 'FluentCommunity\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php', |
| 93 | + 'FluentCommunity\\App\\Services\\UploadHelper' => $baseDir . '/app/Services/UploadHelper.php', | |
| 74 | 94 | 'FluentCommunity\\App\\Vite' => $baseDir . '/app/Vite.php', |
| 75 | 95 | 'FluentCommunity\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php', |
| 76 | 96 | 'FluentCommunity\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php', |
| 77 | 97 | 'FluentCommunity\\Database\\Migrations\\FeedCommentsMigrator' => $baseDir . '/database/Migrations/FeedCommentsMigrator.php', |
| @@ -80,8 +100,9 @@ | ||
| 80 | 100 | 'FluentCommunity\\Database\\Migrations\\FeedSpaceMigrator' => $baseDir . '/database/Migrations/FeedSpaceMigrator.php', |
| 81 | 101 | 'FluentCommunity\\Database\\Migrations\\FeedSpaceUserMigrator' => $baseDir . '/database/Migrations/FeedSpaceUserMigrator.php', |
| 82 | 102 | 'FluentCommunity\\Database\\Migrations\\MediaArchiveMigrator' => $baseDir . '/database/Migrations/MediaArchiveMigrator.php', |
| 83 | 103 | 'FluentCommunity\\Database\\Migrations\\MetaMigrator' => $baseDir . '/database/Migrations/MetaMigrator.php', |
| 104 | + 'FluentCommunity\\Database\\Migrations\\NotificationPrefMigrator' => $baseDir . '/database/Migrations/NotificationPrefMigrator.php', | |
| 84 | 105 | 'FluentCommunity\\Database\\Migrations\\NotificationUserMigrator' => $baseDir . '/database/Migrations/NotificationUserMigrator.php', |
| 85 | 106 | 'FluentCommunity\\Database\\Migrations\\NotificationsMigrator' => $baseDir . '/database/Migrations/NotificationsMigrator.php', |
| 86 | 107 | 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => $baseDir . '/database/Migrations/TermFeedMigrator.php', |
| 87 | 108 | 'FluentCommunity\\Database\\Migrations\\TermMigrator' => $baseDir . '/database/Migrations/TermMigrator.php', |
| @@ -86,9 +107,8 @@ | ||
| 86 | 107 | 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => $baseDir . '/database/Migrations/TermFeedMigrator.php', |
| 87 | 108 | 'FluentCommunity\\Database\\Migrations\\TermMigrator' => $baseDir . '/database/Migrations/TermMigrator.php', |
| 88 | 109 | 'FluentCommunity\\Database\\Migrations\\UserActivitiesMigrator' => $baseDir . '/database/Migrations/UserActivitiesMigrator.php', |
| 89 | 110 | 'FluentCommunity\\Database\\Migrations\\XProfileMigrator' => $baseDir . '/database/Migrations/XProfileMigrator.php', |
| 90 | - 'FluentCommunity\\Dev\\ComposerScript' => $baseDir . '/dev/ComposerScript.php', | |
| 91 | 111 | 'FluentCommunity\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php', |
| 92 | 112 | 'FluentCommunity\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php', |
| 93 | 113 | 'FluentCommunity\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php', |
| 94 | 114 | 'FluentCommunity\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php', |
| @@ -104,16 +124,30 @@ | ||
| 104 | 124 | 'FluentCommunity\\Framework\\Container\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Util.php', |
| 105 | 125 | 'FluentCommunity\\Framework\\Database\\BaseGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php', |
| 106 | 126 | 'FluentCommunity\\Framework\\Database\\ClassMorphViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php', |
| 107 | 127 | 'FluentCommunity\\Framework\\Database\\Concerns\\BuildsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php', |
| 128 | + 'FluentCommunity\\Framework\\Database\\Concerns\\BuildsWhereDateClauses' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsWhereDateClauses.php', | |
| 108 | 129 | 'FluentCommunity\\Framework\\Database\\Concerns\\CompilesJsonPaths' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/CompilesJsonPaths.php', |
| 109 | 130 | 'FluentCommunity\\Framework\\Database\\Concerns\\ExplainsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php', |
| 110 | 131 | 'FluentCommunity\\Framework\\Database\\Concerns\\MaintainsDatabase' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/MaintainsDatabase.php', |
| 132 | + 'FluentCommunity\\Framework\\Database\\Concerns\\ManagesTransactions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php', | |
| 111 | 133 | 'FluentCommunity\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php', |
| 112 | 134 | 'FluentCommunity\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php', |
| 113 | 135 | 'FluentCommunity\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php', |
| 136 | + 'FluentCommunity\\Framework\\Database\\DatabaseManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php', | |
| 137 | + 'FluentCommunity\\Framework\\Database\\DatabaseTransactionRecord' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php', | |
| 138 | + 'FluentCommunity\\Framework\\Database\\DatabaseTransactionsManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php', | |
| 139 | + 'FluentCommunity\\Framework\\Database\\DeadlockException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DeadlockException.php', | |
| 140 | + 'FluentCommunity\\Framework\\Database\\DetectsLostConnections' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DetectsLostConnections.php', | |
| 141 | + 'FluentCommunity\\Framework\\Database\\Events\\ConnectionEvent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/ConnectionEvent.php', | |
| 114 | 142 | 'FluentCommunity\\Framework\\Database\\Events\\QueryExecuted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/QueryExecuted.php', |
| 143 | + 'FluentCommunity\\Framework\\Database\\Events\\TransactionBeginning' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionBeginning.php', | |
| 144 | + 'FluentCommunity\\Framework\\Database\\Events\\TransactionCommitted' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitted.php', | |
| 145 | + 'FluentCommunity\\Framework\\Database\\Events\\TransactionCommitting' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitting.php', | |
| 146 | + 'FluentCommunity\\Framework\\Database\\Events\\TransactionRolledBack' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Events/TransactionRolledBack.php', | |
| 115 | 147 | 'FluentCommunity\\Framework\\Database\\LazyLoadingViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php', |
| 148 | + 'FluentCommunity\\Framework\\Database\\Migration\\Blueprint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/Blueprint.php', | |
| 149 | + 'FluentCommunity\\Framework\\Database\\Migration\\ColumnDefinition' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Migration/ColumnDefinition.php', | |
| 116 | 150 | 'FluentCommunity\\Framework\\Database\\MultipleColumnsSelectedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleColumnsSelectedException.php', |
| 117 | 151 | 'FluentCommunity\\Framework\\Database\\MultipleRecordsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php', |
| 118 | 152 | 'FluentCommunity\\Framework\\Database\\Orm\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php', |
| 119 | 153 | 'FluentCommunity\\Framework\\Database\\Orm\\Castable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php', |
| @@ -174,18 +208,23 @@ | ||
| 174 | 208 | 'FluentCommunity\\Framework\\Database\\Orm\\Searchable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php', |
| 175 | 209 | 'FluentCommunity\\Framework\\Database\\Orm\\SoftDeletes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php', |
| 176 | 210 | 'FluentCommunity\\Framework\\Database\\Orm\\SoftDeletingScope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php', |
| 177 | 211 | 'FluentCommunity\\Framework\\Database\\Orm\\SupportsPartialRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php', |
| 212 | + 'FluentCommunity\\Framework\\Database\\Orm\\UserProxyTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/UserProxyTrait.php', | |
| 178 | 213 | 'FluentCommunity\\Framework\\Database\\QueryException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/QueryException.php', |
| 179 | 214 | 'FluentCommunity\\Framework\\Database\\Query\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Builder.php', |
| 180 | 215 | 'FluentCommunity\\Framework\\Database\\Query\\ConditionExpression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ConditionExpression.php', |
| 181 | 216 | 'FluentCommunity\\Framework\\Database\\Query\\Expression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.php', |
| 182 | - 'FluentCommunity\\Framework\\Database\\Query\\Grammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammar.php', | |
| 217 | + 'FluentCommunity\\Framework\\Database\\Query\\ExpressionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ExpressionInterface.php', | |
| 218 | + 'FluentCommunity\\Framework\\Database\\Query\\Grammars\\Grammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/Grammar.php', | |
| 219 | + 'FluentCommunity\\Framework\\Database\\Query\\Grammars\\MySqlGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/MySqlGrammar.php', | |
| 220 | + 'FluentCommunity\\Framework\\Database\\Query\\Grammars\\SQLiteGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammars/SQLiteGrammar.php', | |
| 183 | 221 | 'FluentCommunity\\Framework\\Database\\Query\\IndexHint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/IndexHint.php', |
| 184 | 222 | 'FluentCommunity\\Framework\\Database\\Query\\JoinClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php', |
| 185 | 223 | 'FluentCommunity\\Framework\\Database\\Query\\JoinLateralClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinLateralClause.php', |
| 186 | - 'FluentCommunity\\Framework\\Database\\Query\\MySqlGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/MySqlGrammar.php', | |
| 187 | - 'FluentCommunity\\Framework\\Database\\Query\\Processor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processor.php', | |
| 224 | + 'FluentCommunity\\Framework\\Database\\Query\\Processors\\MySqlProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/MySqlProcessor.php', | |
| 225 | + 'FluentCommunity\\Framework\\Database\\Query\\Processors\\Processor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/Processor.php', | |
| 226 | + 'FluentCommunity\\Framework\\Database\\Query\\Processors\\SQLiteProcessor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processors/SQLiteProcessor.php', | |
| 188 | 227 | 'FluentCommunity\\Framework\\Database\\Query\\WPDBConnection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php', |
| 189 | 228 | 'FluentCommunity\\Framework\\Database\\RecordsNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php', |
| 190 | 229 | 'FluentCommunity\\Framework\\Database\\Schema' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Schema.php', |
| 191 | 230 | 'FluentCommunity\\Framework\\Database\\UniqueConstraintViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/UniqueConstraintViolationException.php', |
| @@ -194,20 +233,35 @@ | ||
| 194 | 233 | 'FluentCommunity\\Framework\\Encryption\\Encrypter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/Encrypter.php', |
| 195 | 234 | 'FluentCommunity\\Framework\\Events\\Dispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/Dispatcher.php', |
| 196 | 235 | 'FluentCommunity\\Framework\\Events\\DispatcherInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php', |
| 197 | 236 | 'FluentCommunity\\Framework\\Events\\NullDispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php', |
| 237 | + 'FluentCommunity\\Framework\\Events\\ShouldDispatchAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldDispatchAfterCommit.php', | |
| 238 | + 'FluentCommunity\\Framework\\Events\\ShouldHandleEventsAfterCommit' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/ShouldHandleEventsAfterCommit.php', | |
| 198 | 239 | 'FluentCommunity\\Framework\\Foundation\\App' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/App.php', |
| 199 | 240 | 'FluentCommunity\\Framework\\Foundation\\Application' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Application.php', |
| 200 | 241 | 'FluentCommunity\\Framework\\Foundation\\Async' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Async.php', |
| 201 | 242 | 'FluentCommunity\\Framework\\Foundation\\ComponentBinder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php', |
| 243 | + 'FluentCommunity\\Framework\\Foundation\\Concerns\\AjaxTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/AjaxTrait.php', | |
| 244 | + 'FluentCommunity\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php', | |
| 245 | + 'FluentCommunity\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php', | |
| 246 | + 'FluentCommunity\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php', | |
| 202 | 247 | 'FluentCommunity\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php', |
| 248 | + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\BadGatewayHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadGatewayHttpException.php', | |
| 249 | + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\BadRequestHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadRequestHttpException.php', | |
| 250 | + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\ExceptionHandler' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ExceptionHandler.php', | |
| 251 | + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\ForbiddenHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ForbiddenHttpException.php', | |
| 252 | + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\HttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/HttpException.php', | |
| 253 | + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\NotFoundHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/NotFoundHttpException.php', | |
| 254 | + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\ServiceUnavailableHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ServiceUnavailableHttpException.php', | |
| 255 | + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\TooManyRequestsHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/TooManyRequestsHttpException.php', | |
| 256 | + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\UnauthorizedHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnauthorizedHttpException.php', | |
| 257 | + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\UnprocessableEntityHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnprocessableEntityHttpException.php', | |
| 203 | 258 | 'FluentCommunity\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php', |
| 204 | - 'FluentCommunity\\Framework\\Foundation\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/FoundationTrait.php', | |
| 205 | - 'FluentCommunity\\Framework\\Foundation\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/HooksRemovalTrait.php', | |
| 206 | 259 | 'FluentCommunity\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php', |
| 207 | 260 | 'FluentCommunity\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php', |
| 208 | 261 | 'FluentCommunity\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php', |
| 209 | 262 | 'FluentCommunity\\Framework\\Foundation\\WPException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/WPException.php', |
| 263 | + 'FluentCommunity\\Framework\\Http\\Ajax' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Ajax.php', | |
| 210 | 264 | 'FluentCommunity\\Framework\\Http\\Client' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Client.php', |
| 211 | 265 | 'FluentCommunity\\Framework\\Http\\Controller' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Controller.php', |
| 212 | 266 | 'FluentCommunity\\Framework\\Http\\Cookie' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Cookie.php', |
| 213 | 267 | 'FluentCommunity\\Framework\\Http\\Group' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Group.php', |
| @@ -216,8 +270,9 @@ | ||
| 216 | 270 | 'FluentCommunity\\Framework\\Http\\Request\\InputHelperMethodsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InputHelperMethodsTrait.php', |
| 217 | 271 | 'FluentCommunity\\Framework\\Http\\Request\\InteractsWithCleaningTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithCleaningTrait.php', |
| 218 | 272 | 'FluentCommunity\\Framework\\Http\\Request\\InteractsWithFilesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithFilesTrait.php', |
| 219 | 273 | 'FluentCommunity\\Framework\\Http\\Request\\InteractsWithHeadersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithHeadersTrait.php', |
| 274 | + 'FluentCommunity\\Framework\\Http\\Request\\InteractsWithIPTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithIPTrait.php', | |
| 220 | 275 | 'FluentCommunity\\Framework\\Http\\Request\\Request' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/Request.php', |
| 221 | 276 | 'FluentCommunity\\Framework\\Http\\Request\\WPUserProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/WPUserProxy.php', |
| 222 | 277 | 'FluentCommunity\\Framework\\Http\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response.php', |
| 223 | 278 | 'FluentCommunity\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php', |
| @@ -222,10 +277,11 @@ | ||
| 222 | 277 | 'FluentCommunity\\Framework\\Http\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response.php', |
| 223 | 278 | 'FluentCommunity\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php', |
| 224 | 279 | 'FluentCommunity\\Framework\\Http\\Route' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Route.php', |
| 225 | 280 | 'FluentCommunity\\Framework\\Http\\Router' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Router.php', |
| 226 | - 'FluentCommunity\\Framework\\Http\\SubstituteRouteParametersTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteRouteParametersTrait.php', | |
| 281 | + 'FluentCommunity\\Framework\\Http\\SubstituteParameters' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteParameters.php', | |
| 227 | 282 | 'FluentCommunity\\Framework\\Http\\URL' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/URL.php', |
| 283 | + 'FluentCommunity\\Framework\\Http\\UrlGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/UrlGenerator.php', | |
| 228 | 284 | 'FluentCommunity\\Framework\\Pagination\\AbstractCursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php', |
| 229 | 285 | 'FluentCommunity\\Framework\\Pagination\\AbstractPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php', |
| 230 | 286 | 'FluentCommunity\\Framework\\Pagination\\Cursor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Cursor.php', |
| 231 | 287 | 'FluentCommunity\\Framework\\Pagination\\CursorPaginationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php', |
| @@ -235,8 +291,10 @@ | ||
| 235 | 291 | 'FluentCommunity\\Framework\\Pagination\\LengthAwarePaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php', |
| 236 | 292 | 'FluentCommunity\\Framework\\Pagination\\Paginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Paginator.php', |
| 237 | 293 | 'FluentCommunity\\Framework\\Pagination\\PaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php', |
| 238 | 294 | 'FluentCommunity\\Framework\\Pagination\\UrlWindow' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/UrlWindow.php', |
| 295 | + 'FluentCommunity\\Framework\\Randomizer\\GetStringTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/GetStringTrait.php', | |
| 296 | + 'FluentCommunity\\Framework\\Randomizer\\Randomizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Randomizer/Randomizer.php', | |
| 239 | 297 | 'FluentCommunity\\Framework\\Support\\Arr' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Arr.php', |
| 240 | 298 | 'FluentCommunity\\Framework\\Support\\ArrayableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php', |
| 241 | 299 | 'FluentCommunity\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php', |
| 242 | 300 | 'FluentCommunity\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php', |
| @@ -241,8 +299,9 @@ | ||
| 241 | 299 | 'FluentCommunity\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php', |
| 242 | 300 | 'FluentCommunity\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php', |
| 243 | 301 | 'FluentCommunity\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php', |
| 244 | 302 | 'FluentCommunity\\Framework\\Support\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTime.php', |
| 303 | + 'FluentCommunity\\Framework\\Support\\DateTimeImmutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTimeImmutable.php', | |
| 245 | 304 | 'FluentCommunity\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php', |
| 246 | 305 | 'FluentCommunity\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php', |
| 247 | 306 | 'FluentCommunity\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php', |
| 248 | 307 | 'FluentCommunity\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php', |
| @@ -256,24 +315,30 @@ | ||
| 256 | 315 | 'FluentCommunity\\Framework\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php', |
| 257 | 316 | 'FluentCommunity\\Framework\\Support\\HigherOrderTapProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php', |
| 258 | 317 | 'FluentCommunity\\Framework\\Support\\HigherOrderWhenProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php', |
| 259 | 318 | 'FluentCommunity\\Framework\\Support\\InvalidArgumentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php', |
| 319 | + 'FluentCommunity\\Framework\\Support\\Invoker' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Invoker.php', | |
| 260 | 320 | 'FluentCommunity\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php', |
| 261 | 321 | 'FluentCommunity\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php', |
| 262 | 322 | 'FluentCommunity\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php', |
| 323 | + 'FluentCommunity\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php', | |
| 263 | 324 | 'FluentCommunity\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php', |
| 325 | + 'FluentCommunity\\Framework\\Support\\Mail' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Mail.php', | |
| 264 | 326 | 'FluentCommunity\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php', |
| 327 | + 'FluentCommunity\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php', | |
| 328 | + 'FluentCommunity\\Framework\\Support\\MediaUploader' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MediaUploader.php', | |
| 265 | 329 | 'FluentCommunity\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php', |
| 266 | 330 | 'FluentCommunity\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php', |
| 267 | - 'FluentCommunity\\Framework\\Support\\NumberToWords' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/NumberToWords.php', | |
| 268 | 331 | 'FluentCommunity\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php', |
| 269 | 332 | 'FluentCommunity\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php', |
| 333 | + 'FluentCommunity\\Framework\\Support\\Pipe' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipe.php', | |
| 270 | 334 | 'FluentCommunity\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php', |
| 271 | 335 | 'FluentCommunity\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php', |
| 336 | + 'FluentCommunity\\Framework\\Support\\Polyfills\\MBString\\Mbstring' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Polyfills/MBString/Mbstring.php', | |
| 272 | 337 | 'FluentCommunity\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php', |
| 273 | 338 | 'FluentCommunity\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php', |
| 274 | 339 | 'FluentCommunity\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php', |
| 275 | - 'FluentCommunity\\Framework\\Support\\StdObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/StdObject.php', | |
| 340 | + 'FluentCommunity\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php', | |
| 276 | 341 | 'FluentCommunity\\Framework\\Support\\Str' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Str.php', |
| 277 | 342 | 'FluentCommunity\\Framework\\Support\\Stringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Stringable.php', |
| 278 | 343 | 'FluentCommunity\\Framework\\Support\\Tappable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Tappable.php', |
| 279 | 344 | 'FluentCommunity\\Framework\\Support\\UriTemplate' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UriTemplate.php', |
| @@ -304,10 +369,8 @@ | ||
| 304 | 369 | 'FluentCommunity\\Modules\\Auth\\Classes\\InvitationHandler' => $baseDir . '/Modules/Auth/Classes/InvitationHandler.php', |
| 305 | 370 | 'FluentCommunity\\Modules\\Auth\\Classes\\InvitationPolicy' => $baseDir . '/Modules/Auth/Classes/InvitationPolicy.php', |
| 306 | 371 | 'FluentCommunity\\Modules\\Auth\\Classes\\InvitationService' => $baseDir . '/Modules/Auth/Classes/InvitationService.php', |
| 307 | 372 | 'FluentCommunity\\Modules\\Auth\\InvitationModule' => $baseDir . '/Modules/Auth/InvitationModule.php', |
| 308 | - 'FluentCommunity\\Modules\\CLI\\Commands' => $baseDir . '/Modules/CLI/Commands.php', | |
| 309 | - 'FluentCommunity\\Modules\\CLI\\DummyCommands' => $baseDir . '/Modules/CLI/DummyCommands.php', | |
| 310 | 373 | 'FluentCommunity\\Modules\\Course\\CourseModule' => $baseDir . '/Modules/Course/CourseModule.php', |
| 311 | 374 | 'FluentCommunity\\Modules\\Course\\Http\\Controllers\\CourseAdminController' => $baseDir . '/Modules/Course/Http/Controllers/CourseAdminController.php', |
| 312 | 375 | 'FluentCommunity\\Modules\\Course\\Http\\Controllers\\CourseController' => $baseDir . '/Modules/Course/Http/Controllers/CourseController.php', |
| 313 | 376 | 'FluentCommunity\\Modules\\Course\\Http\\Policies\\CourseAdminPolicy' => $baseDir . '/Modules/Course/Http/Policies/CourseAdminPolicy.php', |
| @@ -314,10 +377,28 @@ | ||
| 314 | 377 | 'FluentCommunity\\Modules\\Course\\Model\\Course' => $baseDir . '/Modules/Course/Model/Course.php', |
| 315 | 378 | 'FluentCommunity\\Modules\\Course\\Model\\CourseLesson' => $baseDir . '/Modules/Course/Model/CourseLesson.php', |
| 316 | 379 | 'FluentCommunity\\Modules\\Course\\Model\\CourseTopic' => $baseDir . '/Modules/Course/Model/CourseTopic.php', |
| 317 | 380 | 'FluentCommunity\\Modules\\Course\\Services\\CourseHelper' => $baseDir . '/Modules/Course/Services/CourseHelper.php', |
| 381 | + 'FluentCommunity\\Modules\\Course\\Services\\LessonVideoGateService' => $baseDir . '/Modules/Course/Services/LessonVideoGateService.php', | |
| 318 | 382 | 'FluentCommunity\\Modules\\FeaturesHandler' => $baseDir . '/Modules/FeaturesHandler.php', |
| 319 | 383 | 'FluentCommunity\\Modules\\Gutenberg\\EditorBlock' => $baseDir . '/Modules/Gutenberg/EditorBlock.php', |
| 384 | + 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\CourseCompletedTrigger' => $baseDir . '/Modules/Integrations/FluentCRM/CourseCompletedTrigger.php', | |
| 320 | 385 | 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\CourseEnrollmentTrigger' => $baseDir . '/Modules/Integrations/FluentCRM/CourseEnrollmentTrigger.php', |
| 386 | + 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\CourseTopicCompletedTrigger' => $baseDir . '/Modules/Integrations/FluentCRM/CourseTopicCompletedTrigger.php', | |
| 387 | + 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\LessonCompletedTrigger' => $baseDir . '/Modules/Integrations/FluentCRM/LessonCompletedTrigger.php', | |
| 388 | + 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\ProfileSection' => $baseDir . '/Modules/Integrations/FluentCRM/ProfileSection.php', | |
| 321 | 389 | 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\SpaceJoinTrigger' => $baseDir . '/Modules/Integrations/FluentCRM/SpaceJoinTrigger.php', |
| 390 | + 'FluentCommunity\\Modules\\Integrations\\FluentCart\\CartCheckout' => $baseDir . '/Modules/Integrations/FluentCart/CartCheckout.php', | |
| 391 | + 'FluentCommunity\\Modules\\Integrations\\FluentCart\\Http\\Controllers\\PaywallController' => $baseDir . '/Modules/Integrations/FluentCart/Http/Controllers/PaywallController.php', | |
| 392 | + 'FluentCommunity\\Modules\\Integrations\\FluentCart\\Paywalls' => $baseDir . '/Modules/Integrations/FluentCart/Paywalls.php', | |
| 393 | + 'FluentCommunity\\Modules\\Integrations\\FluentForms\\Bootstrap' => $baseDir . '/Modules/Integrations/FluentForms/Bootstrap.php', | |
| 394 | + 'FluentCommunity\\Modules\\Integrations\\FluentPlayer\\Bootstrap' => $baseDir . '/Modules/Integrations/FluentPlayer/Bootstrap.php', | |
| 395 | + 'FluentCommunity\\Modules\\Integrations\\FluentPlayer\\Http\\Controllers\\MediaController' => $baseDir . '/Modules/Integrations/FluentPlayer/Http/Controllers/MediaController.php', | |
| 322 | 396 | 'FluentCommunity\\Modules\\Integrations\\Integrations' => $baseDir . '/Modules/Integrations/Integrations.php', |
| 397 | + 'FluentCommunity\\Modules\\Migrations\\Helpers\\BPMigratorHelper' => $baseDir . '/Modules/Migrations/Helpers/BPMigratorHelper.php', | |
| 398 | + 'FluentCommunity\\Modules\\Migrations\\Helpers\\PostMigrator' => $baseDir . '/Modules/Migrations/Helpers/PostMigrator.php', | |
| 399 | + 'FluentCommunity\\Modules\\Migrations\\Http\\Controllers\\BPMigrationController' => $baseDir . '/Modules/Migrations/Http/Controllers/BPMigrationController.php', | |
| 400 | + 'FluentCommunity\\Modules\\Migrations\\Http\\Controllers\\MigrationController' => $baseDir . '/Modules/Migrations/Http/Controllers/MigrationController.php', | |
| 401 | + 'FluentCommunity\\Modules\\Migrations\\MigrationModule' => $baseDir . '/Modules/Migrations/MigrationModule.php', | |
| 402 | + 'FluentCommunity\\Modules\\PushNotification\\PushNotificationModule' => $baseDir . '/Modules/PushNotification/PushNotificationModule.php', | |
| 403 | + 'FluentCommunity\\Modules\\Theming\\TemplateLoader' => $baseDir . '/Modules/Theming/TemplateLoader.php', | |
| 323 | 404 | ); |