| @@ -43,8 +43,9 @@ | ||
| 43 | 43 | 'FluentCommunity\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php', |
| 44 | 44 | 'FluentCommunity\\App\\Http\\Policies\\BasePolicy' => $baseDir . '/app/Http/Policies/BasePolicy.php', |
| 45 | 45 | 'FluentCommunity\\App\\Http\\Policies\\PortalPolicy' => $baseDir . '/app/Http/Policies/PortalPolicy.php', |
| 46 | 46 | 'FluentCommunity\\App\\Http\\Policies\\SpacePolicy' => $baseDir . '/app/Http/Policies/SpacePolicy.php', |
| 47 | + 'FluentCommunity\\App\\Http\\Policies\\SuperAdminPolicy' => $baseDir . '/app/Http/Policies/SuperAdminPolicy.php', | |
| 47 | 48 | 'FluentCommunity\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php', |
| 48 | 49 | 'FluentCommunity\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php', |
| 49 | 50 | 'FluentCommunity\\App\\Models\\Activity' => $baseDir . '/app/Models/Activity.php', |
| 50 | 51 | 'FluentCommunity\\App\\Models\\BaseSpace' => $baseDir . '/app/Models/BaseSpace.php', |
| @@ -55,8 +56,9 @@ | ||
| 55 | 56 | 'FluentCommunity\\App\\Models\\Media' => $baseDir . '/app/Models/Media.php', |
| 56 | 57 | 'FluentCommunity\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php', |
| 57 | 58 | 'FluentCommunity\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php', |
| 58 | 59 | 'FluentCommunity\\App\\Models\\Notification' => $baseDir . '/app/Models/Notification.php', |
| 60 | + 'FluentCommunity\\App\\Models\\NotificationPreference' => $baseDir . '/app/Models/NotificationPreference.php', | |
| 59 | 61 | 'FluentCommunity\\App\\Models\\NotificationSubscriber' => $baseDir . '/app/Models/NotificationSubscriber.php', |
| 60 | 62 | 'FluentCommunity\\App\\Models\\NotificationSubscription' => $baseDir . '/app/Models/NotificationSubscription.php', |
| 61 | 63 | 'FluentCommunity\\App\\Models\\Reaction' => $baseDir . '/app/Models/Reaction.php', |
| 62 | 64 | 'FluentCommunity\\App\\Models\\SidebarLink' => $baseDir . '/app/Models/SidebarLink.php', |
| @@ -85,8 +87,9 @@ | ||
| 85 | 87 | 'FluentCommunity\\App\\Services\\Parsedown' => $baseDir . '/app/Services/Parsedown.php', |
| 86 | 88 | 'FluentCommunity\\App\\Services\\ProfileHelper' => $baseDir . '/app/Services/ProfileHelper.php', |
| 87 | 89 | 'FluentCommunity\\App\\Services\\RemoteUrlParser' => $baseDir . '/app/Services/RemoteUrlParser.php', |
| 88 | 90 | 'FluentCommunity\\App\\Services\\SmartCodeParser' => $baseDir . '/app/Services/SmartCodeParser.php', |
| 91 | + 'FluentCommunity\\App\\Services\\SpaceMenuService' => $baseDir . '/app/Services/SpaceMenuService.php', | |
| 89 | 92 | 'FluentCommunity\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php', |
| 90 | 93 | 'FluentCommunity\\App\\Services\\UploadHelper' => $baseDir . '/app/Services/UploadHelper.php', |
| 91 | 94 | 'FluentCommunity\\App\\Vite' => $baseDir . '/app/Vite.php', |
| 92 | 95 | 'FluentCommunity\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php', |
| @@ -97,8 +100,9 @@ | ||
| 97 | 100 | 'FluentCommunity\\Database\\Migrations\\FeedSpaceMigrator' => $baseDir . '/database/Migrations/FeedSpaceMigrator.php', |
| 98 | 101 | 'FluentCommunity\\Database\\Migrations\\FeedSpaceUserMigrator' => $baseDir . '/database/Migrations/FeedSpaceUserMigrator.php', |
| 99 | 102 | 'FluentCommunity\\Database\\Migrations\\MediaArchiveMigrator' => $baseDir . '/database/Migrations/MediaArchiveMigrator.php', |
| 100 | 103 | 'FluentCommunity\\Database\\Migrations\\MetaMigrator' => $baseDir . '/database/Migrations/MetaMigrator.php', |
| 104 | + 'FluentCommunity\\Database\\Migrations\\NotificationPrefMigrator' => $baseDir . '/database/Migrations/NotificationPrefMigrator.php', | |
| 101 | 105 | 'FluentCommunity\\Database\\Migrations\\NotificationUserMigrator' => $baseDir . '/database/Migrations/NotificationUserMigrator.php', |
| 102 | 106 | 'FluentCommunity\\Database\\Migrations\\NotificationsMigrator' => $baseDir . '/database/Migrations/NotificationsMigrator.php', |
| 103 | 107 | 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => $baseDir . '/database/Migrations/TermFeedMigrator.php', |
| 104 | 108 | 'FluentCommunity\\Database\\Migrations\\TermMigrator' => $baseDir . '/database/Migrations/TermMigrator.php', |
| @@ -103,19 +107,8 @@ | ||
| 103 | 107 | 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => $baseDir . '/database/Migrations/TermFeedMigrator.php', |
| 104 | 108 | 'FluentCommunity\\Database\\Migrations\\TermMigrator' => $baseDir . '/database/Migrations/TermMigrator.php', |
| 105 | 109 | 'FluentCommunity\\Database\\Migrations\\UserActivitiesMigrator' => $baseDir . '/database/Migrations/UserActivitiesMigrator.php', |
| 106 | 110 | 'FluentCommunity\\Database\\Migrations\\XProfileMigrator' => $baseDir . '/database/Migrations/XProfileMigrator.php', |
| 107 | - 'FluentCommunity\\Dev\\ComposerScript' => $baseDir . '/dev/ComposerScript.php', | |
| 108 | - 'FluentCommunity\\Dev\\Seeds\\CommentTableSeeder' => $baseDir . '/dev/Seeds/CommentTableSeeder.php', | |
| 109 | - 'FluentCommunity\\Dev\\Seeds\\FeedTableSeeder' => $baseDir . '/dev/Seeds/FeedTableSeeder.php', | |
| 110 | - 'FluentCommunity\\Dev\\Seeds\\PostReactionsTableSeeder' => $baseDir . '/dev/Seeds/PostReactionsTableSeeder.php', | |
| 111 | - 'FluentCommunity\\Dev\\Seeds\\SpaceTableSeeder' => $baseDir . '/dev/Seeds/SpaceTableSeeder.php', | |
| 112 | - 'FluentCommunity\\Dev\\Seeds\\SpaceUserTableSeeder' => $baseDir . '/dev/Seeds/SpaceUserTableSeeder.php', | |
| 113 | - 'FluentCommunity\\Dev\\Seeds\\TermFeedTableSeeder' => $baseDir . '/dev/Seeds/TermFeedTableSeeder.php', | |
| 114 | - 'FluentCommunity\\Dev\\Seeds\\TermsTableSeeder' => $baseDir . '/dev/Seeds/TermsTableSeeder.php', | |
| 115 | - 'FluentCommunity\\Dev\\Seeds\\UserActivityTableSeeder' => $baseDir . '/dev/Seeds/UserActivityTableSeeder.php', | |
| 116 | - 'FluentCommunity\\Dev\\Seeds\\UserTableSeeder' => $baseDir . '/dev/Seeds/UserTableSeeder.php', | |
| 117 | - 'FluentCommunity\\Dev\\Seeds\\XProfileTableSeeder' => $baseDir . '/dev/Seeds/XProfileTableSeeder.php', | |
| 118 | 111 | 'FluentCommunity\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php', |
| 119 | 112 | 'FluentCommunity\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php', |
| 120 | 113 | 'FluentCommunity\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php', |
| 121 | 114 | 'FluentCommunity\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php', |
| @@ -327,9 +320,8 @@ | ||
| 327 | 320 | 'FluentCommunity\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php', |
| 328 | 321 | 'FluentCommunity\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php', |
| 329 | 322 | 'FluentCommunity\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php', |
| 330 | 323 | 'FluentCommunity\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php', |
| 331 | - 'FluentCommunity\\Framework\\Support\\MBString\\Mbstring' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MBString/Mbstring.php', | |
| 332 | 324 | 'FluentCommunity\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php', |
| 333 | 325 | 'FluentCommunity\\Framework\\Support\\Mail' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Mail.php', |
| 334 | 326 | 'FluentCommunity\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php', |
| 335 | 327 | 'FluentCommunity\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php', |
| @@ -337,10 +329,12 @@ | ||
| 337 | 329 | 'FluentCommunity\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php', |
| 338 | 330 | 'FluentCommunity\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php', |
| 339 | 331 | 'FluentCommunity\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php', |
| 340 | 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', | |
| 341 | 334 | 'FluentCommunity\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php', |
| 342 | 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', | |
| 343 | 337 | 'FluentCommunity\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php', |
| 344 | 338 | 'FluentCommunity\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php', |
| 345 | 339 | 'FluentCommunity\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php', |
| 346 | 340 | 'FluentCommunity\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php', |
| @@ -404,8 +398,7 @@ | ||
| 404 | 398 | 'FluentCommunity\\Modules\\Migrations\\Helpers\\PostMigrator' => $baseDir . '/Modules/Migrations/Helpers/PostMigrator.php', |
| 405 | 399 | 'FluentCommunity\\Modules\\Migrations\\Http\\Controllers\\BPMigrationController' => $baseDir . '/Modules/Migrations/Http/Controllers/BPMigrationController.php', |
| 406 | 400 | 'FluentCommunity\\Modules\\Migrations\\Http\\Controllers\\MigrationController' => $baseDir . '/Modules/Migrations/Http/Controllers/MigrationController.php', |
| 407 | 401 | 'FluentCommunity\\Modules\\Migrations\\MigrationModule' => $baseDir . '/Modules/Migrations/MigrationModule.php', |
| 408 | - 'FluentCommunity\\Modules\\PushNotification\\FnSubscriptionModel' => $baseDir . '/Modules/PushNotification/FnSubscriptionModel.php', | |
| 409 | 402 | 'FluentCommunity\\Modules\\PushNotification\\PushNotificationModule' => $baseDir . '/Modules/PushNotification/PushNotificationModule.php', |
| 410 | 403 | 'FluentCommunity\\Modules\\Theming\\TemplateLoader' => $baseDir . '/Modules/Theming/TemplateLoader.php', |
| 411 | 404 | ); |