文章关联多分类
This commit is contained in:
@@ -24,8 +24,6 @@ class CategoryController extends Controller
|
||||
$parent = $category->parent;
|
||||
}
|
||||
|
||||
$advert = Advert::where('category_id', 73)->first();
|
||||
|
||||
return view('category.show', compact('articles', 'category', 'parent'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user