调整分类
This commit is contained in:
@@ -22,7 +22,7 @@ class CategoryController extends Controller
|
||||
$articles = Article::where('category_id', $category->id)
|
||||
->latest('sort')
|
||||
->latest()
|
||||
->paginate();
|
||||
->paginate(2);
|
||||
|
||||
$parent = $category->getTop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user