| @@ -393,8 +393,9 @@ | ||
| 393 | 393 | 'FluentCart\\App\\Models\\WpModels\\PostMeta' => $baseDir . '/app/Models/WpModels/PostMeta.php', |
| 394 | 394 | 'FluentCart\\App\\Models\\WpModels\\Term' => $baseDir . '/app/Models/WpModels/Term.php', |
| 395 | 395 | 'FluentCart\\App\\Models\\WpModels\\TermRelationship' => $baseDir . '/app/Models/WpModels/TermRelationship.php', |
| 396 | 396 | 'FluentCart\\App\\Models\\WpModels\\TermTaxonomy' => $baseDir . '/app/Models/WpModels/TermTaxonomy.php', |
| 397 | + 'FluentCart\\App\\Modules\\AdminFooter\\AdminFooter' => $baseDir . '/app/Modules/AdminFooter/AdminFooter.php', | |
| 397 | 398 | 'FluentCart\\App\\Modules\\Coupon\\CouponHandler' => $baseDir . '/app/Modules/Coupon/CouponHandler.php', |
| 398 | 399 | 'FluentCart\\App\\Modules\\Data\\ProductDataSetup' => $baseDir . '/app/Modules/Data/ProductDataSetup.php', |
| 399 | 400 | 'FluentCart\\App\\Modules\\Data\\ProductQuery' => $baseDir . '/app/Modules/Data/ProductQuery.php', |
| 400 | 401 | 'FluentCart\\App\\Modules\\FluentPlayer\\FluentPlayerAdminAssets' => $baseDir . '/app/Modules/FluentPlayer/FluentPlayerAdminAssets.php', |
| @@ -563,10 +564,17 @@ | ||
| 563 | 564 | 'FluentCart\\App\\Services\\Coupon\\CouponServiceAdmin' => $baseDir . '/app/Services/Coupon/CouponServiceAdmin.php', |
| 564 | 565 | 'FluentCart\\App\\Services\\Coupon\\DiscountService' => $baseDir . '/app/Services/Coupon/DiscountService.php', |
| 565 | 566 | 'FluentCart\\App\\Services\\CustomPayment\\PaymentIntent' => $baseDir . '/app/Services/CustomPayment/PaymentIntent.php', |
| 566 | 567 | 'FluentCart\\App\\Services\\CustomPayment\\PaymentItem' => $baseDir . '/app/Services/CustomPayment/PaymentItem.php', |
| 568 | + 'FluentCart\\App\\Services\\CustomerIdentity\\CustomerMerger' => $baseDir . '/app/Services/CustomerIdentity/CustomerMerger.php', | |
| 569 | + 'FluentCart\\App\\Services\\CustomerIdentity\\CustomerRecoveryService' => $baseDir . '/app/Services/CustomerIdentity/CustomerRecoveryService.php', | |
| 570 | + 'FluentCart\\App\\Services\\CustomerIdentity\\EmailClaimPortal' => $baseDir . '/app/Services/CustomerIdentity/EmailClaimPortal.php', | |
| 571 | + 'FluentCart\\App\\Services\\CustomerIdentity\\EmailClaimService' => $baseDir . '/app/Services/CustomerIdentity/EmailClaimService.php', | |
| 572 | + 'FluentCart\\App\\Services\\CustomerIdentity\\EmailVerificationService' => $baseDir . '/app/Services/CustomerIdentity/EmailVerificationService.php', | |
| 567 | 573 | 'FluentCart\\App\\Services\\DateTime\\CanExtractTimeZone' => $baseDir . '/app/Services/DateTime/CanExtractTimeZone.php', |
| 574 | + 'FluentCart\\App\\Services\\DateTime\\DateFormatter' => $baseDir . '/app/Services/DateTime/DateFormatter.php', | |
| 568 | 575 | 'FluentCart\\App\\Services\\DateTime\\DateTime' => $baseDir . '/app/Services/DateTime/DateTime.php', |
| 576 | + 'FluentCart\\App\\Services\\DateTime\\DayjsFormatter' => $baseDir . '/app/Services/DateTime/DayjsFormatter.php', | |
| 569 | 577 | 'FluentCart\\App\\Services\\Email\\BlockEditorHelper' => $baseDir . '/app/Services/Email/BlockEditorHelper.php', |
| 570 | 578 | 'FluentCart\\App\\Services\\Email\\ConditionPresets' => $baseDir . '/app/Services/Email/ConditionPresets.php', |
| 571 | 579 | 'FluentCart\\App\\Services\\Email\\EmailNotificationMailer' => $baseDir . '/app/Services/Email/EmailNotificationMailer.php', |
| 572 | 580 | 'FluentCart\\App\\Services\\Email\\EmailNotifications' => $baseDir . '/app/Services/Email/EmailNotifications.php', |
| @@ -701,10 +709,13 @@ | ||
| 701 | 709 | 'FluentCart\\App\\Services\\Tax\\AdminOrderTaxService' => $baseDir . '/app/Services/Tax/AdminOrderTaxService.php', |
| 702 | 710 | 'FluentCart\\App\\Services\\Tax\\TaxManager' => $baseDir . '/app/Services/Tax/TaxManager.php', |
| 703 | 711 | 'FluentCart\\App\\Services\\TemplateService' => $baseDir . '/app/Services/TemplateService.php', |
| 704 | 712 | 'FluentCart\\App\\Services\\Theme\\AdminTheme' => $baseDir . '/app/Services/Theme/AdminTheme.php', |
| 713 | + 'FluentCart\\App\\Services\\Theme\\ColorMath' => $baseDir . '/app/Services/Theme/ColorMath.php', | |
| 714 | + 'FluentCart\\App\\Services\\Theme\\ColorPalette' => $baseDir . '/app/Services/Theme/ColorPalette.php', | |
| 705 | 715 | 'FluentCart\\App\\Services\\Theme\\ColorPaletteGenerator' => $baseDir . '/app/Services/Theme/ColorPaletteGenerator.php', |
| 706 | 716 | 'FluentCart\\App\\Services\\Theme\\FrontendTheme' => $baseDir . '/app/Services/Theme/FrontendTheme.php', |
| 717 | + 'FluentCart\\App\\Services\\Theme\\ThemePalette' => $baseDir . '/app/Services/Theme/ThemePalette.php', | |
| 707 | 718 | 'FluentCart\\App\\Services\\Translations\\TransStrings' => $baseDir . '/app/Services/Translations/TransStrings.php', |
| 708 | 719 | 'FluentCart\\App\\Services\\URL' => $baseDir . '/app/Services/URL.php', |
| 709 | 720 | 'FluentCart\\App\\Services\\Widgets\\BaseWidget' => $baseDir . '/app/Services/Widgets/BaseWidget.php', |
| 710 | 721 | 'FluentCart\\App\\Services\\Widgets\\DashboardWidget' => $baseDir . '/app/Services/Widgets/DashboardWidget.php', |