| @@ -20,8 +20,9 @@ | ||
| 20 | 20 | 'FluentCommunity\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php', |
| 21 | 21 | 'FluentCommunity\\App\\Hooks\\Handlers\\EmailNotificationHandler' => $baseDir . '/app/Hooks/Handlers/EmailNotificationHandler.php', |
| 22 | 22 | 'FluentCommunity\\App\\Hooks\\Handlers\\EventHooksHandler' => $baseDir . '/app/Hooks/Handlers/EventHooksHandler.php', |
| 23 | 23 | 'FluentCommunity\\App\\Hooks\\Handlers\\FluentBlockEditorHandler' => $baseDir . '/app/Hooks/Handlers/FluentBlockEditorHandler.php', |
| 24 | + 'FluentCommunity\\App\\Hooks\\Handlers\\LessonVideoGateHandler' => $baseDir . '/app/Hooks/Handlers/LessonVideoGateHandler.php', | |
| 24 | 25 | 'FluentCommunity\\App\\Hooks\\Handlers\\NotificationEventHandler' => $baseDir . '/app/Hooks/Handlers/NotificationEventHandler.php', |
| 25 | 26 | 'FluentCommunity\\App\\Hooks\\Handlers\\PortalHandler' => $baseDir . '/app/Hooks/Handlers/PortalHandler.php', |
| 26 | 27 | 'FluentCommunity\\App\\Hooks\\Handlers\\PortalSettingsHandler' => $baseDir . '/app/Hooks/Handlers/PortalSettingsHandler.php', |
| 27 | 28 | 'FluentCommunity\\App\\Hooks\\Handlers\\RateLimitHandler' => $baseDir . '/app/Hooks/Handlers/RateLimitHandler.php', |
| @@ -42,8 +43,9 @@ | ||
| 42 | 43 | 'FluentCommunity\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php', |
| 43 | 44 | 'FluentCommunity\\App\\Http\\Policies\\BasePolicy' => $baseDir . '/app/Http/Policies/BasePolicy.php', |
| 44 | 45 | 'FluentCommunity\\App\\Http\\Policies\\PortalPolicy' => $baseDir . '/app/Http/Policies/PortalPolicy.php', |
| 45 | 46 | 'FluentCommunity\\App\\Http\\Policies\\SpacePolicy' => $baseDir . '/app/Http/Policies/SpacePolicy.php', |
| 47 | + 'FluentCommunity\\App\\Http\\Policies\\SuperAdminPolicy' => $baseDir . '/app/Http/Policies/SuperAdminPolicy.php', | |
| 46 | 48 | 'FluentCommunity\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php', |
| 47 | 49 | 'FluentCommunity\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php', |
| 48 | 50 | 'FluentCommunity\\App\\Models\\Activity' => $baseDir . '/app/Models/Activity.php', |
| 49 | 51 | 'FluentCommunity\\App\\Models\\BaseSpace' => $baseDir . '/app/Models/BaseSpace.php', |
| @@ -54,8 +56,9 @@ | ||
| 54 | 56 | 'FluentCommunity\\App\\Models\\Media' => $baseDir . '/app/Models/Media.php', |
| 55 | 57 | 'FluentCommunity\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php', |
| 56 | 58 | 'FluentCommunity\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php', |
| 57 | 59 | 'FluentCommunity\\App\\Models\\Notification' => $baseDir . '/app/Models/Notification.php', |
| 60 | + 'FluentCommunity\\App\\Models\\NotificationPreference' => $baseDir . '/app/Models/NotificationPreference.php', | |
| 58 | 61 | 'FluentCommunity\\App\\Models\\NotificationSubscriber' => $baseDir . '/app/Models/NotificationSubscriber.php', |
| 59 | 62 | 'FluentCommunity\\App\\Models\\NotificationSubscription' => $baseDir . '/app/Models/NotificationSubscription.php', |
| 60 | 63 | 'FluentCommunity\\App\\Models\\Reaction' => $baseDir . '/app/Models/Reaction.php', |
| 61 | 64 | 'FluentCommunity\\App\\Models\\SidebarLink' => $baseDir . '/app/Models/SidebarLink.php', |
| @@ -74,8 +77,9 @@ | ||
| 74 | 77 | 'FluentCommunity\\App\\Services\\FormBuilder' => $baseDir . '/app/Services/FormBuilder.php', |
| 75 | 78 | 'FluentCommunity\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php', |
| 76 | 79 | 'FluentCommunity\\App\\Services\\Libs\\DailyDigest' => $baseDir . '/app/Services/Libs/DailyDigest.php', |
| 77 | 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', | |
| 78 | 82 | 'FluentCommunity\\App\\Services\\Libs\\FileSystem' => $baseDir . '/app/Services/Libs/FileSystem.php', |
| 79 | 83 | 'FluentCommunity\\App\\Services\\Libs\\Mailer' => $baseDir . '/app/Services/Libs/Mailer.php', |
| 80 | 84 | 'FluentCommunity\\App\\Services\\LockscreenService' => $baseDir . '/app/Services/LockscreenService.php', |
| 81 | 85 | 'FluentCommunity\\App\\Services\\NotificationPref' => $baseDir . '/app/Services/NotificationPref.php', |
| @@ -83,8 +87,9 @@ | ||
| 83 | 87 | 'FluentCommunity\\App\\Services\\Parsedown' => $baseDir . '/app/Services/Parsedown.php', |
| 84 | 88 | 'FluentCommunity\\App\\Services\\ProfileHelper' => $baseDir . '/app/Services/ProfileHelper.php', |
| 85 | 89 | 'FluentCommunity\\App\\Services\\RemoteUrlParser' => $baseDir . '/app/Services/RemoteUrlParser.php', |
| 86 | 90 | 'FluentCommunity\\App\\Services\\SmartCodeParser' => $baseDir . '/app/Services/SmartCodeParser.php', |
| 91 | + 'FluentCommunity\\App\\Services\\SpaceMenuService' => $baseDir . '/app/Services/SpaceMenuService.php', | |
| 87 | 92 | 'FluentCommunity\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php', |
| 88 | 93 | 'FluentCommunity\\App\\Services\\UploadHelper' => $baseDir . '/app/Services/UploadHelper.php', |
| 89 | 94 | 'FluentCommunity\\App\\Vite' => $baseDir . '/app/Vite.php', |
| 90 | 95 | 'FluentCommunity\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php', |
| @@ -95,8 +100,9 @@ | ||
| 95 | 100 | 'FluentCommunity\\Database\\Migrations\\FeedSpaceMigrator' => $baseDir . '/database/Migrations/FeedSpaceMigrator.php', |
| 96 | 101 | 'FluentCommunity\\Database\\Migrations\\FeedSpaceUserMigrator' => $baseDir . '/database/Migrations/FeedSpaceUserMigrator.php', |
| 97 | 102 | 'FluentCommunity\\Database\\Migrations\\MediaArchiveMigrator' => $baseDir . '/database/Migrations/MediaArchiveMigrator.php', |
| 98 | 103 | 'FluentCommunity\\Database\\Migrations\\MetaMigrator' => $baseDir . '/database/Migrations/MetaMigrator.php', |
| 104 | + 'FluentCommunity\\Database\\Migrations\\NotificationPrefMigrator' => $baseDir . '/database/Migrations/NotificationPrefMigrator.php', | |
| 99 | 105 | 'FluentCommunity\\Database\\Migrations\\NotificationUserMigrator' => $baseDir . '/database/Migrations/NotificationUserMigrator.php', |
| 100 | 106 | 'FluentCommunity\\Database\\Migrations\\NotificationsMigrator' => $baseDir . '/database/Migrations/NotificationsMigrator.php', |
| 101 | 107 | 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => $baseDir . '/database/Migrations/TermFeedMigrator.php', |
| 102 | 108 | 'FluentCommunity\\Database\\Migrations\\TermMigrator' => $baseDir . '/database/Migrations/TermMigrator.php', |
| @@ -101,19 +107,8 @@ | ||
| 101 | 107 | 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => $baseDir . '/database/Migrations/TermFeedMigrator.php', |
| 102 | 108 | 'FluentCommunity\\Database\\Migrations\\TermMigrator' => $baseDir . '/database/Migrations/TermMigrator.php', |
| 103 | 109 | 'FluentCommunity\\Database\\Migrations\\UserActivitiesMigrator' => $baseDir . '/database/Migrations/UserActivitiesMigrator.php', |
| 104 | 110 | 'FluentCommunity\\Database\\Migrations\\XProfileMigrator' => $baseDir . '/database/Migrations/XProfileMigrator.php', |
| 105 | - 'FluentCommunity\\Dev\\ComposerScript' => $baseDir . '/dev/ComposerScript.php', | |
| 106 | - 'FluentCommunity\\Dev\\Seeds\\CommentTableSeeder' => $baseDir . '/dev/Seeds/CommentTableSeeder.php', | |
| 107 | - 'FluentCommunity\\Dev\\Seeds\\FeedTableSeeder' => $baseDir . '/dev/Seeds/FeedTableSeeder.php', | |
| 108 | - 'FluentCommunity\\Dev\\Seeds\\PostReactionsTableSeeder' => $baseDir . '/dev/Seeds/PostReactionsTableSeeder.php', | |
| 109 | - 'FluentCommunity\\Dev\\Seeds\\SpaceTableSeeder' => $baseDir . '/dev/Seeds/SpaceTableSeeder.php', | |
| 110 | - 'FluentCommunity\\Dev\\Seeds\\SpaceUserTableSeeder' => $baseDir . '/dev/Seeds/SpaceUserTableSeeder.php', | |
| 111 | - 'FluentCommunity\\Dev\\Seeds\\TermFeedTableSeeder' => $baseDir . '/dev/Seeds/TermFeedTableSeeder.php', | |
| 112 | - 'FluentCommunity\\Dev\\Seeds\\TermsTableSeeder' => $baseDir . '/dev/Seeds/TermsTableSeeder.php', | |
| 113 | - 'FluentCommunity\\Dev\\Seeds\\UserActivityTableSeeder' => $baseDir . '/dev/Seeds/UserActivityTableSeeder.php', | |
| 114 | - 'FluentCommunity\\Dev\\Seeds\\UserTableSeeder' => $baseDir . '/dev/Seeds/UserTableSeeder.php', | |
| 115 | - 'FluentCommunity\\Dev\\Seeds\\XProfileTableSeeder' => $baseDir . '/dev/Seeds/XProfileTableSeeder.php', | |
| 116 | 111 | 'FluentCommunity\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php', |
| 117 | 112 | 'FluentCommunity\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php', |
| 118 | 113 | 'FluentCommunity\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php', |
| 119 | 114 | 'FluentCommunity\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php', |
| @@ -137,9 +132,8 @@ | ||
| 137 | 132 | 'FluentCommunity\\Framework\\Database\\Concerns\\ManagesTransactions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php', |
| 138 | 133 | 'FluentCommunity\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php', |
| 139 | 134 | 'FluentCommunity\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php', |
| 140 | 135 | 'FluentCommunity\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php', |
| 141 | - 'FluentCommunity\\Framework\\Database\\DBManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DBManager.php', | |
| 142 | 136 | 'FluentCommunity\\Framework\\Database\\DatabaseManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php', |
| 143 | 137 | 'FluentCommunity\\Framework\\Database\\DatabaseTransactionRecord' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php', |
| 144 | 138 | 'FluentCommunity\\Framework\\Database\\DatabaseTransactionsManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php', |
| 145 | 139 | 'FluentCommunity\\Framework\\Database\\DeadlockException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DeadlockException.php', |
| @@ -250,8 +244,18 @@ | ||
| 250 | 244 | 'FluentCommunity\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php', |
| 251 | 245 | 'FluentCommunity\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php', |
| 252 | 246 | 'FluentCommunity\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php', |
| 253 | 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', | |
| 254 | 258 | 'FluentCommunity\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php', |
| 255 | 259 | 'FluentCommunity\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php', |
| 256 | 260 | 'FluentCommunity\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php', |
| 257 | 261 | 'FluentCommunity\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php', |
| @@ -295,8 +299,9 @@ | ||
| 295 | 299 | 'FluentCommunity\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php', |
| 296 | 300 | 'FluentCommunity\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php', |
| 297 | 301 | 'FluentCommunity\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php', |
| 298 | 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', | |
| 299 | 304 | 'FluentCommunity\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php', |
| 300 | 305 | 'FluentCommunity\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php', |
| 301 | 306 | 'FluentCommunity\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php', |
| 302 | 307 | 'FluentCommunity\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php', |
| @@ -324,10 +329,12 @@ | ||
| 324 | 329 | 'FluentCommunity\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php', |
| 325 | 330 | 'FluentCommunity\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php', |
| 326 | 331 | 'FluentCommunity\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php', |
| 327 | 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', | |
| 328 | 334 | 'FluentCommunity\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php', |
| 329 | 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', | |
| 330 | 337 | 'FluentCommunity\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php', |
| 331 | 338 | 'FluentCommunity\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php', |
| 332 | 339 | 'FluentCommunity\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php', |
| 333 | 340 | 'FluentCommunity\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php', |
| @@ -370,8 +377,9 @@ | ||
| 370 | 377 | 'FluentCommunity\\Modules\\Course\\Model\\Course' => $baseDir . '/Modules/Course/Model/Course.php', |
| 371 | 378 | 'FluentCommunity\\Modules\\Course\\Model\\CourseLesson' => $baseDir . '/Modules/Course/Model/CourseLesson.php', |
| 372 | 379 | 'FluentCommunity\\Modules\\Course\\Model\\CourseTopic' => $baseDir . '/Modules/Course/Model/CourseTopic.php', |
| 373 | 380 | 'FluentCommunity\\Modules\\Course\\Services\\CourseHelper' => $baseDir . '/Modules/Course/Services/CourseHelper.php', |
| 381 | + 'FluentCommunity\\Modules\\Course\\Services\\LessonVideoGateService' => $baseDir . '/Modules/Course/Services/LessonVideoGateService.php', | |
| 374 | 382 | 'FluentCommunity\\Modules\\FeaturesHandler' => $baseDir . '/Modules/FeaturesHandler.php', |
| 375 | 383 | 'FluentCommunity\\Modules\\Gutenberg\\EditorBlock' => $baseDir . '/Modules/Gutenberg/EditorBlock.php', |
| 376 | 384 | 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\CourseCompletedTrigger' => $baseDir . '/Modules/Integrations/FluentCRM/CourseCompletedTrigger.php', |
| 377 | 385 | 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\CourseEnrollmentTrigger' => $baseDir . '/Modules/Integrations/FluentCRM/CourseEnrollmentTrigger.php', |
| @@ -390,8 +398,7 @@ | ||
| 390 | 398 | 'FluentCommunity\\Modules\\Migrations\\Helpers\\PostMigrator' => $baseDir . '/Modules/Migrations/Helpers/PostMigrator.php', |
| 391 | 399 | 'FluentCommunity\\Modules\\Migrations\\Http\\Controllers\\BPMigrationController' => $baseDir . '/Modules/Migrations/Http/Controllers/BPMigrationController.php', |
| 392 | 400 | 'FluentCommunity\\Modules\\Migrations\\Http\\Controllers\\MigrationController' => $baseDir . '/Modules/Migrations/Http/Controllers/MigrationController.php', |
| 393 | 401 | 'FluentCommunity\\Modules\\Migrations\\MigrationModule' => $baseDir . '/Modules/Migrations/MigrationModule.php', |
| 394 | - 'FluentCommunity\\Modules\\PushNotification\\FnSubscriptionModel' => $baseDir . '/Modules/PushNotification/FnSubscriptionModel.php', | |
| 395 | 402 | 'FluentCommunity\\Modules\\PushNotification\\PushNotificationModule' => $baseDir . '/Modules/PushNotification/PushNotificationModule.php', |
| 396 | 403 | 'FluentCommunity\\Modules\\Theming\\TemplateLoader' => $baseDir . '/Modules/Theming/TemplateLoader.php', |
| 397 | 404 | ); |