正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -458,7 +458,7 @@ class LyhImportTest extends Command | @@ -458,7 +458,7 @@ class LyhImportTest extends Command | ||
| 458 | } | 458 | } |
| 459 | fclose($file_handle); | 459 | fclose($file_handle); |
| 460 | $customContentModel = new CustomModuleContent(); | 460 | $customContentModel = new CustomModuleContent(); |
| 461 | - $customCategoryModel = new CustomModuleCategory();; | 461 | + $customCategoryModel = new CustomModuleCategory(); |
| 462 | $customExtendContentTModel = new CustomModuleExtentContent(); | 462 | $customExtendContentTModel = new CustomModuleExtentContent(); |
| 463 | foreach ($line_of_text as $k => $item){ | 463 | foreach ($line_of_text as $k => $item){ |
| 464 | // try { | 464 | // try { |
-
请 注册 或 登录 后发表评论