正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -238,7 +238,6 @@ class ProjectUpdate extends Command | @@ -238,7 +238,6 @@ class ProjectUpdate extends Command | ||
| 238 | 238 | ||
| 239 | $model = new Product(); | 239 | $model = new Product(); |
| 240 | 240 | ||
| 241 | - $category_model = new Category(); | ||
| 242 | foreach ($items as $item) { | 241 | foreach ($items as $item) { |
| 243 | $route = $this->get_url_route($item['url'] ?? ''); | 242 | $route = $this->get_url_route($item['url'] ?? ''); |
| 244 | if ($route) { | 243 | if ($route) { |
-
请 注册 或 登录 后发表评论