/**
  * 版块分类
  *
  * @return \Illuminate\View\View
  * @author yangyifan <*****@*****.**>
  */
 public function getCategory()
 {
     return view('home.forum.category', ['all_category' => ForumModel::getAllCategory(), 'all_hot_category' => ForumModel::getIndexCat(), 'title' => '论坛-分类', 'keywords' => '论坛-分类', 'description' => '论坛-分类']);
 }