Explorar el Código

refactor(system): 更新数据库迁移路径获取方式

- 移除对 SixShop\Core\Helper 的依赖
- 使用 SixShop\Core\extension_path 函数替代 Helper::extension_path 方法
- 确保迁移文件路径拼接逻辑保持一致
- 更新类的命名空间引入以支持新的函数调用方式
runphp hace 3 meses
padre
commit
027fbb4495
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -11,7 +11,7 @@
   "require": {
     "php": ">=8.4",
     "six-shop/core": "^v1.0.0",
-    "six-shop/payment": ">=v0.2.14 <1.0",
+    "six-shop/payment": ">=v0.2.14 <1.0"
   },
   "authors": [
     {