| @@ -84,18 +84,26 @@ | ||
| 84 | 84 | 'FluentCart\\App\\Events\\Order\\OrderStatusUpdated' => $baseDir . '/app/Events/Order/OrderStatusUpdated.php', |
| 85 | 85 | 'FluentCart\\App\\Events\\Order\\OrderUpdated' => $baseDir . '/app/Events/Order/OrderUpdated.php', |
| 86 | 86 | 'FluentCart\\App\\Events\\Order\\RenewalOrderDeleted' => $baseDir . '/app/Events/Order/RenewalOrderDeleted.php', |
| 87 | 87 | 'FluentCart\\App\\Events\\PlanChanged' => $baseDir . '/app/Events/PlanChanged.php', |
| 88 | + 'FluentCart\\App\\Events\\ProductVariationsChanged' => $baseDir . '/app/Events/ProductVariationsChanged.php', | |
| 88 | 89 | 'FluentCart\\App\\Events\\StockChanged' => $baseDir . '/app/Events/StockChanged.php', |
| 89 | 90 | 'FluentCart\\App\\Events\\Subscription\\SubscriptionActivated' => $baseDir . '/app/Events/Subscription/SubscriptionActivated.php', |
| 90 | 91 | 'FluentCart\\App\\Events\\Subscription\\SubscriptionCanceled' => $baseDir . '/app/Events/Subscription/SubscriptionCanceled.php', |
| 91 | 92 | 'FluentCart\\App\\Events\\Subscription\\SubscriptionEOT' => $baseDir . '/app/Events/Subscription/SubscriptionEOT.php', |
| 93 | + 'FluentCart\\App\\Events\\Subscription\\SubscriptionPaused' => $baseDir . '/app/Events/Subscription/SubscriptionPaused.php', | |
| 94 | + 'FluentCart\\App\\Events\\Subscription\\SubscriptionPeriodSkipped' => $baseDir . '/app/Events/Subscription/SubscriptionPeriodSkipped.php', | |
| 95 | + 'FluentCart\\App\\Events\\Subscription\\SubscriptionReactivated' => $baseDir . '/app/Events/Subscription/SubscriptionReactivated.php', | |
| 96 | + 'FluentCart\\App\\Events\\Subscription\\SubscriptionRenewalFailed' => $baseDir . '/app/Events/Subscription/SubscriptionRenewalFailed.php', | |
| 92 | 97 | 'FluentCart\\App\\Events\\Subscription\\SubscriptionRenewed' => $baseDir . '/app/Events/Subscription/SubscriptionRenewed.php', |
| 98 | + 'FluentCart\\App\\Events\\Subscription\\SubscriptionResumed' => $baseDir . '/app/Events/Subscription/SubscriptionResumed.php', | |
| 99 | + 'FluentCart\\App\\Events\\Subscription\\SubscriptionUpdated' => $baseDir . '/app/Events/Subscription/SubscriptionUpdated.php', | |
| 93 | 100 | 'FluentCart\\App\\Events\\Subscription\\SubscriptionValidityExpired' => $baseDir . '/app/Events/Subscription/SubscriptionValidityExpired.php', |
| 94 | 101 | 'FluentCart\\App\\Events\\UserCreated' => $baseDir . '/app/Events/UserCreated.php', |
| 95 | 102 | 'FluentCart\\App\\Helpers\\AddressHelper' => $baseDir . '/app/Helpers/AddressHelper.php', |
| 96 | 103 | 'FluentCart\\App\\Helpers\\AdminHelper' => $baseDir . '/app/Helpers/AdminHelper.php', |
| 97 | 104 | 'FluentCart\\App\\Helpers\\AdminOrderProcessor' => $baseDir . '/app/Helpers/AdminOrderProcessor.php', |
| 105 | + 'FluentCart\\App\\Helpers\\AttributeHelper' => $baseDir . '/app/Helpers/AttributeHelper.php', | |
| 98 | 106 | 'FluentCart\\App\\Helpers\\CartCheckoutHelper' => $baseDir . '/app/Helpers/CartCheckoutHelper.php', |
| 99 | 107 | 'FluentCart\\App\\Helpers\\CartHelper' => $baseDir . '/app/Helpers/CartHelper.php', |
| 100 | 108 | 'FluentCart\\App\\Helpers\\CheckoutProcessor' => $baseDir . '/app/Helpers/CheckoutProcessor.php', |
| 101 | 109 | 'FluentCart\\App\\Helpers\\CouponHelper' => $baseDir . '/app/Helpers/CouponHelper.php', |
| @@ -118,12 +126,16 @@ | ||
| 118 | 126 | 'FluentCart\\App\\Hooks\\Cart\\WebCheckoutHandler' => $baseDir . '/app/Hooks/Cart/WebCheckoutHandler.php', |
| 119 | 127 | 'FluentCart\\App\\Hooks\\Handlers\\ActivationHandler' => $baseDir . '/app/Hooks/Handlers/ActivationHandler.php', |
| 120 | 128 | 'FluentCart\\App\\Hooks\\Handlers\\AddonGatewaysHandler' => $baseDir . '/app/Hooks/Handlers/AddonGatewaysHandler.php', |
| 121 | 129 | 'FluentCart\\App\\Hooks\\Handlers\\AdminMenuBarHandler' => $baseDir . '/app/Hooks/Handlers/AdminMenuBarHandler.php', |
| 130 | + 'FluentCart\\App\\Hooks\\Handlers\\AdvancedVariationHandler' => $baseDir . '/app/Hooks/Handlers/AdvancedVariationHandler.php', | |
| 131 | + 'FluentCart\\App\\Hooks\\Handlers\\AttributesHandler' => $baseDir . '/app/Hooks/Handlers/AttributesHandler.php', | |
| 122 | 132 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\BlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/BlockEditor.php', |
| 123 | 133 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Buttons\\AddToCartButtonBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Buttons/AddToCartButtonBlockEditor.php', |
| 124 | 134 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Buttons\\BuyNowButtonBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Buttons/BuyNowButtonBlockEditor.php', |
| 125 | 135 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\BuySectionBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/BuySectionBlockEditor.php', |
| 136 | + 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Cart\\CartBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Cart/CartBlockEditor.php', | |
| 137 | + 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Cart\\InnerBlocks\\InnerBlocks' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Cart/InnerBlocks/InnerBlocks.php', | |
| 126 | 138 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Checkout\\CheckoutBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Checkout/CheckoutBlockEditor.php', |
| 127 | 139 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Checkout\\InnerBlocks\\InnerBlocks' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Checkout/InnerBlocks/InnerBlocks.php', |
| 128 | 140 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\CustomerDashboardButtonBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/CustomerDashboardButtonBlockEditor.php', |
| 129 | 141 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\CustomerProfileBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/CustomerProfileBlockEditor.php', |
| @@ -140,8 +152,9 @@ | ||
| 140 | 152 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\ProductDescriptionBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/ProductDescriptionBlockEditor.php', |
| 141 | 153 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\ProductGalleryBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/ProductGalleryBlockEditor.php', |
| 142 | 154 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\ProductImageBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/ProductImageBlockEditor.php', |
| 143 | 155 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\ProductInfoBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/ProductInfoBlockEditor.php', |
| 156 | + 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\ProductPackageDescriptionBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/ProductPackageDescriptionBlockEditor.php', | |
| 144 | 157 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\ProductSkuBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/ProductSkuBlockEditor.php', |
| 145 | 158 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\ProductTitleBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/ProductTitleBlockEditor.php', |
| 146 | 159 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\RelatedProduct\\InnerBlocks\\InnerBlocks' => $baseDir . '/app/Hooks/Handlers/BlockEditors/RelatedProduct/InnerBlocks/InnerBlocks.php', |
| 147 | 160 | 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\RelatedProduct\\RelatedProductBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/RelatedProduct/RelatedProductBlockEditor.php', |
| @@ -155,9 +168,8 @@ | ||
| 155 | 168 | 'FluentCart\\App\\Hooks\\Handlers\\CPTHandler' => $baseDir . '/app/Hooks/Handlers/CPTHandler.php', |
| 156 | 169 | 'FluentCart\\App\\Hooks\\Handlers\\CartCookieHandler' => $baseDir . '/app/Hooks/Handlers/CartCookieHandler.php', |
| 157 | 170 | 'FluentCart\\App\\Hooks\\Handlers\\CustomCheckout\\CustomCheckout' => $baseDir . '/app/Hooks/Handlers/CustomCheckout/CustomCheckout.php', |
| 158 | 171 | 'FluentCart\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php', |
| 159 | - 'FluentCart\\App\\Hooks\\Handlers\\ExportHandler' => $baseDir . '/app/Hooks/Handlers/ExportHandler.php', | |
| 160 | 172 | 'FluentCart\\App\\Hooks\\Handlers\\FluentCartHandler' => $baseDir . '/app/Hooks/Handlers/FluentCartHandler.php', |
| 161 | 173 | 'FluentCart\\App\\Hooks\\Handlers\\GlobalPaymentHandler' => $baseDir . '/app/Hooks/Handlers/GlobalPaymentHandler.php', |
| 162 | 174 | 'FluentCart\\App\\Hooks\\Handlers\\GlobalPermissionsHandler' => $baseDir . '/app/Hooks/Handlers/GlobalPermissionsHandler.php', |
| 163 | 175 | 'FluentCart\\App\\Hooks\\Handlers\\GlobalStorageHandler' => $baseDir . '/app/Hooks/Handlers/GlobalStorageHandler.php', |
| @@ -205,8 +217,9 @@ | ||
| 205 | 217 | 'FluentCart\\App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php', |
| 206 | 218 | 'FluentCart\\App\\Http\\Controllers\\CouponsController' => $baseDir . '/app/Http/Controllers/CouponsController.php', |
| 207 | 219 | 'FluentCart\\App\\Http\\Controllers\\CustomerController' => $baseDir . '/app/Http/Controllers/CustomerController.php', |
| 208 | 220 | 'FluentCart\\App\\Http\\Controllers\\DashboardController' => $baseDir . '/app/Http/Controllers/DashboardController.php', |
| 221 | + 'FluentCart\\App\\Http\\Controllers\\DataBackfillController' => $baseDir . '/app/Http/Controllers/DataBackfillController.php', | |
| 209 | 222 | 'FluentCart\\App\\Http\\Controllers\\EmailNotificationController' => $baseDir . '/app/Http/Controllers/EmailNotificationController.php', |
| 210 | 223 | 'FluentCart\\App\\Http\\Controllers\\FileUploadController' => $baseDir . '/app/Http/Controllers/FileUploadController.php', |
| 211 | 224 | 'FluentCart\\App\\Http\\Controllers\\FrontendControllers\\BaseFrontendController' => $baseDir . '/app/Http/Controllers/FrontendControllers/BaseFrontendController.php', |
| 212 | 225 | 'FluentCart\\App\\Http\\Controllers\\FrontendControllers\\CustomerController' => $baseDir . '/app/Http/Controllers/FrontendControllers/CustomerController.php', |
| @@ -214,8 +227,9 @@ | ||
| 214 | 227 | 'FluentCart\\App\\Http\\Controllers\\FrontendControllers\\CustomerProfileController' => $baseDir . '/app/Http/Controllers/FrontendControllers/CustomerProfileController.php', |
| 215 | 228 | 'FluentCart\\App\\Http\\Controllers\\FrontendControllers\\CustomerSubscriptionController' => $baseDir . '/app/Http/Controllers/FrontendControllers/CustomerSubscriptionController.php', |
| 216 | 229 | 'FluentCart\\App\\Http\\Controllers\\IntegrationController' => $baseDir . '/app/Http/Controllers/IntegrationController.php', |
| 217 | 230 | 'FluentCart\\App\\Http\\Controllers\\LabelController' => $baseDir . '/app/Http/Controllers/LabelController.php', |
| 231 | + 'FluentCart\\App\\Http\\Controllers\\McpSettingsController' => $baseDir . '/app/Http/Controllers/McpSettingsController.php', | |
| 218 | 232 | 'FluentCart\\App\\Http\\Controllers\\ModuleSettingsController' => $baseDir . '/app/Http/Controllers/ModuleSettingsController.php', |
| 219 | 233 | 'FluentCart\\App\\Http\\Controllers\\NotesController' => $baseDir . '/app/Http/Controllers/NotesController.php', |
| 220 | 234 | 'FluentCart\\App\\Http\\Controllers\\OnboardingController' => $baseDir . '/app/Http/Controllers/OnboardingController.php', |
| 221 | 235 | 'FluentCart\\App\\Http\\Controllers\\OrderController' => $baseDir . '/app/Http/Controllers/OrderController.php', |
| @@ -223,8 +237,9 @@ | ||
| 223 | 237 | 'FluentCart\\App\\Http\\Controllers\\ProductController' => $baseDir . '/app/Http/Controllers/ProductController.php', |
| 224 | 238 | 'FluentCart\\App\\Http\\Controllers\\ProductDownloadablesController' => $baseDir . '/app/Http/Controllers/ProductDownloadablesController.php', |
| 225 | 239 | 'FluentCart\\App\\Http\\Controllers\\ProductIntegrationsController' => $baseDir . '/app/Http/Controllers/ProductIntegrationsController.php', |
| 226 | 240 | 'FluentCart\\App\\Http\\Controllers\\ProductVariationController' => $baseDir . '/app/Http/Controllers/ProductVariationController.php', |
| 241 | + 'FluentCart\\App\\Http\\Controllers\\RenewalController' => $baseDir . '/app/Http/Controllers/RenewalController.php', | |
| 227 | 242 | 'FluentCart\\App\\Http\\Controllers\\Reports\\CustomerReportController' => $baseDir . '/app/Http/Controllers/Reports/CustomerReportController.php', |
| 228 | 243 | 'FluentCart\\App\\Http\\Controllers\\Reports\\DefaultReportController' => $baseDir . '/app/Http/Controllers/Reports/DefaultReportController.php', |
| 229 | 244 | 'FluentCart\\App\\Http\\Controllers\\Reports\\LicenseReportController' => $baseDir . '/app/Http/Controllers/Reports/LicenseReportController.php', |
| 230 | 245 | 'FluentCart\\App\\Http\\Controllers\\Reports\\OrderReportController' => $baseDir . '/app/Http/Controllers/Reports/OrderReportController.php', |
| @@ -249,8 +264,9 @@ | ||
| 249 | 264 | 'FluentCart\\App\\Http\\Controllers\\VariantController' => $baseDir . '/app/Http/Controllers/VariantController.php', |
| 250 | 265 | 'FluentCart\\App\\Http\\Controllers\\WebController\\FileDownloader' => $baseDir . '/app/Http/Controllers/WebController/FileDownloader.php', |
| 251 | 266 | 'FluentCart\\App\\Http\\Controllers\\WidgetsController' => $baseDir . '/app/Http/Controllers/WidgetsController.php', |
| 252 | 267 | 'FluentCart\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php', |
| 268 | + 'FluentCart\\App\\Http\\Policies\\AdvanceFilterPolicy' => $baseDir . '/app/Http/Policies/AdvanceFilterPolicy.php', | |
| 253 | 269 | 'FluentCart\\App\\Http\\Policies\\CouponPolicy' => $baseDir . '/app/Http/Policies/CouponPolicy.php', |
| 254 | 270 | 'FluentCart\\App\\Http\\Policies\\CustomerFrontendPolicy' => $baseDir . '/app/Http/Policies/CustomerFrontendPolicy.php', |
| 255 | 271 | 'FluentCart\\App\\Http\\Policies\\CustomerPolicy' => $baseDir . '/app/Http/Policies/CustomerPolicy.php', |
| 256 | 272 | 'FluentCart\\App\\Http\\Policies\\DashboardPolicy' => $baseDir . '/app/Http/Policies/DashboardPolicy.php', |
| @@ -266,8 +282,10 @@ | ||
| 266 | 282 | 'FluentCart\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php', |
| 267 | 283 | 'FluentCart\\App\\Http\\Requests\\AttachUserRequest' => $baseDir . '/app/Http/Requests/AttachUserRequest.php', |
| 268 | 284 | 'FluentCart\\App\\Http\\Requests\\AttrGroupRequest' => $baseDir . '/app/Http/Requests/AttrGroupRequest.php', |
| 269 | 285 | 'FluentCart\\App\\Http\\Requests\\AttrTermRequest' => $baseDir . '/app/Http/Requests/AttrTermRequest.php', |
| 286 | + 'FluentCart\\App\\Http\\Requests\\AttrTermUpdateRequest' => $baseDir . '/app/Http/Requests/AttrTermUpdateRequest.php', | |
| 287 | + 'FluentCart\\App\\Http\\Requests\\BulkUpdateVariantRequest' => $baseDir . '/app/Http/Requests/BulkUpdateVariantRequest.php', | |
| 270 | 288 | 'FluentCart\\App\\Http\\Requests\\CartRequest' => $baseDir . '/app/Http/Requests/CartRequest.php', |
| 271 | 289 | 'FluentCart\\App\\Http\\Requests\\CouponRequest' => $baseDir . '/app/Http/Requests/CouponRequest.php', |
| 272 | 290 | 'FluentCart\\App\\Http\\Requests\\CreatePageRequest' => $baseDir . '/app/Http/Requests/CreatePageRequest.php', |
| 273 | 291 | 'FluentCart\\App\\Http\\Requests\\CustomerAddressRequest' => $baseDir . '/app/Http/Requests/CustomerAddressRequest.php', |
| @@ -279,8 +297,9 @@ | ||
| 279 | 297 | 'FluentCart\\App\\Http\\Requests\\FrontendRequests\\CouponRequest' => $baseDir . '/app/Http/Requests/FrontendRequests/CouponRequest.php', |
| 280 | 298 | 'FluentCart\\App\\Http\\Requests\\FrontendRequests\\CustomerAddressRequest' => $baseDir . '/app/Http/Requests/FrontendRequests/CustomerAddressRequest.php', |
| 281 | 299 | 'FluentCart\\App\\Http\\Requests\\FrontendRequests\\CustomerRequests\\CustomerProfileAccountDetailsRequest' => $baseDir . '/app/Http/Requests/FrontendRequests/CustomerRequests/CustomerProfileAccountDetailsRequest.php', |
| 282 | 300 | 'FluentCart\\App\\Http\\Requests\\FrontendRequests\\CustomerRequests\\CustomerProfileRequest' => $baseDir . '/app/Http/Requests/FrontendRequests/CustomerRequests/CustomerProfileRequest.php', |
| 301 | + 'FluentCart\\App\\Http\\Requests\\GroupBulkUpdateVariantRequest' => $baseDir . '/app/Http/Requests/GroupBulkUpdateVariantRequest.php', | |
| 283 | 302 | 'FluentCart\\App\\Http\\Requests\\LabelRequest' => $baseDir . '/app/Http/Requests/LabelRequest.php', |
| 284 | 303 | 'FluentCart\\App\\Http\\Requests\\OrderRequest' => $baseDir . '/app/Http/Requests/OrderRequest.php', |
| 285 | 304 | 'FluentCart\\App\\Http\\Requests\\ProductCreateRequest' => $baseDir . '/app/Http/Requests/ProductCreateRequest.php', |
| 286 | 305 | 'FluentCart\\App\\Http\\Requests\\ProductDownloadable\\ProductDownloadableBulkFileRequest' => $baseDir . '/app/Http/Requests/ProductDownloadable/ProductDownloadableBulkFileRequest.php', |
| @@ -291,9 +310,12 @@ | ||
| 291 | 310 | 'FluentCart\\App\\Http\\Requests\\SchedulingSettingsRequest' => $baseDir . '/app/Http/Requests/SchedulingSettingsRequest.php', |
| 292 | 311 | 'FluentCart\\App\\Http\\Requests\\ShopRequest' => $baseDir . '/app/Http/Requests/ShopRequest.php', |
| 293 | 312 | 'FluentCart\\App\\Http\\Requests\\SubscriptionRequest' => $baseDir . '/app/Http/Requests/SubscriptionRequest.php', |
| 294 | 313 | 'FluentCart\\App\\Http\\Requests\\TaxClassRequest' => $baseDir . '/app/Http/Requests/TaxClassRequest.php', |
| 314 | + 'FluentCart\\App\\Http\\Requests\\TaxCountryStatusRequest' => $baseDir . '/app/Http/Requests/TaxCountryStatusRequest.php', | |
| 295 | 315 | 'FluentCart\\App\\Http\\Requests\\TaxRateRequest' => $baseDir . '/app/Http/Requests/TaxRateRequest.php', |
| 316 | + 'FluentCart\\App\\Http\\Requests\\UpdateSubscriptionRequest' => $baseDir . '/app/Http/Requests/UpdateSubscriptionRequest.php', | |
| 317 | + 'FluentCart\\App\\Http\\Requests\\UpdateVendorIdsRequest' => $baseDir . '/app/Http/Requests/UpdateVendorIdsRequest.php', | |
| 296 | 318 | 'FluentCart\\App\\Http\\Requests\\UpgradePathSettingRequest' => $baseDir . '/app/Http/Requests/UpgradePathSettingRequest.php', |
| 297 | 319 | 'FluentCart\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php', |
| 298 | 320 | 'FluentCart\\App\\Http\\Routes\\FakerRoutes' => $baseDir . '/app/Http/Routes/FakerRoutes.php', |
| 299 | 321 | 'FluentCart\\App\\Http\\Routes\\WebRoutes' => $baseDir . '/app/Http/Routes/WebRoutes.php', |
| @@ -298,10 +320,12 @@ | ||
| 298 | 320 | 'FluentCart\\App\\Http\\Routes\\FakerRoutes' => $baseDir . '/app/Http/Routes/FakerRoutes.php', |
| 299 | 321 | 'FluentCart\\App\\Http\\Routes\\WebRoutes' => $baseDir . '/app/Http/Routes/WebRoutes.php', |
| 300 | 322 | 'FluentCart\\App\\Http\\Rules\\MaxLengthRule' => $baseDir . '/app/Http/Rules/MaxLengthRule.php', |
| 301 | 323 | 'FluentCart\\App\\Http\\Rules\\MaxPostCodeRule' => $baseDir . '/app/Http/Rules/MaxPostCodeRule.php', |
| 324 | + 'FluentCart\\App\\Http\\Rules\\RequiredWhenRule' => $baseDir . '/app/Http/Rules/RequiredWhenRule.php', | |
| 302 | 325 | 'FluentCart\\App\\Http\\Rules\\SanitizeText' => $baseDir . '/app/Http/Rules/SanitizeText.php', |
| 303 | 326 | 'FluentCart\\App\\Http\\Rules\\SanitizeTextArea' => $baseDir . '/app/Http/Rules/SanitizeTextArea.php', |
| 327 | + 'FluentCart\\App\\Http\\Rules\\WhenFilledRule' => $baseDir . '/app/Http/Rules/WhenFilledRule.php', | |
| 304 | 328 | 'FluentCart\\App\\Listeners\\Activity' => $baseDir . '/app/Listeners/Activity.php', |
| 305 | 329 | 'FluentCart\\App\\Listeners\\FirstTimePluginActivation\\CreatePages' => $baseDir . '/app/Listeners/FirstTimePluginActivation/CreatePages.php', |
| 306 | 330 | 'FluentCart\\App\\Listeners\\FirstTimePluginActivation\\ManagePayments' => $baseDir . '/app/Listeners/FirstTimePluginActivation/ManagePayments.php', |
| 307 | 331 | 'FluentCart\\App\\Listeners\\FirstTimePluginActivation\\SetupStore' => $baseDir . '/app/Listeners/FirstTimePluginActivation/SetupStore.php', |
| @@ -314,8 +338,9 @@ | ||
| 314 | 338 | 'FluentCart\\App\\Listeners\\Order\\OrderPaymentFailed' => $baseDir . '/app/Listeners/Order/OrderPaymentFailed.php', |
| 315 | 339 | 'FluentCart\\App\\Listeners\\Order\\OrderRefunded' => $baseDir . '/app/Listeners/Order/OrderRefunded.php', |
| 316 | 340 | 'FluentCart\\App\\Listeners\\Order\\OrderUpdated' => $baseDir . '/app/Listeners/Order/OrderUpdated.php', |
| 317 | 341 | 'FluentCart\\App\\Listeners\\Order\\RenewalOrderDeleted' => $baseDir . '/app/Listeners/Order/RenewalOrderDeleted.php', |
| 342 | + 'FluentCart\\App\\Listeners\\Subscription\\SubscriptionRenewalFailed' => $baseDir . '/app/Listeners/Subscription/SubscriptionRenewalFailed.php', | |
| 318 | 343 | 'FluentCart\\App\\Listeners\\Subscription\\SubscriptionRenewed' => $baseDir . '/app/Listeners/Subscription/SubscriptionRenewed.php', |
| 319 | 344 | 'FluentCart\\App\\Listeners\\UpdateDefaultVariation' => $baseDir . '/app/Listeners/UpdateDefaultVariation.php', |
| 320 | 345 | 'FluentCart\\App\\Listeners\\UpdateStock' => $baseDir . '/app/Listeners/UpdateStock.php', |
| 321 | 346 | 'FluentCart\\App\\Models\\Activity' => $baseDir . '/app/Models/Activity.php', |
| @@ -368,11 +393,16 @@ | ||
| 368 | 393 | 'FluentCart\\App\\Models\\WpModels\\PostMeta' => $baseDir . '/app/Models/WpModels/PostMeta.php', |
| 369 | 394 | 'FluentCart\\App\\Models\\WpModels\\Term' => $baseDir . '/app/Models/WpModels/Term.php', |
| 370 | 395 | 'FluentCart\\App\\Models\\WpModels\\TermRelationship' => $baseDir . '/app/Models/WpModels/TermRelationship.php', |
| 371 | 396 | 'FluentCart\\App\\Models\\WpModels\\TermTaxonomy' => $baseDir . '/app/Models/WpModels/TermTaxonomy.php', |
| 397 | + 'FluentCart\\App\\Modules\\AdminFooter\\AdminFooter' => $baseDir . '/app/Modules/AdminFooter/AdminFooter.php', | |
| 372 | 398 | 'FluentCart\\App\\Modules\\Coupon\\CouponHandler' => $baseDir . '/app/Modules/Coupon/CouponHandler.php', |
| 373 | 399 | 'FluentCart\\App\\Modules\\Data\\ProductDataSetup' => $baseDir . '/app/Modules/Data/ProductDataSetup.php', |
| 374 | 400 | 'FluentCart\\App\\Modules\\Data\\ProductQuery' => $baseDir . '/app/Modules/Data/ProductQuery.php', |
| 401 | + 'FluentCart\\App\\Modules\\FluentPlayer\\FluentPlayerAdminAssets' => $baseDir . '/app/Modules/FluentPlayer/FluentPlayerAdminAssets.php', | |
| 402 | + 'FluentCart\\App\\Modules\\FluentPlayer\\FluentPlayerBridge' => $baseDir . '/app/Modules/FluentPlayer/FluentPlayerBridge.php', | |
| 403 | + 'FluentCart\\App\\Modules\\FluentPlayer\\ProductVideoRenderer' => $baseDir . '/app/Modules/FluentPlayer/ProductVideoRenderer.php', | |
| 404 | + 'FluentCart\\App\\Modules\\FluentPlayer\\ProductVideoSettings' => $baseDir . '/app/Modules/FluentPlayer/ProductVideoSettings.php', | |
| 375 | 405 | 'FluentCart\\App\\Modules\\IntegrationActions\\BaseIntegrationAction' => $baseDir . '/app/Modules/IntegrationActions/BaseIntegrationAction.php', |
| 376 | 406 | 'FluentCart\\App\\Modules\\IntegrationActions\\GlobalIntegrationActionHandler' => $baseDir . '/app/Modules/IntegrationActions/GlobalIntegrationActionHandler.php', |
| 377 | 407 | 'FluentCart\\App\\Modules\\Integrations\\AddOnModule' => $baseDir . '/app/Modules/Integrations/AddOnModule.php', |
| 378 | 408 | 'FluentCart\\App\\Modules\\Integrations\\BaseIntegrationManager' => $baseDir . '/app/Modules/Integrations/BaseIntegrationManager.php', |
| @@ -382,14 +412,34 @@ | ||
| 382 | 412 | 'FluentCart\\App\\Modules\\Integrations\\FluentPlugins\\FluentSupportWidget' => $baseDir . '/app/Modules/Integrations/FluentPlugins/FluentSupportWidget.php', |
| 383 | 413 | 'FluentCart\\App\\Modules\\Integrations\\GlobalIntegrationSettings' => $baseDir . '/app/Modules/Integrations/GlobalIntegrationSettings.php', |
| 384 | 414 | 'FluentCart\\App\\Modules\\Integrations\\GlobalNotificationHandler' => $baseDir . '/app/Modules/Integrations/GlobalNotificationHandler.php', |
| 385 | 415 | 'FluentCart\\App\\Modules\\Integrations\\IntegrationHelper' => $baseDir . '/app/Modules/Integrations/IntegrationHelper.php', |
| 416 | + 'FluentCart\\App\\Modules\\MCP\\AbilitiesRegistrar' => $baseDir . '/app/Modules/MCP/AbilitiesRegistrar.php', | |
| 417 | + 'FluentCart\\App\\Modules\\MCP\\MCPInit' => $baseDir . '/app/Modules/MCP/MCPInit.php', | |
| 418 | + 'FluentCart\\App\\Modules\\MCP\\Support\\AdvancedSearch' => $baseDir . '/app/Modules/MCP/Support/AdvancedSearch.php', | |
| 419 | + 'FluentCart\\App\\Modules\\MCP\\Support\\CrmContact' => $baseDir . '/app/Modules/MCP/Support/CrmContact.php', | |
| 420 | + 'FluentCart\\App\\Modules\\MCP\\Support\\MCPHelper' => $baseDir . '/app/Modules/MCP/Support/MCPHelper.php', | |
| 421 | + 'FluentCart\\App\\Modules\\MCP\\Support\\PaymentProjector' => $baseDir . '/app/Modules/MCP/Support/PaymentProjector.php', | |
| 422 | + 'FluentCart\\App\\Modules\\MCP\\Support\\PermissionGate' => $baseDir . '/app/Modules/MCP/Support/PermissionGate.php', | |
| 423 | + 'FluentCart\\App\\Modules\\MCP\\Support\\ProductFinancialsCalculator' => $baseDir . '/app/Modules/MCP/Support/ProductFinancialsCalculator.php', | |
| 424 | + 'FluentCart\\App\\Modules\\MCP\\Support\\WriteGuard' => $baseDir . '/app/Modules/MCP/Support/WriteGuard.php', | |
| 425 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\ContextTools' => $baseDir . '/app/Modules/MCP/Tools/ContextTools.php', | |
| 426 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\CouponTools' => $baseDir . '/app/Modules/MCP/Tools/CouponTools.php', | |
| 427 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\CustomerTools' => $baseDir . '/app/Modules/MCP/Tools/CustomerTools.php', | |
| 428 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\LabelTools' => $baseDir . '/app/Modules/MCP/Tools/LabelTools.php', | |
| 429 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\OrderTools' => $baseDir . '/app/Modules/MCP/Tools/OrderTools.php', | |
| 430 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\PaymentScheduleTools' => $baseDir . '/app/Modules/MCP/Tools/PaymentScheduleTools.php', | |
| 431 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\ProductFinancialsTools' => $baseDir . '/app/Modules/MCP/Tools/ProductFinancialsTools.php', | |
| 432 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\ProductTools' => $baseDir . '/app/Modules/MCP/Tools/ProductTools.php', | |
| 433 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\ReportTools' => $baseDir . '/app/Modules/MCP/Tools/ReportTools.php', | |
| 434 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\SearchTools' => $baseDir . '/app/Modules/MCP/Tools/SearchTools.php', | |
| 435 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\SubscriptionTools' => $baseDir . '/app/Modules/MCP/Tools/SubscriptionTools.php', | |
| 436 | + 'FluentCart\\App\\Modules\\MCP\\Tools\\TransactionTools' => $baseDir . '/app/Modules/MCP/Tools/TransactionTools.php', | |
| 386 | 437 | 'FluentCart\\App\\Modules\\PaymentMethods\\AirwallexGateway\\Airwallex' => $baseDir . '/app/Modules/PaymentMethods/AirwallexGateway/Airwallex.php', |
| 387 | 438 | 'FluentCart\\App\\Modules\\PaymentMethods\\AirwallexGateway\\AirwallexSettingsBase' => $baseDir . '/app/Modules/PaymentMethods/AirwallexGateway/AirwallexSettingsBase.php', |
| 388 | 439 | 'FluentCart\\App\\Modules\\PaymentMethods\\Cod\\Cod' => $baseDir . '/app/Modules/PaymentMethods/Cod/Cod.php', |
| 389 | 440 | 'FluentCart\\App\\Modules\\PaymentMethods\\Cod\\CodHandler' => $baseDir . '/app/Modules/PaymentMethods/Cod/CodHandler.php', |
| 390 | 441 | 'FluentCart\\App\\Modules\\PaymentMethods\\Cod\\CodSettingsBase' => $baseDir . '/app/Modules/PaymentMethods/Cod/CodSettingsBase.php', |
| 391 | - 'FluentCart\\App\\Modules\\PaymentMethods\\Cod\\CodSubscriptions' => $baseDir . '/app/Modules/PaymentMethods/Cod/CodSubscriptions.php', | |
| 392 | 442 | 'FluentCart\\App\\Modules\\PaymentMethods\\Core\\AbstractPaymentGateway' => $baseDir . '/app/Modules/PaymentMethods/Core/AbstractPaymentGateway.php', |
| 393 | 443 | 'FluentCart\\App\\Modules\\PaymentMethods\\Core\\AbstractSubscriptionModule' => $baseDir . '/app/Modules/PaymentMethods/Core/AbstractSubscriptionModule.php', |
| 394 | 444 | 'FluentCart\\App\\Modules\\PaymentMethods\\Core\\BaseGatewaySettings' => $baseDir . '/app/Modules/PaymentMethods/Core/BaseGatewaySettings.php', |
| 395 | 445 | 'FluentCart\\App\\Modules\\PaymentMethods\\Core\\GatewayManager' => $baseDir . '/app/Modules/PaymentMethods/Core/GatewayManager.php', |
| @@ -411,14 +461,14 @@ | ||
| 411 | 461 | 'FluentCart\\App\\Modules\\PaymentMethods\\PromoGateways\\Addons\\FlutterwaveAddon' => $baseDir . '/app/Modules/PaymentMethods/PromoGateways/Addons/FlutterwaveAddon.php', |
| 412 | 462 | 'FluentCart\\App\\Modules\\PaymentMethods\\PromoGateways\\Addons\\MercadoPagoAddon' => $baseDir . '/app/Modules/PaymentMethods/PromoGateways/Addons/MercadoPagoAddon.php', |
| 413 | 463 | 'FluentCart\\App\\Modules\\PaymentMethods\\PromoGateways\\Addons\\PaystackAddon' => $baseDir . '/app/Modules/PaymentMethods/PromoGateways/Addons/PaystackAddon.php', |
| 414 | 464 | 'FluentCart\\App\\Modules\\PaymentMethods\\PromoGateways\\Addons\\RazorpayAddon' => $baseDir . '/app/Modules/PaymentMethods/PromoGateways/Addons/RazorpayAddon.php', |
| 465 | + 'FluentCart\\App\\Modules\\PaymentMethods\\PromoGateways\\Addons\\SquareAddon' => $baseDir . '/app/Modules/PaymentMethods/PromoGateways/Addons/SquareAddon.php', | |
| 466 | + 'FluentCart\\App\\Modules\\PaymentMethods\\PromoGateways\\Addons\\SslcommerzAddon' => $baseDir . '/app/Modules/PaymentMethods/PromoGateways/Addons/SslcommerzAddon.php', | |
| 415 | 467 | 'FluentCart\\App\\Modules\\PaymentMethods\\PromoGateways\\Pro\\AuthorizeNetPromo' => $baseDir . '/app/Modules/PaymentMethods/PromoGateways/Pro/AuthorizeNetPromo.php', |
| 416 | 468 | 'FluentCart\\App\\Modules\\PaymentMethods\\PromoGateways\\Pro\\MolliePromo' => $baseDir . '/app/Modules/PaymentMethods/PromoGateways/Pro/MolliePromo.php', |
| 417 | 469 | 'FluentCart\\App\\Modules\\PaymentMethods\\PromoGateways\\Pro\\PaddlePromo' => $baseDir . '/app/Modules/PaymentMethods/PromoGateways/Pro/PaddlePromo.php', |
| 418 | 470 | 'FluentCart\\App\\Modules\\PaymentMethods\\PromoGateways\\Pro\\PromoGatewaySettings' => $baseDir . '/app/Modules/PaymentMethods/PromoGateways/Pro/PromoGatewaySettings.php', |
| 419 | - 'FluentCart\\App\\Modules\\PaymentMethods\\SquareGateway\\Square' => $baseDir . '/app/Modules/PaymentMethods/SquareGateway/Square.php', | |
| 420 | - 'FluentCart\\App\\Modules\\PaymentMethods\\SquareGateway\\SquareSettingsBase' => $baseDir . '/app/Modules/PaymentMethods/SquareGateway/SquareSettingsBase.php', | |
| 421 | 471 | 'FluentCart\\App\\Modules\\PaymentMethods\\StripeGateway\\API\\API' => $baseDir . '/app/Modules/PaymentMethods/StripeGateway/API/API.php', |
| 422 | 472 | 'FluentCart\\App\\Modules\\PaymentMethods\\StripeGateway\\API\\Account' => $baseDir . '/app/Modules/PaymentMethods/StripeGateway/API/Account.php', |
| 423 | 473 | 'FluentCart\\App\\Modules\\PaymentMethods\\StripeGateway\\API\\ApiRequest' => $baseDir . '/app/Modules/PaymentMethods/StripeGateway/API/ApiRequest.php', |
| 424 | 474 | 'FluentCart\\App\\Modules\\PaymentMethods\\StripeGateway\\API\\RequestProcessor' => $baseDir . '/app/Modules/PaymentMethods/StripeGateway/API/RequestProcessor.php', |
| @@ -437,9 +487,8 @@ | ||
| 437 | 487 | 'FluentCart\\App\\Modules\\PaymentMethods\\StripeGateway\\Webhook\\Webhook' => $baseDir . '/app/Modules/PaymentMethods/StripeGateway/Webhook/Webhook.php', |
| 438 | 488 | 'FluentCart\\App\\Modules\\ProductIntegration\\ProductIntegrationHandler' => $baseDir . '/app/Modules/ProductIntegration/ProductIntegrationHandler.php', |
| 439 | 489 | 'FluentCart\\App\\Modules\\ReportingModule\\OrdersReport' => $baseDir . '/app/Modules/ReportingModule/OrdersReport.php', |
| 440 | 490 | 'FluentCart\\App\\Modules\\ReportingModule\\ProductReport' => $baseDir . '/app/Modules/ReportingModule/ProductReport.php', |
| 441 | - 'FluentCart\\App\\Modules\\ReportingModule\\SalesReport' => $baseDir . '/app/Modules/ReportingModule/SalesReport.php', | |
| 442 | 491 | 'FluentCart\\App\\Modules\\Shipping\\Http\\Controllers\\Frontend\\ShippingFrontendController' => $baseDir . '/app/Modules/Shipping/Http/Controllers/Frontend/ShippingFrontendController.php', |
| 443 | 492 | 'FluentCart\\App\\Modules\\Shipping\\Http\\Controllers\\ShippingClassController' => $baseDir . '/app/Modules/Shipping/Http/Controllers/ShippingClassController.php', |
| 444 | 493 | 'FluentCart\\App\\Modules\\Shipping\\Http\\Controllers\\ShippingMethodController' => $baseDir . '/app/Modules/Shipping/Http/Controllers/ShippingMethodController.php', |
| 445 | 494 | 'FluentCart\\App\\Modules\\Shipping\\Http\\Controllers\\ShippingZoneController' => $baseDir . '/app/Modules/Shipping/Http/Controllers/ShippingZoneController.php', |
| @@ -457,14 +506,20 @@ | ||
| 457 | 506 | 'FluentCart\\App\\Modules\\StorageDrivers\\Local\\Local' => $baseDir . '/app/Modules/StorageDrivers/Local/Local.php', |
| 458 | 507 | 'FluentCart\\App\\Modules\\StorageDrivers\\Local\\LocalSettings' => $baseDir . '/app/Modules/StorageDrivers/Local/LocalSettings.php', |
| 459 | 508 | 'FluentCart\\App\\Modules\\StorageDrivers\\S3\\S3' => $baseDir . '/app/Modules/StorageDrivers/S3/S3.php', |
| 460 | 509 | 'FluentCart\\App\\Modules\\StorageDrivers\\S3\\S3Settings' => $baseDir . '/app/Modules/StorageDrivers/S3/S3Settings.php', |
| 510 | + 'FluentCart\\App\\Modules\\StoreManagedRenewal\\RenewalModule' => $baseDir . '/app/Modules/StoreManagedRenewal/RenewalModule.php', | |
| 511 | + 'FluentCart\\App\\Modules\\StoreManagedRenewal\\Services\\RenewalScheduler' => $baseDir . '/app/Modules/StoreManagedRenewal/Services/RenewalScheduler.php', | |
| 512 | + 'FluentCart\\App\\Modules\\StoreManagedRenewal\\Services\\RenewalService' => $baseDir . '/app/Modules/StoreManagedRenewal/Services/RenewalService.php', | |
| 461 | 513 | 'FluentCart\\App\\Modules\\Subscriptions\\Http\\Controllers\\SubscriptionController' => $baseDir . '/app/Modules/Subscriptions/Http/Controllers/SubscriptionController.php', |
| 462 | 514 | 'FluentCart\\App\\Modules\\Subscriptions\\Http\\Handlers\\AdminMenuHandler' => $baseDir . '/app/Modules/Subscriptions/Http/Handlers/AdminMenuHandler.php', |
| 463 | 515 | 'FluentCart\\App\\Modules\\Subscriptions\\Http\\Policies\\SubscriptionsPolicy' => $baseDir . '/app/Modules/Subscriptions/Http/Policies/SubscriptionsPolicy.php', |
| 464 | 516 | 'FluentCart\\App\\Modules\\Subscriptions\\Services\\EarlyPaymentFeature' => $baseDir . '/app/Modules/Subscriptions/Services/EarlyPaymentFeature.php', |
| 465 | 517 | 'FluentCart\\App\\Modules\\Subscriptions\\Services\\Filter\\SubscriptionFilter' => $baseDir . '/app/Modules/Subscriptions/Services/Filter/SubscriptionFilter.php', |
| 518 | + 'FluentCart\\App\\Modules\\Subscriptions\\Services\\SubscriptionGatewayGate' => $baseDir . '/app/Modules/Subscriptions/Services/SubscriptionGatewayGate.php', | |
| 519 | + 'FluentCart\\App\\Modules\\Subscriptions\\Services\\SubscriptionManagementMode' => $baseDir . '/app/Modules/Subscriptions/Services/SubscriptionManagementMode.php', | |
| 466 | 520 | 'FluentCart\\App\\Modules\\Subscriptions\\Services\\SubscriptionService' => $baseDir . '/app/Modules/Subscriptions/Services/SubscriptionService.php', |
| 521 | + 'FluentCart\\App\\Modules\\Subscriptions\\Services\\SystemChargeService' => $baseDir . '/app/Modules/Subscriptions/Services/SystemChargeService.php', | |
| 467 | 522 | 'FluentCart\\App\\Modules\\Subscriptions\\SubscriptionModule' => $baseDir . '/app/Modules/Subscriptions/SubscriptionModule.php', |
| 468 | 523 | 'FluentCart\\App\\Modules\\Tax\\TaxCalculator' => $baseDir . '/app/Modules/Tax/TaxCalculator.php', |
| 469 | 524 | 'FluentCart\\App\\Modules\\Tax\\TaxModule' => $baseDir . '/app/Modules/Tax/TaxModule.php', |
| 470 | 525 | 'FluentCart\\App\\Modules\\Templating\\AssetLoader' => $baseDir . '/app/Modules/Templating/AssetLoader.php', |
| @@ -475,10 +530,10 @@ | ||
| 475 | 530 | 'FluentCart\\App\\Modules\\Templating\\BlockTemplates\\TemplateParts\\TemplatePartService' => $baseDir . '/app/Modules/Templating/BlockTemplates/TemplateParts/TemplatePartService.php', |
| 476 | 531 | 'FluentCart\\App\\Modules\\Templating\\Bricks\\BricksHelper' => $baseDir . '/app/Modules/Templating/Bricks/BricksHelper.php', |
| 477 | 532 | 'FluentCart\\App\\Modules\\Templating\\Bricks\\BricksLoader' => $baseDir . '/app/Modules/Templating/Bricks/BricksLoader.php', |
| 478 | 533 | 'FluentCart\\App\\Modules\\Templating\\Bricks\\DynamicData' => $baseDir . '/app/Modules/Templating/Bricks/DynamicData.php', |
| 534 | + 'FluentCart\\App\\Modules\\Templating\\Bricks\\Elements\\BuySection' => $baseDir . '/app/Modules/Templating/Bricks/Elements/BuySection.php', | |
| 479 | 535 | 'FluentCart\\App\\Modules\\Templating\\Bricks\\Elements\\PriceRange' => $baseDir . '/app/Modules/Templating/Bricks/Elements/PriceRange.php', |
| 480 | - 'FluentCart\\App\\Modules\\Templating\\Bricks\\Elements\\ProductAddToCart' => $baseDir . '/app/Modules/Templating/Bricks/Elements/ProductAddToCart.php', | |
| 481 | 536 | 'FluentCart\\App\\Modules\\Templating\\Bricks\\Elements\\ProductContent' => $baseDir . '/app/Modules/Templating/Bricks/Elements/ProductContent.php', |
| 482 | 537 | 'FluentCart\\App\\Modules\\Templating\\Bricks\\Elements\\ProductGallery' => $baseDir . '/app/Modules/Templating/Bricks/Elements/ProductGallery.php', |
| 483 | 538 | 'FluentCart\\App\\Modules\\Templating\\Bricks\\Elements\\ProductShortDescription' => $baseDir . '/app/Modules/Templating/Bricks/Elements/ProductShortDescription.php', |
| 484 | 539 | 'FluentCart\\App\\Modules\\Templating\\Bricks\\Elements\\ProductStock' => $baseDir . '/app/Modules/Templating/Bricks/Elements/ProductStock.php', |
| @@ -488,9 +543,8 @@ | ||
| 488 | 543 | 'FluentCart\\App\\Modules\\Templating\\TemplateLoader' => $baseDir . '/app/Modules/Templating/TemplateLoader.php', |
| 489 | 544 | 'FluentCart\\App\\Modules\\Turnstile\\TurnstileBoot' => $baseDir . '/app/Modules/Turnstile/TurnstileBoot.php', |
| 490 | 545 | 'FluentCart\\App\\Modules\\Turnstile\\TurnstileInit' => $baseDir . '/app/Modules/Turnstile/TurnstileInit.php', |
| 491 | 546 | 'FluentCart\\App\\Modules\\Turnstile\\TurnstileValidator' => $baseDir . '/app/Modules/Turnstile/TurnstileValidator.php', |
| 492 | - 'FluentCart\\App\\Modules\\Wishlist\\WishlistModule' => $baseDir . '/app/Modules/Wishlist/WishlistModule.php', | |
| 493 | 547 | 'FluentCart\\App\\Modules\\WooCommerceMigrator\\Contracts\\MigrationServiceInterface' => $baseDir . '/app/Modules/WooCommerceMigrator/Contracts/MigrationServiceInterface.php', |
| 494 | 548 | 'FluentCart\\App\\Modules\\WooCommerceMigrator\\Services\\BaseMigrationService' => $baseDir . '/app/Modules/WooCommerceMigrator/Services/BaseMigrationService.php', |
| 495 | 549 | 'FluentCart\\App\\Modules\\WooCommerceMigrator\\Services\\CustomerMigrationService' => $baseDir . '/app/Modules/WooCommerceMigrator/Services/CustomerMigrationService.php', |
| 496 | 550 | 'FluentCart\\App\\Modules\\WooCommerceMigrator\\Services\\OrderMigrationService' => $baseDir . '/app/Modules/WooCommerceMigrator/Services/OrderMigrationService.php', |
| @@ -495,8 +549,9 @@ | ||
| 495 | 549 | 'FluentCart\\App\\Modules\\WooCommerceMigrator\\Services\\CustomerMigrationService' => $baseDir . '/app/Modules/WooCommerceMigrator/Services/CustomerMigrationService.php', |
| 496 | 550 | 'FluentCart\\App\\Modules\\WooCommerceMigrator\\Services\\OrderMigrationService' => $baseDir . '/app/Modules/WooCommerceMigrator/Services/OrderMigrationService.php', |
| 497 | 551 | 'FluentCart\\App\\Modules\\WooCommerceMigrator\\WooCommerceMigratorCli' => $baseDir . '/app/Modules/WooCommerceMigrator/WooCommerceMigratorCli.php', |
| 498 | 552 | 'FluentCart\\App\\Modules\\WooCommerceMigrator\\WooCommerceMigratorHelper' => $baseDir . '/app/Modules/WooCommerceMigrator/WooCommerceMigratorHelper.php', |
| 553 | + 'FluentCart\\App\\Services\\AdvancedVariationService' => $baseDir . '/app/Services/AdvancedVariationService.php', | |
| 499 | 554 | 'FluentCart\\App\\Services\\Async\\DummyProductService' => $baseDir . '/app/Services/Async/DummyProductService.php', |
| 500 | 555 | 'FluentCart\\App\\Services\\Async\\ImageAttachService' => $baseDir . '/app/Services/Async/ImageAttachService.php', |
| 501 | 556 | 'FluentCart\\App\\Services\\AuthService' => $baseDir . '/app/Services/AuthService.php', |
| 502 | 557 | 'FluentCart\\App\\Services\\BulkProductInsertService' => $baseDir . '/app/Services/BulkProductInsertService.php', |
| @@ -509,10 +564,17 @@ | ||
| 509 | 564 | 'FluentCart\\App\\Services\\Coupon\\CouponServiceAdmin' => $baseDir . '/app/Services/Coupon/CouponServiceAdmin.php', |
| 510 | 565 | 'FluentCart\\App\\Services\\Coupon\\DiscountService' => $baseDir . '/app/Services/Coupon/DiscountService.php', |
| 511 | 566 | 'FluentCart\\App\\Services\\CustomPayment\\PaymentIntent' => $baseDir . '/app/Services/CustomPayment/PaymentIntent.php', |
| 512 | 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', | |
| 513 | 573 | 'FluentCart\\App\\Services\\DateTime\\CanExtractTimeZone' => $baseDir . '/app/Services/DateTime/CanExtractTimeZone.php', |
| 574 | + 'FluentCart\\App\\Services\\DateTime\\DateFormatter' => $baseDir . '/app/Services/DateTime/DateFormatter.php', | |
| 514 | 575 | 'FluentCart\\App\\Services\\DateTime\\DateTime' => $baseDir . '/app/Services/DateTime/DateTime.php', |
| 576 | + 'FluentCart\\App\\Services\\DateTime\\DayjsFormatter' => $baseDir . '/app/Services/DateTime/DayjsFormatter.php', | |
| 515 | 577 | 'FluentCart\\App\\Services\\Email\\BlockEditorHelper' => $baseDir . '/app/Services/Email/BlockEditorHelper.php', |
| 516 | 578 | 'FluentCart\\App\\Services\\Email\\ConditionPresets' => $baseDir . '/app/Services/Email/ConditionPresets.php', |
| 517 | 579 | 'FluentCart\\App\\Services\\Email\\EmailNotificationMailer' => $baseDir . '/app/Services/Email/EmailNotificationMailer.php', |
| 518 | 580 | 'FluentCart\\App\\Services\\Email\\EmailNotifications' => $baseDir . '/app/Services/Email/EmailNotifications.php', |
| @@ -517,8 +579,9 @@ | ||
| 517 | 579 | 'FluentCart\\App\\Services\\Email\\EmailNotificationMailer' => $baseDir . '/app/Services/Email/EmailNotificationMailer.php', |
| 518 | 580 | 'FluentCart\\App\\Services\\Email\\EmailNotifications' => $baseDir . '/app/Services/Email/EmailNotifications.php', |
| 519 | 581 | 'FluentCart\\App\\Services\\Email\\EmailPreviewService' => $baseDir . '/app/Services/Email/EmailPreviewService.php', |
| 520 | 582 | 'FluentCart\\App\\Services\\Email\\Mailer' => $baseDir . '/app/Services/Email/Mailer.php', |
| 583 | + 'FluentCart\\App\\Services\\Email\\StoreDigestService' => $baseDir . '/app/Services/Email/StoreDigestService.php', | |
| 521 | 584 | 'FluentCart\\App\\Services\\FileSystem\\DownloadService' => $baseDir . '/app/Services/FileSystem/DownloadService.php', |
| 522 | 585 | 'FluentCart\\App\\Services\\FileSystem\\Drivers\\BaseDriver' => $baseDir . '/app/Services/FileSystem/Drivers/BaseDriver.php', |
| 523 | 586 | 'FluentCart\\App\\Services\\FileSystem\\Drivers\\Local\\LocalDriver' => $baseDir . '/app/Services/FileSystem/Drivers/Local/LocalDriver.php', |
| 524 | 587 | 'FluentCart\\App\\Services\\FileSystem\\Drivers\\S3\\S3BucketCreator' => $baseDir . '/app/Services/FileSystem/Drivers/S3/S3BucketCreator.php', |
| @@ -529,15 +592,21 @@ | ||
| 529 | 592 | 'FluentCart\\App\\Services\\FileSystem\\Drivers\\S3\\S3FileList' => $baseDir . '/app/Services/FileSystem/Drivers/S3/S3FileList.php', |
| 530 | 593 | 'FluentCart\\App\\Services\\FileSystem\\Drivers\\S3\\S3FileUploader' => $baseDir . '/app/Services/FileSystem/Drivers/S3/S3FileUploader.php', |
| 531 | 594 | 'FluentCart\\App\\Services\\FileSystem\\Drivers\\S3\\S3InputValidator' => $baseDir . '/app/Services/FileSystem/Drivers/S3/S3InputValidator.php', |
| 532 | 595 | 'FluentCart\\App\\Services\\FileSystem\\FileManager' => $baseDir . '/app/Services/FileSystem/FileManager.php', |
| 596 | + 'FluentCart\\App\\Services\\FileSystem\\StorageBucketResolver' => $baseDir . '/app/Services/FileSystem/StorageBucketResolver.php', | |
| 597 | + 'FluentCart\\App\\Services\\FileSystem\\StoragePath' => $baseDir . '/app/Services/FileSystem/StoragePath.php', | |
| 598 | + 'FluentCart\\App\\Services\\Filter\\AttrGroupFilter' => $baseDir . '/app/Services/Filter/AttrGroupFilter.php', | |
| 599 | + 'FluentCart\\App\\Services\\Filter\\AttrTermFilter' => $baseDir . '/app/Services/Filter/AttrTermFilter.php', | |
| 533 | 600 | 'FluentCart\\App\\Services\\Filter\\BaseFilter' => $baseDir . '/app/Services/Filter/BaseFilter.php', |
| 534 | 601 | 'FluentCart\\App\\Services\\Filter\\Concerns\\HandleDateFilter' => $baseDir . '/app/Services/Filter/Concerns/HandleDateFilter.php', |
| 535 | 602 | 'FluentCart\\App\\Services\\Filter\\Concerns\\HandleRelationalFilter' => $baseDir . '/app/Services/Filter/Concerns/HandleRelationalFilter.php', |
| 603 | + 'FluentCart\\App\\Services\\Filter\\Concerns\\HasIdTitleSlugSearch' => $baseDir . '/app/Services/Filter/Concerns/HasIdTitleSlugSearch.php', | |
| 536 | 604 | 'FluentCart\\App\\Services\\Filter\\CouponFilter' => $baseDir . '/app/Services/Filter/CouponFilter.php', |
| 537 | 605 | 'FluentCart\\App\\Services\\Filter\\CustomerFilter' => $baseDir . '/app/Services/Filter/CustomerFilter.php', |
| 538 | 606 | 'FluentCart\\App\\Services\\Filter\\LabelFilter' => $baseDir . '/app/Services/Filter/LabelFilter.php', |
| 539 | 607 | 'FluentCart\\App\\Services\\Filter\\LicenseFilter' => $baseDir . '/app/Services/Filter/LicenseFilter.php', |
| 608 | + 'FluentCart\\App\\Services\\Filter\\LicenseSiteFilter' => $baseDir . '/app/Services/Filter/LicenseSiteFilter.php', | |
| 540 | 609 | 'FluentCart\\App\\Services\\Filter\\LogFilter' => $baseDir . '/app/Services/Filter/LogFilter.php', |
| 541 | 610 | 'FluentCart\\App\\Services\\Filter\\OrderBumpFilter' => $baseDir . '/app/Services/Filter/OrderBumpFilter.php', |
| 542 | 611 | 'FluentCart\\App\\Services\\Filter\\OrderFilter' => $baseDir . '/app/Services/Filter/OrderFilter.php', |
| 543 | 612 | 'FluentCart\\App\\Services\\Filter\\ProductFilter' => $baseDir . '/app/Services/Filter/ProductFilter.php', |
| @@ -545,9 +614,8 @@ | ||
| 545 | 614 | 'FluentCart\\App\\Services\\Filter\\VariationFilter' => $baseDir . '/app/Services/Filter/VariationFilter.php', |
| 546 | 615 | 'FluentCart\\App\\Services\\FrontendView' => $baseDir . '/app/Services/FrontendView.php', |
| 547 | 616 | 'FluentCart\\App\\Services\\Integration' => $baseDir . '/app/Services/Integration.php', |
| 548 | 617 | 'FluentCart\\App\\Services\\Libs\\Emogrifier\\Emogrifier' => $baseDir . '/app/Services/Libs/Emogrifier/Emogrifier.php', |
| 549 | - 'FluentCart\\App\\Services\\Libs\\Emogrifier\\EmogrifierPhp7' => $baseDir . '/app/Services/Libs/Emogrifier/EmogrifierPhp7.php', | |
| 550 | 618 | 'FluentCart\\App\\Services\\Localization\\LocalizationManager' => $baseDir . '/app/Services/Localization/LocalizationManager.php', |
| 551 | 619 | 'FluentCart\\App\\Services\\Localization\\PostcodeVerification' => $baseDir . '/app/Services/Localization/PostcodeVerification.php', |
| 552 | 620 | 'FluentCart\\App\\Services\\OrderService' => $baseDir . '/app/Services/OrderService.php', |
| 553 | 621 | 'FluentCart\\App\\Services\\OrdersQuery' => $baseDir . '/app/Services/OrdersQuery.php', |
| @@ -566,12 +634,13 @@ | ||
| 566 | 634 | 'FluentCart\\App\\Services\\PluginInstaller\\PaymentAddonManager' => $baseDir . '/app/Services/PluginInstaller/PaymentAddonManager.php', |
| 567 | 635 | 'FluentCart\\App\\Services\\PrintService' => $baseDir . '/app/Services/PrintService.php', |
| 568 | 636 | 'FluentCart\\App\\Services\\ProductItemService' => $baseDir . '/app/Services/ProductItemService.php', |
| 569 | 637 | 'FluentCart\\App\\Services\\RateLimiter' => $baseDir . '/app/Services/RateLimiter.php', |
| 570 | - 'FluentCart\\App\\Services\\Reminders\\InvoiceReminderService' => $baseDir . '/app/Services/Reminders/InvoiceReminderService.php', | |
| 571 | 638 | 'FluentCart\\App\\Services\\Reminders\\ReminderService' => $baseDir . '/app/Services/Reminders/ReminderService.php', |
| 639 | + 'FluentCart\\App\\Services\\Reminders\\RenewalReminderService' => $baseDir . '/app/Services/Reminders/RenewalReminderService.php', | |
| 572 | 640 | 'FluentCart\\App\\Services\\Reminders\\SubscriptionReminderService' => $baseDir . '/app/Services/Reminders/SubscriptionReminderService.php', |
| 573 | 641 | 'FluentCart\\App\\Services\\Renderer\\AddressSelectRenderer' => $baseDir . '/app/Services/Renderer/AddressSelectRenderer.php', |
| 642 | + 'FluentCart\\App\\Services\\Renderer\\AdvancedVariationRenderer' => $baseDir . '/app/Services/Renderer/AdvancedVariationRenderer.php', | |
| 574 | 643 | 'FluentCart\\App\\Services\\Renderer\\CartDrawerRenderer' => $baseDir . '/app/Services/Renderer/CartDrawerRenderer.php', |
| 575 | 644 | 'FluentCart\\App\\Services\\Renderer\\CartItemRenderer' => $baseDir . '/app/Services/Renderer/CartItemRenderer.php', |
| 576 | 645 | 'FluentCart\\App\\Services\\Renderer\\CartRenderer' => $baseDir . '/app/Services/Renderer/CartRenderer.php', |
| 577 | 646 | 'FluentCart\\App\\Services\\Renderer\\CartSummaryRender' => $baseDir . '/app/Services/Renderer/CartSummaryRender.php', |
| @@ -577,12 +646,12 @@ | ||
| 577 | 646 | 'FluentCart\\App\\Services\\Renderer\\CartSummaryRender' => $baseDir . '/app/Services/Renderer/CartSummaryRender.php', |
| 578 | 647 | 'FluentCart\\App\\Services\\Renderer\\CheckoutFieldsSchema' => $baseDir . '/app/Services/Renderer/CheckoutFieldsSchema.php', |
| 579 | 648 | 'FluentCart\\App\\Services\\Renderer\\CheckoutRenderer' => $baseDir . '/app/Services/Renderer/CheckoutRenderer.php', |
| 580 | 649 | 'FluentCart\\App\\Services\\Renderer\\CustomerDashboardButtonRenderer' => $baseDir . '/app/Services/Renderer/CustomerDashboardButtonRenderer.php', |
| 581 | - 'FluentCart\\App\\Services\\Renderer\\EUVatRenderer' => $baseDir . '/app/Services/Renderer/EUVatRenderer.php', | |
| 582 | 650 | 'FluentCart\\App\\Services\\Renderer\\FormFieldRenderer' => $baseDir . '/app/Services/Renderer/FormFieldRenderer.php', |
| 583 | 651 | 'FluentCart\\App\\Services\\Renderer\\MiniCartRenderer' => $baseDir . '/app/Services/Renderer/MiniCartRenderer.php', |
| 584 | 652 | 'FluentCart\\App\\Services\\Renderer\\ModalCheckoutRenderer' => $baseDir . '/app/Services/Renderer/ModalCheckoutRenderer.php', |
| 653 | + 'FluentCart\\App\\Services\\Renderer\\PackageDescriptionRenderer' => $baseDir . '/app/Services/Renderer/PackageDescriptionRenderer.php', | |
| 585 | 654 | 'FluentCart\\App\\Services\\Renderer\\PricingTableRenderer' => $baseDir . '/app/Services/Renderer/PricingTableRenderer.php', |
| 586 | 655 | 'FluentCart\\App\\Services\\Renderer\\ProductCardRender' => $baseDir . '/app/Services/Renderer/ProductCardRender.php', |
| 587 | 656 | 'FluentCart\\App\\Services\\Renderer\\ProductCategoriesListRenderer' => $baseDir . '/app/Services/Renderer/ProductCategoriesListRenderer.php', |
| 588 | 657 | 'FluentCart\\App\\Services\\Renderer\\ProductCollectionRenderer' => $baseDir . '/app/Services/Renderer/ProductCollectionRenderer.php', |
| @@ -590,14 +659,19 @@ | ||
| 590 | 659 | 'FluentCart\\App\\Services\\Renderer\\ProductListRenderer' => $baseDir . '/app/Services/Renderer/ProductListRenderer.php', |
| 591 | 660 | 'FluentCart\\App\\Services\\Renderer\\ProductModalRenderer' => $baseDir . '/app/Services/Renderer/ProductModalRenderer.php', |
| 592 | 661 | 'FluentCart\\App\\Services\\Renderer\\ProductRenderer' => $baseDir . '/app/Services/Renderer/ProductRenderer.php', |
| 593 | 662 | 'FluentCart\\App\\Services\\Renderer\\Receipt\\ReceiptRenderer' => $baseDir . '/app/Services/Renderer/Receipt/ReceiptRenderer.php', |
| 663 | + 'FluentCart\\App\\Services\\Renderer\\Receipt\\TaxSummaryHelper' => $baseDir . '/app/Services/Renderer/Receipt/TaxSummaryHelper.php', | |
| 594 | 664 | 'FluentCart\\App\\Services\\Renderer\\Receipt\\ThankYouRender' => $baseDir . '/app/Services/Renderer/Receipt/ThankYouRender.php', |
| 665 | + 'FluentCart\\App\\Services\\Renderer\\RenderContext' => $baseDir . '/app/Services/Renderer/RenderContext.php', | |
| 666 | + 'FluentCart\\App\\Services\\Renderer\\RenderGate' => $baseDir . '/app/Services/Renderer/RenderGate.php', | |
| 595 | 667 | 'FluentCart\\App\\Services\\Renderer\\RenderHelper' => $baseDir . '/app/Services/Renderer/RenderHelper.php', |
| 596 | 668 | 'FluentCart\\App\\Services\\Renderer\\SearchBarRenderer' => $baseDir . '/app/Services/Renderer/SearchBarRenderer.php', |
| 597 | 669 | 'FluentCart\\App\\Services\\Renderer\\ShippingMethodsRender' => $baseDir . '/app/Services/Renderer/ShippingMethodsRender.php', |
| 598 | 670 | 'FluentCart\\App\\Services\\Renderer\\ShopAppRenderer' => $baseDir . '/app/Services/Renderer/ShopAppRenderer.php', |
| 599 | 671 | 'FluentCart\\App\\Services\\Renderer\\StoreLogoRenderer' => $baseDir . '/app/Services/Renderer/StoreLogoRenderer.php', |
| 672 | + 'FluentCart\\App\\Services\\Renderer\\TaxRenderer' => $baseDir . '/app/Services/Renderer/TaxRenderer.php', | |
| 673 | + 'FluentCart\\App\\Services\\Renderer\\VatFieldRenderer' => $baseDir . '/app/Services/Renderer/VatFieldRenderer.php', | |
| 600 | 674 | 'FluentCart\\App\\Services\\Report\\Concerns\\CanParseAddressField' => $baseDir . '/app/Services/Report/Concerns/CanParseAddressField.php', |
| 601 | 675 | 'FluentCart\\App\\Services\\Report\\Concerns\\HasRange' => $baseDir . '/app/Services/Report/Concerns/HasRange.php', |
| 602 | 676 | 'FluentCart\\App\\Services\\Report\\Concerns\\Subscription\\CanCalculateChurnRateTrend' => $baseDir . '/app/Services/Report/Concerns/Subscription/CanCalculateChurnRateTrend.php', |
| 603 | 677 | 'FluentCart\\App\\Services\\Report\\Concerns\\Subscription\\CanCalculateChurnRevenue' => $baseDir . '/app/Services/Report/Concerns/Subscription/CanCalculateChurnRevenue.php', |
| @@ -631,14 +705,17 @@ | ||
| 631 | 705 | 'FluentCart\\App\\Services\\ShortCodeParser\\ShortcodeParser' => $baseDir . '/app/Services/ShortCodeParser/ShortcodeParser.php', |
| 632 | 706 | 'FluentCart\\App\\Services\\ShortCodeParser\\ShortcodeTemplateBuilder' => $baseDir . '/app/Services/ShortCodeParser/ShortcodeTemplateBuilder.php', |
| 633 | 707 | 'FluentCart\\App\\Services\\ShortCodeParser\\SmartCodeParser' => $baseDir . '/app/Services/ShortCodeParser/SmartCodeParser.php', |
| 634 | 708 | 'FluentCart\\App\\Services\\ShortCodeParser\\ValueTransformer' => $baseDir . '/app/Services/ShortCodeParser/ValueTransformer.php', |
| 635 | - 'FluentCart\\App\\Services\\Tax\\TaxCalculator' => $baseDir . '/app/Services/Tax/TaxCalculator.php', | |
| 709 | + 'FluentCart\\App\\Services\\Tax\\AdminOrderTaxService' => $baseDir . '/app/Services/Tax/AdminOrderTaxService.php', | |
| 636 | 710 | 'FluentCart\\App\\Services\\Tax\\TaxManager' => $baseDir . '/app/Services/Tax/TaxManager.php', |
| 637 | 711 | 'FluentCart\\App\\Services\\TemplateService' => $baseDir . '/app/Services/TemplateService.php', |
| 638 | 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', | |
| 639 | 715 | 'FluentCart\\App\\Services\\Theme\\ColorPaletteGenerator' => $baseDir . '/app/Services/Theme/ColorPaletteGenerator.php', |
| 640 | 716 | 'FluentCart\\App\\Services\\Theme\\FrontendTheme' => $baseDir . '/app/Services/Theme/FrontendTheme.php', |
| 717 | + 'FluentCart\\App\\Services\\Theme\\ThemePalette' => $baseDir . '/app/Services/Theme/ThemePalette.php', | |
| 641 | 718 | 'FluentCart\\App\\Services\\Translations\\TransStrings' => $baseDir . '/app/Services/Translations/TransStrings.php', |
| 642 | 719 | 'FluentCart\\App\\Services\\URL' => $baseDir . '/app/Services/URL.php', |
| 643 | 720 | 'FluentCart\\App\\Services\\Widgets\\BaseWidget' => $baseDir . '/app/Services/Widgets/BaseWidget.php', |
| 644 | 721 | 'FluentCart\\App\\Services\\Widgets\\DashboardWidget' => $baseDir . '/app/Services/Widgets/DashboardWidget.php', |
| @@ -645,8 +722,9 @@ | ||
| 645 | 722 | 'FluentCart\\App\\Services\\WpMetaHelper' => $baseDir . '/app/Services/WpMetaHelper.php', |
| 646 | 723 | 'FluentCart\\App\\Vite' => $baseDir . '/app/Vite.php', |
| 647 | 724 | 'FluentCart\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php', |
| 648 | 725 | 'FluentCart\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php', |
| 726 | + 'FluentCart\\Database\\DataBackfills' => $baseDir . '/database/DataBackfills.php', | |
| 649 | 727 | 'FluentCart\\Database\\Migrations\\ActivityMigrator' => $baseDir . '/database/Migrations/ActivityMigrator.php', |
| 650 | 728 | 'FluentCart\\Database\\Migrations\\AppliedCouponsMigrator' => $baseDir . '/database/Migrations/AppliedCouponsMigrator.php', |
| 651 | 729 | 'FluentCart\\Database\\Migrations\\AttributeGroupsMigrator' => $baseDir . '/database/Migrations/AttributeGroupsMigrator.php', |
| 652 | 730 | 'FluentCart\\Database\\Migrations\\AttributeObjectRelationsMigrator' => $baseDir . '/database/Migrations/AttributeObjectRelationsMigrator.php', |
| @@ -655,8 +733,9 @@ | ||
| 655 | 733 | 'FluentCart\\Database\\Migrations\\CouponsMigrator' => $baseDir . '/database/Migrations/CouponsMigrator.php', |
| 656 | 734 | 'FluentCart\\Database\\Migrations\\CustomerAddressesMigrator' => $baseDir . '/database/Migrations/CustomerAddressesMigrator.php', |
| 657 | 735 | 'FluentCart\\Database\\Migrations\\CustomerMetaMigrator' => $baseDir . '/database/Migrations/CustomerMetaMigrator.php', |
| 658 | 736 | 'FluentCart\\Database\\Migrations\\CustomersMigrator' => $baseDir . '/database/Migrations/CustomersMigrator.php', |
| 737 | + 'FluentCart\\Database\\Migrations\\EuVatRegistrationMigrator' => $baseDir . '/database/Migrations/EuVatRegistrationMigrator.php', | |
| 659 | 738 | 'FluentCart\\Database\\Migrations\\LabelMigrator' => $baseDir . '/database/Migrations/LabelMigrator.php', |
| 660 | 739 | 'FluentCart\\Database\\Migrations\\LabelRelationshipsMigrator' => $baseDir . '/database/Migrations/LabelRelationshipsMigrator.php', |
| 661 | 740 | 'FluentCart\\Database\\Migrations\\MetaMigrator' => $baseDir . '/database/Migrations/MetaMigrator.php', |
| 662 | 741 | 'FluentCart\\Database\\Migrations\\Migrator' => $baseDir . '/database/Migrations/Migrator.php', |
| @@ -721,9 +800,8 @@ | ||
| 721 | 800 | 'FluentCart\\Framework\\Database\\Concerns\\ManagesTransactions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php', |
| 722 | 801 | 'FluentCart\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php', |
| 723 | 802 | 'FluentCart\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php', |
| 724 | 803 | 'FluentCart\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php', |
| 725 | - 'FluentCart\\Framework\\Database\\DBManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DBManager.php', | |
| 726 | 804 | 'FluentCart\\Framework\\Database\\DatabaseManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php', |
| 727 | 805 | 'FluentCart\\Framework\\Database\\DatabaseTransactionRecord' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php', |
| 728 | 806 | 'FluentCart\\Framework\\Database\\DatabaseTransactionsManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php', |
| 729 | 807 | 'FluentCart\\Framework\\Database\\DeadlockException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DeadlockException.php', |
| @@ -834,8 +912,18 @@ | ||
| 834 | 912 | 'FluentCart\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php', |
| 835 | 913 | 'FluentCart\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php', |
| 836 | 914 | 'FluentCart\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php', |
| 837 | 915 | 'FluentCart\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php', |
| 916 | + 'FluentCart\\Framework\\Foundation\\Exceptions\\BadGatewayHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadGatewayHttpException.php', | |
| 917 | + 'FluentCart\\Framework\\Foundation\\Exceptions\\BadRequestHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadRequestHttpException.php', | |
| 918 | + 'FluentCart\\Framework\\Foundation\\Exceptions\\ExceptionHandler' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ExceptionHandler.php', | |
| 919 | + 'FluentCart\\Framework\\Foundation\\Exceptions\\ForbiddenHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ForbiddenHttpException.php', | |
| 920 | + 'FluentCart\\Framework\\Foundation\\Exceptions\\HttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/HttpException.php', | |
| 921 | + 'FluentCart\\Framework\\Foundation\\Exceptions\\NotFoundHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/NotFoundHttpException.php', | |
| 922 | + 'FluentCart\\Framework\\Foundation\\Exceptions\\ServiceUnavailableHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ServiceUnavailableHttpException.php', | |
| 923 | + 'FluentCart\\Framework\\Foundation\\Exceptions\\TooManyRequestsHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/TooManyRequestsHttpException.php', | |
| 924 | + 'FluentCart\\Framework\\Foundation\\Exceptions\\UnauthorizedHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnauthorizedHttpException.php', | |
| 925 | + 'FluentCart\\Framework\\Foundation\\Exceptions\\UnprocessableEntityHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnprocessableEntityHttpException.php', | |
| 838 | 926 | 'FluentCart\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php', |
| 839 | 927 | 'FluentCart\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php', |
| 840 | 928 | 'FluentCart\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php', |
| 841 | 929 | 'FluentCart\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php', |
| @@ -879,8 +967,9 @@ | ||
| 879 | 967 | 'FluentCart\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php', |
| 880 | 968 | 'FluentCart\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php', |
| 881 | 969 | 'FluentCart\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php', |
| 882 | 970 | 'FluentCart\\Framework\\Support\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTime.php', |
| 971 | + 'FluentCart\\Framework\\Support\\DateTimeImmutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTimeImmutable.php', | |
| 883 | 972 | 'FluentCart\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php', |
| 884 | 973 | 'FluentCart\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php', |
| 885 | 974 | 'FluentCart\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php', |
| 886 | 975 | 'FluentCart\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php', |
| @@ -899,8 +988,9 @@ | ||
| 899 | 988 | 'FluentCart\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php', |
| 900 | 989 | 'FluentCart\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php', |
| 901 | 990 | 'FluentCart\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php', |
| 902 | 991 | 'FluentCart\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php', |
| 992 | + 'FluentCart\\Framework\\Support\\MBString\\Mbstring' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MBString/Mbstring.php', | |
| 903 | 993 | 'FluentCart\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php', |
| 904 | 994 | 'FluentCart\\Framework\\Support\\Mail' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Mail.php', |
| 905 | 995 | 'FluentCart\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php', |
| 906 | 996 | 'FluentCart\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php', |
| @@ -906,9 +996,8 @@ | ||
| 906 | 996 | 'FluentCart\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php', |
| 907 | 997 | 'FluentCart\\Framework\\Support\\MediaUploader' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MediaUploader.php', |
| 908 | 998 | 'FluentCart\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php', |
| 909 | 999 | 'FluentCart\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php', |
| 910 | - 'FluentCart\\Framework\\Support\\NumberToWords' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/NumberToWords.php', | |
| 911 | 1000 | 'FluentCart\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php', |
| 912 | 1001 | 'FluentCart\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php', |
| 913 | 1002 | 'FluentCart\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php', |
| 914 | 1003 | 'FluentCart\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php', |
| @@ -939,154 +1028,8 @@ | ||
| 939 | 1028 | 'FluentCart\\Framework\\Validator\\ValidationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationException.php', |
| 940 | 1029 | 'FluentCart\\Framework\\Validator\\ValidationRuleParser' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php', |
| 941 | 1030 | 'FluentCart\\Framework\\Validator\\Validator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Validator.php', |
| 942 | 1031 | 'FluentCart\\Framework\\View\\View' => $vendorDir . '/wpfluent/framework/src/WPFluent/View/View.php', |
| 943 | - 'FluentCart\\OpenSpout\\Autoloader\\Psr4Autoloader' => $vendorDir . '/openspout/openspout/src/Autoloader/Psr4Autoloader.php', | |
| 944 | - 'FluentCart\\OpenSpout\\Common\\Creator\\HelperFactory' => $vendorDir . '/openspout/openspout/src/Common/Creator/HelperFactory.php', | |
| 945 | - 'FluentCart\\OpenSpout\\Common\\Entity\\Cell' => $vendorDir . '/openspout/openspout/src/Common/Entity/Cell.php', | |
| 946 | - 'FluentCart\\OpenSpout\\Common\\Entity\\Row' => $vendorDir . '/openspout/openspout/src/Common/Entity/Row.php', | |
| 947 | - 'FluentCart\\OpenSpout\\Common\\Entity\\Style\\Border' => $vendorDir . '/openspout/openspout/src/Common/Entity/Style/Border.php', | |
| 948 | - 'FluentCart\\OpenSpout\\Common\\Entity\\Style\\BorderPart' => $vendorDir . '/openspout/openspout/src/Common/Entity/Style/BorderPart.php', | |
| 949 | - 'FluentCart\\OpenSpout\\Common\\Entity\\Style\\CellAlignment' => $vendorDir . '/openspout/openspout/src/Common/Entity/Style/CellAlignment.php', | |
| 950 | - 'FluentCart\\OpenSpout\\Common\\Entity\\Style\\Color' => $vendorDir . '/openspout/openspout/src/Common/Entity/Style/Color.php', | |
| 951 | - 'FluentCart\\OpenSpout\\Common\\Entity\\Style\\Style' => $vendorDir . '/openspout/openspout/src/Common/Entity/Style/Style.php', | |
| 952 | - 'FluentCart\\OpenSpout\\Common\\Exception\\EncodingConversionException' => $vendorDir . '/openspout/openspout/src/Common/Exception/EncodingConversionException.php', | |
| 953 | - 'FluentCart\\OpenSpout\\Common\\Exception\\IOException' => $vendorDir . '/openspout/openspout/src/Common/Exception/IOException.php', | |
| 954 | - 'FluentCart\\OpenSpout\\Common\\Exception\\InvalidArgumentException' => $vendorDir . '/openspout/openspout/src/Common/Exception/InvalidArgumentException.php', | |
| 955 | - 'FluentCart\\OpenSpout\\Common\\Exception\\InvalidColorException' => $vendorDir . '/openspout/openspout/src/Common/Exception/InvalidColorException.php', | |
| 956 | - 'FluentCart\\OpenSpout\\Common\\Exception\\SpoutException' => $vendorDir . '/openspout/openspout/src/Common/Exception/SpoutException.php', | |
| 957 | - 'FluentCart\\OpenSpout\\Common\\Exception\\UnsupportedTypeException' => $vendorDir . '/openspout/openspout/src/Common/Exception/UnsupportedTypeException.php', | |
| 958 | - 'FluentCart\\OpenSpout\\Common\\Helper\\CellTypeHelper' => $vendorDir . '/openspout/openspout/src/Common/Helper/CellTypeHelper.php', | |
| 959 | - 'FluentCart\\OpenSpout\\Common\\Helper\\EncodingHelper' => $vendorDir . '/openspout/openspout/src/Common/Helper/EncodingHelper.php', | |
| 960 | - 'FluentCart\\OpenSpout\\Common\\Helper\\Escaper\\CSV' => $vendorDir . '/openspout/openspout/src/Common/Helper/Escaper/CSV.php', | |
| 961 | - 'FluentCart\\OpenSpout\\Common\\Helper\\Escaper\\EscaperInterface' => $vendorDir . '/openspout/openspout/src/Common/Helper/Escaper/EscaperInterface.php', | |
| 962 | - 'FluentCart\\OpenSpout\\Common\\Helper\\Escaper\\ODS' => $vendorDir . '/openspout/openspout/src/Common/Helper/Escaper/ODS.php', | |
| 963 | - 'FluentCart\\OpenSpout\\Common\\Helper\\Escaper\\XLSX' => $vendorDir . '/openspout/openspout/src/Common/Helper/Escaper/XLSX.php', | |
| 964 | - 'FluentCart\\OpenSpout\\Common\\Helper\\FileSystemHelper' => $vendorDir . '/openspout/openspout/src/Common/Helper/FileSystemHelper.php', | |
| 965 | - 'FluentCart\\OpenSpout\\Common\\Helper\\FileSystemHelperInterface' => $vendorDir . '/openspout/openspout/src/Common/Helper/FileSystemHelperInterface.php', | |
| 966 | - 'FluentCart\\OpenSpout\\Common\\Helper\\GlobalFunctionsHelper' => $vendorDir . '/openspout/openspout/src/Common/Helper/GlobalFunctionsHelper.php', | |
| 967 | - 'FluentCart\\OpenSpout\\Common\\Helper\\StringHelper' => $vendorDir . '/openspout/openspout/src/Common/Helper/StringHelper.php', | |
| 968 | - 'FluentCart\\OpenSpout\\Common\\Manager\\OptionsManagerAbstract' => $vendorDir . '/openspout/openspout/src/Common/Manager/OptionsManagerAbstract.php', | |
| 969 | - 'FluentCart\\OpenSpout\\Common\\Manager\\OptionsManagerInterface' => $vendorDir . '/openspout/openspout/src/Common/Manager/OptionsManagerInterface.php', | |
| 970 | - 'FluentCart\\OpenSpout\\Common\\Type' => $vendorDir . '/openspout/openspout/src/Common/Type.php', | |
| 971 | - 'FluentCart\\OpenSpout\\Reader\\CSV\\Creator\\InternalEntityFactory' => $vendorDir . '/openspout/openspout/src/Reader/CSV/Creator/InternalEntityFactory.php', | |
| 972 | - 'FluentCart\\OpenSpout\\Reader\\CSV\\Manager\\OptionsManager' => $vendorDir . '/openspout/openspout/src/Reader/CSV/Manager/OptionsManager.php', | |
| 973 | - 'FluentCart\\OpenSpout\\Reader\\CSV\\Reader' => $vendorDir . '/openspout/openspout/src/Reader/CSV/Reader.php', | |
| 974 | - 'FluentCart\\OpenSpout\\Reader\\CSV\\RowIterator' => $vendorDir . '/openspout/openspout/src/Reader/CSV/RowIterator.php', | |
| 975 | - 'FluentCart\\OpenSpout\\Reader\\CSV\\Sheet' => $vendorDir . '/openspout/openspout/src/Reader/CSV/Sheet.php', | |
| 976 | - 'FluentCart\\OpenSpout\\Reader\\CSV\\SheetIterator' => $vendorDir . '/openspout/openspout/src/Reader/CSV/SheetIterator.php', | |
| 977 | - 'FluentCart\\OpenSpout\\Reader\\Common\\Creator\\InternalEntityFactoryInterface' => $vendorDir . '/openspout/openspout/src/Reader/Common/Creator/InternalEntityFactoryInterface.php', | |
| 978 | - 'FluentCart\\OpenSpout\\Reader\\Common\\Creator\\ReaderEntityFactory' => $vendorDir . '/openspout/openspout/src/Reader/Common/Creator/ReaderEntityFactory.php', | |
| 979 | - 'FluentCart\\OpenSpout\\Reader\\Common\\Creator\\ReaderFactory' => $vendorDir . '/openspout/openspout/src/Reader/Common/Creator/ReaderFactory.php', | |
| 980 | - 'FluentCart\\OpenSpout\\Reader\\Common\\Entity\\Options' => $vendorDir . '/openspout/openspout/src/Reader/Common/Entity/Options.php', | |
| 981 | - 'FluentCart\\OpenSpout\\Reader\\Common\\Manager\\RowManager' => $vendorDir . '/openspout/openspout/src/Reader/Common/Manager/RowManager.php', | |
| 982 | - 'FluentCart\\OpenSpout\\Reader\\Common\\XMLProcessor' => $vendorDir . '/openspout/openspout/src/Reader/Common/XMLProcessor.php', | |
| 983 | - 'FluentCart\\OpenSpout\\Reader\\Exception\\InvalidValueException' => $vendorDir . '/openspout/openspout/src/Reader/Exception/InvalidValueException.php', | |
| 984 | - 'FluentCart\\OpenSpout\\Reader\\Exception\\IteratorNotRewindableException' => $vendorDir . '/openspout/openspout/src/Reader/Exception/IteratorNotRewindableException.php', | |
| 985 | - 'FluentCart\\OpenSpout\\Reader\\Exception\\NoSheetsFoundException' => $vendorDir . '/openspout/openspout/src/Reader/Exception/NoSheetsFoundException.php', | |
| 986 | - 'FluentCart\\OpenSpout\\Reader\\Exception\\ReaderException' => $vendorDir . '/openspout/openspout/src/Reader/Exception/ReaderException.php', | |
| 987 | - 'FluentCart\\OpenSpout\\Reader\\Exception\\ReaderNotOpenedException' => $vendorDir . '/openspout/openspout/src/Reader/Exception/ReaderNotOpenedException.php', | |
| 988 | - 'FluentCart\\OpenSpout\\Reader\\Exception\\SharedStringNotFoundException' => $vendorDir . '/openspout/openspout/src/Reader/Exception/SharedStringNotFoundException.php', | |
| 989 | - 'FluentCart\\OpenSpout\\Reader\\Exception\\XMLProcessingException' => $vendorDir . '/openspout/openspout/src/Reader/Exception/XMLProcessingException.php', | |
| 990 | - 'FluentCart\\OpenSpout\\Reader\\IteratorInterface' => $vendorDir . '/openspout/openspout/src/Reader/IteratorInterface.php', | |
| 991 | - 'FluentCart\\OpenSpout\\Reader\\ODS\\Creator\\HelperFactory' => $vendorDir . '/openspout/openspout/src/Reader/ODS/Creator/HelperFactory.php', | |
| 992 | - 'FluentCart\\OpenSpout\\Reader\\ODS\\Creator\\InternalEntityFactory' => $vendorDir . '/openspout/openspout/src/Reader/ODS/Creator/InternalEntityFactory.php', | |
| 993 | - 'FluentCart\\OpenSpout\\Reader\\ODS\\Creator\\ManagerFactory' => $vendorDir . '/openspout/openspout/src/Reader/ODS/Creator/ManagerFactory.php', | |
| 994 | - 'FluentCart\\OpenSpout\\Reader\\ODS\\Helper\\CellValueFormatter' => $vendorDir . '/openspout/openspout/src/Reader/ODS/Helper/CellValueFormatter.php', | |
| 995 | - 'FluentCart\\OpenSpout\\Reader\\ODS\\Helper\\SettingsHelper' => $vendorDir . '/openspout/openspout/src/Reader/ODS/Helper/SettingsHelper.php', | |
| 996 | - 'FluentCart\\OpenSpout\\Reader\\ODS\\Manager\\OptionsManager' => $vendorDir . '/openspout/openspout/src/Reader/ODS/Manager/OptionsManager.php', | |
| 997 | - 'FluentCart\\OpenSpout\\Reader\\ODS\\Reader' => $vendorDir . '/openspout/openspout/src/Reader/ODS/Reader.php', | |
| 998 | - 'FluentCart\\OpenSpout\\Reader\\ODS\\RowIterator' => $vendorDir . '/openspout/openspout/src/Reader/ODS/RowIterator.php', | |
| 999 | - 'FluentCart\\OpenSpout\\Reader\\ODS\\Sheet' => $vendorDir . '/openspout/openspout/src/Reader/ODS/Sheet.php', | |
| 1000 | - 'FluentCart\\OpenSpout\\Reader\\ODS\\SheetIterator' => $vendorDir . '/openspout/openspout/src/Reader/ODS/SheetIterator.php', | |
| 1001 | - 'FluentCart\\OpenSpout\\Reader\\ReaderAbstract' => $vendorDir . '/openspout/openspout/src/Reader/ReaderAbstract.php', | |
| 1002 | - 'FluentCart\\OpenSpout\\Reader\\ReaderInterface' => $vendorDir . '/openspout/openspout/src/Reader/ReaderInterface.php', | |
| 1003 | - 'FluentCart\\OpenSpout\\Reader\\RowIteratorInterface' => $vendorDir . '/openspout/openspout/src/Reader/RowIteratorInterface.php', | |
| 1004 | - 'FluentCart\\OpenSpout\\Reader\\SheetInterface' => $vendorDir . '/openspout/openspout/src/Reader/SheetInterface.php', | |
| 1005 | - 'FluentCart\\OpenSpout\\Reader\\SheetIteratorInterface' => $vendorDir . '/openspout/openspout/src/Reader/SheetIteratorInterface.php', | |
| 1006 | - 'FluentCart\\OpenSpout\\Reader\\Wrapper\\XMLInternalErrorsHelper' => $vendorDir . '/openspout/openspout/src/Reader/Wrapper/XMLInternalErrorsHelper.php', | |
| 1007 | - 'FluentCart\\OpenSpout\\Reader\\Wrapper\\XMLReader' => $vendorDir . '/openspout/openspout/src/Reader/Wrapper/XMLReader.php', | |
| 1008 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Creator\\HelperFactory' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Creator/HelperFactory.php', | |
| 1009 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Creator\\InternalEntityFactory' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Creator/InternalEntityFactory.php', | |
| 1010 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Creator\\ManagerFactory' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Creator/ManagerFactory.php', | |
| 1011 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Helper\\CellHelper' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Helper/CellHelper.php', | |
| 1012 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Helper\\CellValueFormatter' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Helper/CellValueFormatter.php', | |
| 1013 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Helper\\DateFormatHelper' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Helper/DateFormatHelper.php', | |
| 1014 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Manager\\OptionsManager' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Manager/OptionsManager.php', | |
| 1015 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Manager\\SharedStringsCaching\\CachingStrategyFactory' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Manager/SharedStringsCaching/CachingStrategyFactory.php', | |
| 1016 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Manager\\SharedStringsCaching\\CachingStrategyInterface' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Manager/SharedStringsCaching/CachingStrategyInterface.php', | |
| 1017 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Manager\\SharedStringsCaching\\FileBasedStrategy' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Manager/SharedStringsCaching/FileBasedStrategy.php', | |
| 1018 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Manager\\SharedStringsCaching\\InMemoryStrategy' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Manager/SharedStringsCaching/InMemoryStrategy.php', | |
| 1019 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Manager\\SharedStringsManager' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Manager/SharedStringsManager.php', | |
| 1020 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Manager\\SheetManager' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Manager/SheetManager.php', | |
| 1021 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Manager\\StyleManager' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Manager/StyleManager.php', | |
| 1022 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Manager\\WorkbookRelationshipsManager' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Manager/WorkbookRelationshipsManager.php', | |
| 1023 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Reader' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Reader.php', | |
| 1024 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\RowIterator' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/RowIterator.php', | |
| 1025 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\Sheet' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/Sheet.php', | |
| 1026 | - 'FluentCart\\OpenSpout\\Reader\\XLSX\\SheetIterator' => $vendorDir . '/openspout/openspout/src/Reader/XLSX/SheetIterator.php', | |
| 1027 | - 'FluentCart\\OpenSpout\\Writer\\CSV\\Manager\\OptionsManager' => $vendorDir . '/openspout/openspout/src/Writer/CSV/Manager/OptionsManager.php', | |
| 1028 | - 'FluentCart\\OpenSpout\\Writer\\CSV\\Writer' => $vendorDir . '/openspout/openspout/src/Writer/CSV/Writer.php', | |
| 1029 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Creator\\InternalEntityFactory' => $vendorDir . '/openspout/openspout/src/Writer/Common/Creator/InternalEntityFactory.php', | |
| 1030 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Creator\\ManagerFactoryInterface' => $vendorDir . '/openspout/openspout/src/Writer/Common/Creator/ManagerFactoryInterface.php', | |
| 1031 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Creator\\Style\\BorderBuilder' => $vendorDir . '/openspout/openspout/src/Writer/Common/Creator/Style/BorderBuilder.php', | |
| 1032 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Creator\\Style\\StyleBuilder' => $vendorDir . '/openspout/openspout/src/Writer/Common/Creator/Style/StyleBuilder.php', | |
| 1033 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Creator\\WriterEntityFactory' => $vendorDir . '/openspout/openspout/src/Writer/Common/Creator/WriterEntityFactory.php', | |
| 1034 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Creator\\WriterFactory' => $vendorDir . '/openspout/openspout/src/Writer/Common/Creator/WriterFactory.php', | |
| 1035 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Entity\\Options' => $vendorDir . '/openspout/openspout/src/Writer/Common/Entity/Options.php', | |
| 1036 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Entity\\Sheet' => $vendorDir . '/openspout/openspout/src/Writer/Common/Entity/Sheet.php', | |
| 1037 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Entity\\Workbook' => $vendorDir . '/openspout/openspout/src/Writer/Common/Entity/Workbook.php', | |
| 1038 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Entity\\Worksheet' => $vendorDir . '/openspout/openspout/src/Writer/Common/Entity/Worksheet.php', | |
| 1039 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Helper\\CellHelper' => $vendorDir . '/openspout/openspout/src/Writer/Common/Helper/CellHelper.php', | |
| 1040 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Helper\\FileSystemWithRootFolderHelperInterface' => $vendorDir . '/openspout/openspout/src/Writer/Common/Helper/FileSystemWithRootFolderHelperInterface.php', | |
| 1041 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Helper\\ZipHelper' => $vendorDir . '/openspout/openspout/src/Writer/Common/Helper/ZipHelper.php', | |
| 1042 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\CellManager' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/CellManager.php', | |
| 1043 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\ManagesCellSize' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/ManagesCellSize.php', | |
| 1044 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\RegisteredStyle' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/RegisteredStyle.php', | |
| 1045 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\RowManager' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/RowManager.php', | |
| 1046 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\SheetManager' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/SheetManager.php', | |
| 1047 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\Style\\PossiblyUpdatedStyle' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/Style/PossiblyUpdatedStyle.php', | |
| 1048 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\Style\\StyleManager' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/Style/StyleManager.php', | |
| 1049 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\Style\\StyleManagerInterface' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/Style/StyleManagerInterface.php', | |
| 1050 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\Style\\StyleMerger' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/Style/StyleMerger.php', | |
| 1051 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\Style\\StyleRegistry' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/Style/StyleRegistry.php', | |
| 1052 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\WorkbookManagerAbstract' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/WorkbookManagerAbstract.php', | |
| 1053 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\WorkbookManagerInterface' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/WorkbookManagerInterface.php', | |
| 1054 | - 'FluentCart\\OpenSpout\\Writer\\Common\\Manager\\WorksheetManagerInterface' => $vendorDir . '/openspout/openspout/src/Writer/Common/Manager/WorksheetManagerInterface.php', | |
| 1055 | - 'FluentCart\\OpenSpout\\Writer\\Exception\\Border\\InvalidNameException' => $vendorDir . '/openspout/openspout/src/Writer/Exception/Border/InvalidNameException.php', | |
| 1056 | - 'FluentCart\\OpenSpout\\Writer\\Exception\\Border\\InvalidStyleException' => $vendorDir . '/openspout/openspout/src/Writer/Exception/Border/InvalidStyleException.php', | |
| 1057 | - 'FluentCart\\OpenSpout\\Writer\\Exception\\Border\\InvalidWidthException' => $vendorDir . '/openspout/openspout/src/Writer/Exception/Border/InvalidWidthException.php', | |
| 1058 | - 'FluentCart\\OpenSpout\\Writer\\Exception\\InvalidSheetNameException' => $vendorDir . '/openspout/openspout/src/Writer/Exception/InvalidSheetNameException.php', | |
| 1059 | - 'FluentCart\\OpenSpout\\Writer\\Exception\\SheetNotFoundException' => $vendorDir . '/openspout/openspout/src/Writer/Exception/SheetNotFoundException.php', | |
| 1060 | - 'FluentCart\\OpenSpout\\Writer\\Exception\\WriterAlreadyOpenedException' => $vendorDir . '/openspout/openspout/src/Writer/Exception/WriterAlreadyOpenedException.php', | |
| 1061 | - 'FluentCart\\OpenSpout\\Writer\\Exception\\WriterException' => $vendorDir . '/openspout/openspout/src/Writer/Exception/WriterException.php', | |
| 1062 | - 'FluentCart\\OpenSpout\\Writer\\Exception\\WriterNotOpenedException' => $vendorDir . '/openspout/openspout/src/Writer/Exception/WriterNotOpenedException.php', | |
| 1063 | - 'FluentCart\\OpenSpout\\Writer\\ODS\\Creator\\HelperFactory' => $vendorDir . '/openspout/openspout/src/Writer/ODS/Creator/HelperFactory.php', | |
| 1064 | - 'FluentCart\\OpenSpout\\Writer\\ODS\\Creator\\ManagerFactory' => $vendorDir . '/openspout/openspout/src/Writer/ODS/Creator/ManagerFactory.php', | |
| 1065 | - 'FluentCart\\OpenSpout\\Writer\\ODS\\Helper\\BorderHelper' => $vendorDir . '/openspout/openspout/src/Writer/ODS/Helper/BorderHelper.php', | |
| 1066 | - 'FluentCart\\OpenSpout\\Writer\\ODS\\Helper\\FileSystemHelper' => $vendorDir . '/openspout/openspout/src/Writer/ODS/Helper/FileSystemHelper.php', | |
| 1067 | - 'FluentCart\\OpenSpout\\Writer\\ODS\\Manager\\OptionsManager' => $vendorDir . '/openspout/openspout/src/Writer/ODS/Manager/OptionsManager.php', | |
| 1068 | - 'FluentCart\\OpenSpout\\Writer\\ODS\\Manager\\Style\\StyleManager' => $vendorDir . '/openspout/openspout/src/Writer/ODS/Manager/Style/StyleManager.php', | |
| 1069 | - 'FluentCart\\OpenSpout\\Writer\\ODS\\Manager\\Style\\StyleRegistry' => $vendorDir . '/openspout/openspout/src/Writer/ODS/Manager/Style/StyleRegistry.php', | |
| 1070 | - 'FluentCart\\OpenSpout\\Writer\\ODS\\Manager\\WorkbookManager' => $vendorDir . '/openspout/openspout/src/Writer/ODS/Manager/WorkbookManager.php', | |
| 1071 | - 'FluentCart\\OpenSpout\\Writer\\ODS\\Manager\\WorksheetManager' => $vendorDir . '/openspout/openspout/src/Writer/ODS/Manager/WorksheetManager.php', | |
| 1072 | - 'FluentCart\\OpenSpout\\Writer\\ODS\\Writer' => $vendorDir . '/openspout/openspout/src/Writer/ODS/Writer.php', | |
| 1073 | - 'FluentCart\\OpenSpout\\Writer\\WriterAbstract' => $vendorDir . '/openspout/openspout/src/Writer/WriterAbstract.php', | |
| 1074 | - 'FluentCart\\OpenSpout\\Writer\\WriterInterface' => $vendorDir . '/openspout/openspout/src/Writer/WriterInterface.php', | |
| 1075 | - 'FluentCart\\OpenSpout\\Writer\\WriterMultiSheetsAbstract' => $vendorDir . '/openspout/openspout/src/Writer/WriterMultiSheetsAbstract.php', | |
| 1076 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Creator\\HelperFactory' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Creator/HelperFactory.php', | |
| 1077 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Creator\\ManagerFactory' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Creator/ManagerFactory.php', | |
| 1078 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Entity\\SheetView' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Entity/SheetView.php', | |
| 1079 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Helper\\BorderHelper' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Helper/BorderHelper.php', | |
| 1080 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Helper\\DateHelper' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Helper/DateHelper.php', | |
| 1081 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Helper\\FileSystemHelper' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Helper/FileSystemHelper.php', | |
| 1082 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Manager\\OptionsManager' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Manager/OptionsManager.php', | |
| 1083 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Manager\\SharedStringsManager' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Manager/SharedStringsManager.php', | |
| 1084 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Manager\\Style\\StyleManager' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Manager/Style/StyleManager.php', | |
| 1085 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Manager\\Style\\StyleRegistry' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Manager/Style/StyleRegistry.php', | |
| 1086 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Manager\\WorkbookManager' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Manager/WorkbookManager.php', | |
| 1087 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Manager\\WorksheetManager' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Manager/WorksheetManager.php', | |
| 1088 | - 'FluentCart\\OpenSpout\\Writer\\XLSX\\Writer' => $vendorDir . '/openspout/openspout/src/Writer/XLSX/Writer.php', | |
| 1089 | 1032 | 'Psr\\Container\\ContainerExceptionInterface' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php', |
| 1090 | 1033 | 'Psr\\Container\\ContainerInterface' => $vendorDir . '/psr/container/src/ContainerInterface.php', |
| 1091 | 1034 | 'Psr\\Container\\NotFoundExceptionInterface' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php', |
| 1092 | 1035 | ); |