refactor(shop_category): migrate admin module to Domain+DI with routing and ajax cleanup

This commit is contained in:
2026-02-15 15:32:23 +01:00
parent c99b42af68
commit d0747b3e0a
63 changed files with 8998 additions and 625 deletions

View File

@@ -16,7 +16,6 @@ require_once dirname( __FILE__ ) . '/../../autoload/class.S.php';
$legacyFactoryFiles = [
'/../../autoload/admin/factory/class.Articles.php',
'/../../autoload/admin/factory/class.Pages.php',
'/../../autoload/admin/factory/class.ShopCategory.php',
'/../../autoload/admin/factory/class.ShopProduct.php',
];