作者 刘锟

update

@@ -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) {