| @@ -6,8 +6,93 @@ | ||
| 6 | 6 | $baseDir = dirname($vendorDir); |
| 7 | 7 | |
| 8 | 8 | return array( |
| 9 | 9 | 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 10 | + 'FluentCommunity\\App\\App' => $baseDir . '/app/App.php', | |
| 11 | + 'FluentCommunity\\App\\Functions\\FluentExtendApi' => $baseDir . '/app/Functions/FluentExtendApi.php', | |
| 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', | |
| 16 | + 'FluentCommunity\\App\\Hooks\\Handlers\\ActivationHandler' => $baseDir . '/app/Hooks/Handlers/ActivationHandler.php', | |
| 17 | + 'FluentCommunity\\App\\Hooks\\Handlers\\ActivityMonitorHandler' => $baseDir . '/app/Hooks/Handlers/ActivityMonitorHandler.php', | |
| 18 | + 'FluentCommunity\\App\\Hooks\\Handlers\\CleanupHandler' => $baseDir . '/app/Hooks/Handlers/CleanupHandler.php', | |
| 19 | + 'FluentCommunity\\App\\Hooks\\Handlers\\CustomizerHander' => $baseDir . '/app/Hooks/Handlers/CustomizerHander.php', | |
| 20 | + 'FluentCommunity\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php', | |
| 21 | + 'FluentCommunity\\App\\Hooks\\Handlers\\EmailNotificationHandler' => $baseDir . '/app/Hooks/Handlers/EmailNotificationHandler.php', | |
| 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', | |
| 25 | + 'FluentCommunity\\App\\Hooks\\Handlers\\NotificationEventHandler' => $baseDir . '/app/Hooks/Handlers/NotificationEventHandler.php', | |
| 26 | + 'FluentCommunity\\App\\Hooks\\Handlers\\PortalHandler' => $baseDir . '/app/Hooks/Handlers/PortalHandler.php', | |
| 27 | + 'FluentCommunity\\App\\Hooks\\Handlers\\PortalSettingsHandler' => $baseDir . '/app/Hooks/Handlers/PortalSettingsHandler.php', | |
| 28 | + 'FluentCommunity\\App\\Hooks\\Handlers\\RateLimitHandler' => $baseDir . '/app/Hooks/Handlers/RateLimitHandler.php', | |
| 29 | + 'FluentCommunity\\App\\Hooks\\Handlers\\Scheduler' => $baseDir . '/app/Hooks/Handlers/Scheduler.php', | |
| 30 | + 'FluentCommunity\\App\\Http\\Controllers\\ActivityController' => $baseDir . '/app/Http/Controllers/ActivityController.php', | |
| 31 | + 'FluentCommunity\\App\\Http\\Controllers\\AdminController' => $baseDir . '/app/Http/Controllers/AdminController.php', | |
| 32 | + 'FluentCommunity\\App\\Http\\Controllers\\CommentsController' => $baseDir . '/app/Http/Controllers/CommentsController.php', | |
| 33 | + 'FluentCommunity\\App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php', | |
| 34 | + 'FluentCommunity\\App\\Http\\Controllers\\FeedsController' => $baseDir . '/app/Http/Controllers/FeedsController.php', | |
| 35 | + 'FluentCommunity\\App\\Http\\Controllers\\MembersController' => $baseDir . '/app/Http/Controllers/MembersController.php', | |
| 36 | + 'FluentCommunity\\App\\Http\\Controllers\\NotificationsController' => $baseDir . '/app/Http/Controllers/NotificationsController.php', | |
| 37 | + 'FluentCommunity\\App\\Http\\Controllers\\OptionController' => $baseDir . '/app/Http/Controllers/OptionController.php', | |
| 38 | + 'FluentCommunity\\App\\Http\\Controllers\\ProfileController' => $baseDir . '/app/Http/Controllers/ProfileController.php', | |
| 39 | + 'FluentCommunity\\App\\Http\\Controllers\\ReactionController' => $baseDir . '/app/Http/Controllers/ReactionController.php', | |
| 40 | + 'FluentCommunity\\App\\Http\\Controllers\\ReportsController' => $baseDir . '/app/Http/Controllers/ReportsController.php', | |
| 41 | + 'FluentCommunity\\App\\Http\\Controllers\\SettingController' => $baseDir . '/app/Http/Controllers/SettingController.php', | |
| 42 | + 'FluentCommunity\\App\\Http\\Controllers\\SpaceController' => $baseDir . '/app/Http/Controllers/SpaceController.php', | |
| 43 | + 'FluentCommunity\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php', | |
| 44 | + 'FluentCommunity\\App\\Http\\Policies\\BasePolicy' => $baseDir . '/app/Http/Policies/BasePolicy.php', | |
| 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', | |
| 48 | + 'FluentCommunity\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php', | |
| 49 | + 'FluentCommunity\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php', | |
| 50 | + 'FluentCommunity\\App\\Models\\Activity' => $baseDir . '/app/Models/Activity.php', | |
| 51 | + 'FluentCommunity\\App\\Models\\BaseSpace' => $baseDir . '/app/Models/BaseSpace.php', | |
| 52 | + 'FluentCommunity\\App\\Models\\Comment' => $baseDir . '/app/Models/Comment.php', | |
| 53 | + 'FluentCommunity\\App\\Models\\Contact' => $baseDir . '/app/Models/Contact.php', | |
| 54 | + 'FluentCommunity\\App\\Models\\DynamicModel' => $baseDir . '/app/Models/DynamicModel.php', | |
| 55 | + 'FluentCommunity\\App\\Models\\Feed' => $baseDir . '/app/Models/Feed.php', | |
| 56 | + 'FluentCommunity\\App\\Models\\Media' => $baseDir . '/app/Models/Media.php', | |
| 57 | + 'FluentCommunity\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php', | |
| 58 | + 'FluentCommunity\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php', | |
| 59 | + 'FluentCommunity\\App\\Models\\Notification' => $baseDir . '/app/Models/Notification.php', | |
| 60 | + 'FluentCommunity\\App\\Models\\NotificationPreference' => $baseDir . '/app/Models/NotificationPreference.php', | |
| 61 | + 'FluentCommunity\\App\\Models\\NotificationSubscriber' => $baseDir . '/app/Models/NotificationSubscriber.php', | |
| 62 | + 'FluentCommunity\\App\\Models\\NotificationSubscription' => $baseDir . '/app/Models/NotificationSubscription.php', | |
| 63 | + 'FluentCommunity\\App\\Models\\Reaction' => $baseDir . '/app/Models/Reaction.php', | |
| 64 | + 'FluentCommunity\\App\\Models\\SidebarLink' => $baseDir . '/app/Models/SidebarLink.php', | |
| 65 | + 'FluentCommunity\\App\\Models\\Space' => $baseDir . '/app/Models/Space.php', | |
| 66 | + 'FluentCommunity\\App\\Models\\SpaceGroup' => $baseDir . '/app/Models/SpaceGroup.php', | |
| 67 | + 'FluentCommunity\\App\\Models\\SpaceUserPivot' => $baseDir . '/app/Models/SpaceUserPivot.php', | |
| 68 | + 'FluentCommunity\\App\\Models\\Term' => $baseDir . '/app/Models/Term.php', | |
| 69 | + 'FluentCommunity\\App\\Models\\User' => $baseDir . '/app/Models/User.php', | |
| 70 | + 'FluentCommunity\\App\\Models\\UserMeta' => $baseDir . '/app/Models/UserMeta.php', | |
| 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', | |
| 74 | + 'FluentCommunity\\App\\Services\\CustomSanitizer' => $baseDir . '/app/Services/CustomSanitizer.php', | |
| 75 | + 'FluentCommunity\\App\\Services\\EmailDomBuilder' => $baseDir . '/app/Services/EmailDomBuilder.php', | |
| 76 | + 'FluentCommunity\\App\\Services\\FeedsHelper' => $baseDir . '/app/Services/FeedsHelper.php', | |
| 77 | + 'FluentCommunity\\App\\Services\\FormBuilder' => $baseDir . '/app/Services/FormBuilder.php', | |
| 78 | + 'FluentCommunity\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php', | |
| 79 | + 'FluentCommunity\\App\\Services\\Libs\\DailyDigest' => $baseDir . '/app/Services/Libs/DailyDigest.php', | |
| 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', | |
| 82 | + 'FluentCommunity\\App\\Services\\Libs\\FileSystem' => $baseDir . '/app/Services/Libs/FileSystem.php', | |
| 83 | + 'FluentCommunity\\App\\Services\\Libs\\Mailer' => $baseDir . '/app/Services/Libs/Mailer.php', | |
| 84 | + 'FluentCommunity\\App\\Services\\LockscreenService' => $baseDir . '/app/Services/LockscreenService.php', | |
| 85 | + 'FluentCommunity\\App\\Services\\NotificationPref' => $baseDir . '/app/Services/NotificationPref.php', | |
| 86 | + 'FluentCommunity\\App\\Services\\OnboardingService' => $baseDir . '/app/Services/OnboardingService.php', | |
| 87 | + 'FluentCommunity\\App\\Services\\Parsedown' => $baseDir . '/app/Services/Parsedown.php', | |
| 88 | + 'FluentCommunity\\App\\Services\\ProfileHelper' => $baseDir . '/app/Services/ProfileHelper.php', | |
| 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', | |
| 92 | + 'FluentCommunity\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php', | |
| 93 | + 'FluentCommunity\\App\\Services\\UploadHelper' => $baseDir . '/app/Services/UploadHelper.php', | |
| 94 | + 'FluentCommunity\\App\\Vite' => $baseDir . '/app/Vite.php', | |
| 10 | 95 | 'FluentCommunity\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php', |
| 11 | 96 | 'FluentCommunity\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php', |
| 12 | 97 | 'FluentCommunity\\Database\\Migrations\\FeedCommentsMigrator' => $baseDir . '/database/Migrations/FeedCommentsMigrator.php', |
| 13 | 98 | 'FluentCommunity\\Database\\Migrations\\FeedMigrator' => $baseDir . '/database/Migrations/FeedMigrator.php', |
| @@ -15,8 +100,9 @@ | ||
| 15 | 100 | 'FluentCommunity\\Database\\Migrations\\FeedSpaceMigrator' => $baseDir . '/database/Migrations/FeedSpaceMigrator.php', |
| 16 | 101 | 'FluentCommunity\\Database\\Migrations\\FeedSpaceUserMigrator' => $baseDir . '/database/Migrations/FeedSpaceUserMigrator.php', |
| 17 | 102 | 'FluentCommunity\\Database\\Migrations\\MediaArchiveMigrator' => $baseDir . '/database/Migrations/MediaArchiveMigrator.php', |
| 18 | 103 | 'FluentCommunity\\Database\\Migrations\\MetaMigrator' => $baseDir . '/database/Migrations/MetaMigrator.php', |
| 104 | + 'FluentCommunity\\Database\\Migrations\\NotificationPrefMigrator' => $baseDir . '/database/Migrations/NotificationPrefMigrator.php', | |
| 19 | 105 | 'FluentCommunity\\Database\\Migrations\\NotificationUserMigrator' => $baseDir . '/database/Migrations/NotificationUserMigrator.php', |
| 20 | 106 | 'FluentCommunity\\Database\\Migrations\\NotificationsMigrator' => $baseDir . '/database/Migrations/NotificationsMigrator.php', |
| 21 | 107 | 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => $baseDir . '/database/Migrations/TermFeedMigrator.php', |
| 22 | 108 | 'FluentCommunity\\Database\\Migrations\\TermMigrator' => $baseDir . '/database/Migrations/TermMigrator.php', |
| @@ -21,5 +107,298 @@ | ||
| 21 | 107 | 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => $baseDir . '/database/Migrations/TermFeedMigrator.php', |
| 22 | 108 | 'FluentCommunity\\Database\\Migrations\\TermMigrator' => $baseDir . '/database/Migrations/TermMigrator.php', |
| 23 | 109 | 'FluentCommunity\\Database\\Migrations\\UserActivitiesMigrator' => $baseDir . '/database/Migrations/UserActivitiesMigrator.php', |
| 24 | 110 | 'FluentCommunity\\Database\\Migrations\\XProfileMigrator' => $baseDir . '/database/Migrations/XProfileMigrator.php', |
| 111 | + 'FluentCommunity\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php', | |
| 112 | + 'FluentCommunity\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php', | |
| 113 | + 'FluentCommunity\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php', | |
| 114 | + 'FluentCommunity\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php', | |
| 115 | + 'FluentCommunity\\Framework\\Container\\Contracts\\BindingResolutionException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/BindingResolutionException.php', | |
| 116 | + 'FluentCommunity\\Framework\\Container\\Contracts\\CircularDependencyException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/CircularDependencyException.php', | |
| 117 | + 'FluentCommunity\\Framework\\Container\\Contracts\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Container.php', | |
| 118 | + 'FluentCommunity\\Framework\\Container\\Contracts\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/ContextualBindingBuilder.php', | |
| 119 | + 'FluentCommunity\\Framework\\Container\\Contracts\\Psr\\ContainerExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerExceptionInterface.php', | |
| 120 | + 'FluentCommunity\\Framework\\Container\\Contracts\\Psr\\ContainerInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerInterface.php', | |
| 121 | + 'FluentCommunity\\Framework\\Container\\Contracts\\Psr\\NotFoundExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/NotFoundExceptionInterface.php', | |
| 122 | + 'FluentCommunity\\Framework\\Container\\EntryNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/EntryNotFoundException.php', | |
| 123 | + 'FluentCommunity\\Framework\\Container\\RewindableGenerator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/RewindableGenerator.php', | |
| 124 | + 'FluentCommunity\\Framework\\Container\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Util.php', | |
| 125 | + 'FluentCommunity\\Framework\\Database\\BaseGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php', | |
| 126 | + 'FluentCommunity\\Framework\\Database\\ClassMorphViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php', | |
| 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', | |
| 129 | + 'FluentCommunity\\Framework\\Database\\Concerns\\CompilesJsonPaths' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/CompilesJsonPaths.php', | |
| 130 | + 'FluentCommunity\\Framework\\Database\\Concerns\\ExplainsQueries' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php', | |
| 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', | |
| 133 | + 'FluentCommunity\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php', | |
| 134 | + 'FluentCommunity\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php', | |
| 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', | |
| 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', | |
| 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', | |
| 150 | + 'FluentCommunity\\Framework\\Database\\MultipleColumnsSelectedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleColumnsSelectedException.php', | |
| 151 | + 'FluentCommunity\\Framework\\Database\\MultipleRecordsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php', | |
| 152 | + 'FluentCommunity\\Framework\\Database\\Orm\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php', | |
| 153 | + 'FluentCommunity\\Framework\\Database\\Orm\\Castable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php', | |
| 154 | + 'FluentCommunity\\Framework\\Database\\Orm\\CastsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsAttributes.php', | |
| 155 | + 'FluentCommunity\\Framework\\Database\\Orm\\CastsInboundAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/CastsInboundAttributes.php', | |
| 156 | + 'FluentCommunity\\Framework\\Database\\Orm\\Casts\\ArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/ArrayObject.php', | |
| 157 | + 'FluentCommunity\\Framework\\Database\\Orm\\Casts\\AsArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsArrayObject.php', | |
| 158 | + 'FluentCommunity\\Framework\\Database\\Orm\\Casts\\AsCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsCollection.php', | |
| 159 | + 'FluentCommunity\\Framework\\Database\\Orm\\Casts\\AsEncryptedArrayObject' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedArrayObject.php', | |
| 160 | + 'FluentCommunity\\Framework\\Database\\Orm\\Casts\\AsEncryptedCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedCollection.php', | |
| 161 | + 'FluentCommunity\\Framework\\Database\\Orm\\Casts\\AsStringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsStringable.php', | |
| 162 | + 'FluentCommunity\\Framework\\Database\\Orm\\Casts\\Attribute' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Attribute.php', | |
| 163 | + 'FluentCommunity\\Framework\\Database\\Orm\\Casts\\Json' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Json.php', | |
| 164 | + 'FluentCommunity\\Framework\\Database\\Orm\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php', | |
| 165 | + 'FluentCommunity\\Framework\\Database\\Orm\\Concerns\\GuardsAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/GuardsAttributes.php', | |
| 166 | + 'FluentCommunity\\Framework\\Database\\Orm\\Concerns\\HasAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasAttributes.php', | |
| 167 | + 'FluentCommunity\\Framework\\Database\\Orm\\Concerns\\HasEvents' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php', | |
| 168 | + 'FluentCommunity\\Framework\\Database\\Orm\\Concerns\\HasGlobalScopes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasGlobalScopes.php', | |
| 169 | + 'FluentCommunity\\Framework\\Database\\Orm\\Concerns\\HasRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasRelationships.php', | |
| 170 | + 'FluentCommunity\\Framework\\Database\\Orm\\Concerns\\HasTimestamps' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasTimestamps.php', | |
| 171 | + 'FluentCommunity\\Framework\\Database\\Orm\\Concerns\\HasUniqueIds' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasUniqueIds.php', | |
| 172 | + 'FluentCommunity\\Framework\\Database\\Orm\\Concerns\\HidesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HidesAttributes.php', | |
| 173 | + 'FluentCommunity\\Framework\\Database\\Orm\\Concerns\\QueriesRelationships' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/QueriesRelationships.php', | |
| 174 | + 'FluentCommunity\\Framework\\Database\\Orm\\HasCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HasCollection.php', | |
| 175 | + 'FluentCommunity\\Framework\\Database\\Orm\\HigherOrderBuilderProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/HigherOrderBuilderProxy.php', | |
| 176 | + 'FluentCommunity\\Framework\\Database\\Orm\\InvalidCastException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/InvalidCastException.php', | |
| 177 | + 'FluentCommunity\\Framework\\Database\\Orm\\JsonEncodingException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/JsonEncodingException.php', | |
| 178 | + 'FluentCommunity\\Framework\\Database\\Orm\\MassAssignmentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php', | |
| 179 | + 'FluentCommunity\\Framework\\Database\\Orm\\MissingAttributeException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MissingAttributeException.php', | |
| 180 | + 'FluentCommunity\\Framework\\Database\\Orm\\Model' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Model.php', | |
| 181 | + 'FluentCommunity\\Framework\\Database\\Orm\\ModelNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ModelNotFoundException.php', | |
| 182 | + 'FluentCommunity\\Framework\\Database\\Orm\\PendingHasThroughRelationship' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/PendingHasThroughRelationship.php', | |
| 183 | + 'FluentCommunity\\Framework\\Database\\Orm\\RelationNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/RelationNotFoundException.php', | |
| 184 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\BelongsTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php', | |
| 185 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\BelongsToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php', | |
| 186 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\Concerns\\AsPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/AsPivot.php', | |
| 187 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\Concerns\\CanBeOneOfMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/CanBeOneOfMany.php', | |
| 188 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\Concerns\\ComparesRelatedModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/ComparesRelatedModels.php', | |
| 189 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithDictionary' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithDictionary.php', | |
| 190 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\Concerns\\InteractsWithPivotTable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithPivotTable.php', | |
| 191 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsDefaultModels' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsDefaultModels.php', | |
| 192 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\Concerns\\SupportsInverseRelations' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsInverseRelations.php', | |
| 193 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\HasMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php', | |
| 194 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\HasManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php', | |
| 195 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\HasOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php', | |
| 196 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\HasOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrMany.php', | |
| 197 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\HasOneOrManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrManyThrough.php', | |
| 198 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\HasOneThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneThrough.php', | |
| 199 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\MorphMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php', | |
| 200 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\MorphOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php', | |
| 201 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\MorphOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php', | |
| 202 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\MorphPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphPivot.php', | |
| 203 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\MorphTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php', | |
| 204 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\MorphToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php', | |
| 205 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\Pivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php', | |
| 206 | + 'FluentCommunity\\Framework\\Database\\Orm\\Relations\\Relation' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php', | |
| 207 | + 'FluentCommunity\\Framework\\Database\\Orm\\Scope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php', | |
| 208 | + 'FluentCommunity\\Framework\\Database\\Orm\\Searchable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php', | |
| 209 | + 'FluentCommunity\\Framework\\Database\\Orm\\SoftDeletes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php', | |
| 210 | + 'FluentCommunity\\Framework\\Database\\Orm\\SoftDeletingScope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php', | |
| 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', | |
| 213 | + 'FluentCommunity\\Framework\\Database\\QueryException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/QueryException.php', | |
| 214 | + 'FluentCommunity\\Framework\\Database\\Query\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Builder.php', | |
| 215 | + 'FluentCommunity\\Framework\\Database\\Query\\ConditionExpression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/ConditionExpression.php', | |
| 216 | + 'FluentCommunity\\Framework\\Database\\Query\\Expression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.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', | |
| 221 | + 'FluentCommunity\\Framework\\Database\\Query\\IndexHint' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/IndexHint.php', | |
| 222 | + 'FluentCommunity\\Framework\\Database\\Query\\JoinClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php', | |
| 223 | + 'FluentCommunity\\Framework\\Database\\Query\\JoinLateralClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinLateralClause.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', | |
| 227 | + 'FluentCommunity\\Framework\\Database\\Query\\WPDBConnection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php', | |
| 228 | + 'FluentCommunity\\Framework\\Database\\RecordsNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php', | |
| 229 | + 'FluentCommunity\\Framework\\Database\\Schema' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Schema.php', | |
| 230 | + 'FluentCommunity\\Framework\\Database\\UniqueConstraintViolationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/UniqueConstraintViolationException.php', | |
| 231 | + 'FluentCommunity\\Framework\\Encryption\\DecryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/DecryptException.php', | |
| 232 | + 'FluentCommunity\\Framework\\Encryption\\EncryptException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/EncryptException.php', | |
| 233 | + 'FluentCommunity\\Framework\\Encryption\\Encrypter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Encryption/Encrypter.php', | |
| 234 | + 'FluentCommunity\\Framework\\Events\\Dispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/Dispatcher.php', | |
| 235 | + 'FluentCommunity\\Framework\\Events\\DispatcherInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php', | |
| 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', | |
| 239 | + 'FluentCommunity\\Framework\\Foundation\\App' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/App.php', | |
| 240 | + 'FluentCommunity\\Framework\\Foundation\\Application' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Application.php', | |
| 241 | + 'FluentCommunity\\Framework\\Foundation\\Async' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Async.php', | |
| 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', | |
| 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', | |
| 258 | + 'FluentCommunity\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php', | |
| 259 | + 'FluentCommunity\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php', | |
| 260 | + 'FluentCommunity\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php', | |
| 261 | + 'FluentCommunity\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php', | |
| 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', | |
| 264 | + 'FluentCommunity\\Framework\\Http\\Client' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Client.php', | |
| 265 | + 'FluentCommunity\\Framework\\Http\\Controller' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Controller.php', | |
| 266 | + 'FluentCommunity\\Framework\\Http\\Cookie' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Cookie.php', | |
| 267 | + 'FluentCommunity\\Framework\\Http\\Group' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Group.php', | |
| 268 | + 'FluentCommunity\\Framework\\Http\\Middleware\\RateLimiter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Middleware/RateLimiter.php', | |
| 269 | + 'FluentCommunity\\Framework\\Http\\Request\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/File.php', | |
| 270 | + 'FluentCommunity\\Framework\\Http\\Request\\InputHelperMethodsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InputHelperMethodsTrait.php', | |
| 271 | + 'FluentCommunity\\Framework\\Http\\Request\\InteractsWithCleaningTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithCleaningTrait.php', | |
| 272 | + 'FluentCommunity\\Framework\\Http\\Request\\InteractsWithFilesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithFilesTrait.php', | |
| 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', | |
| 275 | + 'FluentCommunity\\Framework\\Http\\Request\\Request' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/Request.php', | |
| 276 | + 'FluentCommunity\\Framework\\Http\\Request\\WPUserProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Request/WPUserProxy.php', | |
| 277 | + 'FluentCommunity\\Framework\\Http\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response.php', | |
| 278 | + 'FluentCommunity\\Framework\\Http\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Response/Response.php', | |
| 279 | + 'FluentCommunity\\Framework\\Http\\Route' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Route.php', | |
| 280 | + 'FluentCommunity\\Framework\\Http\\Router' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Router.php', | |
| 281 | + 'FluentCommunity\\Framework\\Http\\SubstituteParameters' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/SubstituteParameters.php', | |
| 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', | |
| 284 | + 'FluentCommunity\\Framework\\Pagination\\AbstractCursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php', | |
| 285 | + 'FluentCommunity\\Framework\\Pagination\\AbstractPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php', | |
| 286 | + 'FluentCommunity\\Framework\\Pagination\\Cursor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Cursor.php', | |
| 287 | + 'FluentCommunity\\Framework\\Pagination\\CursorPaginationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php', | |
| 288 | + 'FluentCommunity\\Framework\\Pagination\\CursorPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginator.php', | |
| 289 | + 'FluentCommunity\\Framework\\Pagination\\CursorPaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/CursorPaginatorInterface.php', | |
| 290 | + 'FluentCommunity\\Framework\\Pagination\\LengthAwarePaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php', | |
| 291 | + 'FluentCommunity\\Framework\\Pagination\\LengthAwarePaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php', | |
| 292 | + 'FluentCommunity\\Framework\\Pagination\\Paginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Paginator.php', | |
| 293 | + 'FluentCommunity\\Framework\\Pagination\\PaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php', | |
| 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', | |
| 297 | + 'FluentCommunity\\Framework\\Support\\Arr' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Arr.php', | |
| 298 | + 'FluentCommunity\\Framework\\Support\\ArrayableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php', | |
| 299 | + 'FluentCommunity\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php', | |
| 300 | + 'FluentCommunity\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php', | |
| 301 | + 'FluentCommunity\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php', | |
| 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', | |
| 304 | + 'FluentCommunity\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php', | |
| 305 | + 'FluentCommunity\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php', | |
| 306 | + 'FluentCommunity\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php', | |
| 307 | + 'FluentCommunity\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php', | |
| 308 | + 'FluentCommunity\\Framework\\Support\\Facade' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Facade.php', | |
| 309 | + 'FluentCommunity\\Framework\\Support\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/File.php', | |
| 310 | + 'FluentCommunity\\Framework\\Support\\Fluent' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Fluent.php', | |
| 311 | + 'FluentCommunity\\Framework\\Support\\ForwardsCalls' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ForwardsCalls.php', | |
| 312 | + 'FluentCommunity\\Framework\\Support\\Hash' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Hash.php', | |
| 313 | + 'FluentCommunity\\Framework\\Support\\Helper' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Helper.php', | |
| 314 | + 'FluentCommunity\\Framework\\Support\\HelperFunctionsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HelperFunctionsTrait.php', | |
| 315 | + 'FluentCommunity\\Framework\\Support\\HigherOrderCollectionProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php', | |
| 316 | + 'FluentCommunity\\Framework\\Support\\HigherOrderTapProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php', | |
| 317 | + 'FluentCommunity\\Framework\\Support\\HigherOrderWhenProxy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php', | |
| 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', | |
| 320 | + 'FluentCommunity\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php', | |
| 321 | + 'FluentCommunity\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php', | |
| 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', | |
| 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', | |
| 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', | |
| 329 | + 'FluentCommunity\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php', | |
| 330 | + 'FluentCommunity\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php', | |
| 331 | + 'FluentCommunity\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php', | |
| 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', | |
| 334 | + 'FluentCommunity\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php', | |
| 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', | |
| 337 | + 'FluentCommunity\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php', | |
| 338 | + 'FluentCommunity\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php', | |
| 339 | + 'FluentCommunity\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php', | |
| 340 | + 'FluentCommunity\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php', | |
| 341 | + 'FluentCommunity\\Framework\\Support\\Str' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Str.php', | |
| 342 | + 'FluentCommunity\\Framework\\Support\\Stringable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Stringable.php', | |
| 343 | + 'FluentCommunity\\Framework\\Support\\Tappable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Tappable.php', | |
| 344 | + 'FluentCommunity\\Framework\\Support\\UriTemplate' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UriTemplate.php', | |
| 345 | + 'FluentCommunity\\Framework\\Support\\UrlRoutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php', | |
| 346 | + 'FluentCommunity\\Framework\\Support\\Util' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Util.php', | |
| 347 | + 'FluentCommunity\\Framework\\Validator\\Contracts\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php', | |
| 348 | + 'FluentCommunity\\Framework\\Validator\\MessageBag' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/MessageBag.php', | |
| 349 | + 'FluentCommunity\\Framework\\Validator\\Rule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rule.php', | |
| 350 | + 'FluentCommunity\\Framework\\Validator\\Rules\\ConditionalRules' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/ConditionalRules.php', | |
| 351 | + 'FluentCommunity\\Framework\\Validator\\Rules\\DatabaseRule' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/DatabaseRule.php', | |
| 352 | + 'FluentCommunity\\Framework\\Validator\\Rules\\Dimensions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Dimensions.php', | |
| 353 | + 'FluentCommunity\\Framework\\Validator\\Rules\\Exists' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Exists.php', | |
| 354 | + 'FluentCommunity\\Framework\\Validator\\Rules\\In' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/In.php', | |
| 355 | + 'FluentCommunity\\Framework\\Validator\\Rules\\NotIn' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/NotIn.php', | |
| 356 | + 'FluentCommunity\\Framework\\Validator\\Rules\\RequiredIf' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/RequiredIf.php', | |
| 357 | + 'FluentCommunity\\Framework\\Validator\\Rules\\Unique' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Rules/Unique.php', | |
| 358 | + 'FluentCommunity\\Framework\\Validator\\ValidateDatabaseRulesTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidateDatabaseRulesTrait.php', | |
| 359 | + 'FluentCommunity\\Framework\\Validator\\ValidatesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidatesAttributes.php', | |
| 360 | + 'FluentCommunity\\Framework\\Validator\\ValidationData' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationData.php', | |
| 361 | + 'FluentCommunity\\Framework\\Validator\\ValidationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationException.php', | |
| 362 | + 'FluentCommunity\\Framework\\Validator\\ValidationRuleParser' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php', | |
| 363 | + 'FluentCommunity\\Framework\\Validator\\Validator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Validator.php', | |
| 364 | + 'FluentCommunity\\Framework\\View\\View' => $vendorDir . '/wpfluent/framework/src/WPFluent/View/View.php', | |
| 365 | + 'FluentCommunity\\Modules\\Auth\\AuthHelper' => $baseDir . '/Modules/Auth/AuthHelper.php', | |
| 366 | + 'FluentCommunity\\Modules\\Auth\\AuthModdule' => $baseDir . '/Modules/Auth/AuthModdule.php', | |
| 367 | + 'FluentCommunity\\Modules\\Auth\\Classes\\Invitation' => $baseDir . '/Modules/Auth/Classes/Invitation.php', | |
| 368 | + 'FluentCommunity\\Modules\\Auth\\Classes\\InvitationController' => $baseDir . '/Modules/Auth/Classes/InvitationController.php', | |
| 369 | + 'FluentCommunity\\Modules\\Auth\\Classes\\InvitationHandler' => $baseDir . '/Modules/Auth/Classes/InvitationHandler.php', | |
| 370 | + 'FluentCommunity\\Modules\\Auth\\Classes\\InvitationPolicy' => $baseDir . '/Modules/Auth/Classes/InvitationPolicy.php', | |
| 371 | + 'FluentCommunity\\Modules\\Auth\\Classes\\InvitationService' => $baseDir . '/Modules/Auth/Classes/InvitationService.php', | |
| 372 | + 'FluentCommunity\\Modules\\Auth\\InvitationModule' => $baseDir . '/Modules/Auth/InvitationModule.php', | |
| 373 | + 'FluentCommunity\\Modules\\Course\\CourseModule' => $baseDir . '/Modules/Course/CourseModule.php', | |
| 374 | + 'FluentCommunity\\Modules\\Course\\Http\\Controllers\\CourseAdminController' => $baseDir . '/Modules/Course/Http/Controllers/CourseAdminController.php', | |
| 375 | + 'FluentCommunity\\Modules\\Course\\Http\\Controllers\\CourseController' => $baseDir . '/Modules/Course/Http/Controllers/CourseController.php', | |
| 376 | + 'FluentCommunity\\Modules\\Course\\Http\\Policies\\CourseAdminPolicy' => $baseDir . '/Modules/Course/Http/Policies/CourseAdminPolicy.php', | |
| 377 | + 'FluentCommunity\\Modules\\Course\\Model\\Course' => $baseDir . '/Modules/Course/Model/Course.php', | |
| 378 | + 'FluentCommunity\\Modules\\Course\\Model\\CourseLesson' => $baseDir . '/Modules/Course/Model/CourseLesson.php', | |
| 379 | + 'FluentCommunity\\Modules\\Course\\Model\\CourseTopic' => $baseDir . '/Modules/Course/Model/CourseTopic.php', | |
| 380 | + 'FluentCommunity\\Modules\\Course\\Services\\CourseHelper' => $baseDir . '/Modules/Course/Services/CourseHelper.php', | |
| 381 | + 'FluentCommunity\\Modules\\Course\\Services\\LessonVideoGateService' => $baseDir . '/Modules/Course/Services/LessonVideoGateService.php', | |
| 382 | + 'FluentCommunity\\Modules\\FeaturesHandler' => $baseDir . '/Modules/FeaturesHandler.php', | |
| 383 | + 'FluentCommunity\\Modules\\Gutenberg\\EditorBlock' => $baseDir . '/Modules/Gutenberg/EditorBlock.php', | |
| 384 | + 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\CourseCompletedTrigger' => $baseDir . '/Modules/Integrations/FluentCRM/CourseCompletedTrigger.php', | |
| 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', | |
| 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', | |
| 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', | |
| 25 | 404 | ); |