Update TopicFilter.php
This commit is contained in:
@@ -26,6 +26,6 @@ class TopicFilter extends Controller
|
|||||||
$q->whereIn('slug', $keys);
|
$q->whereIn('slug', $keys);
|
||||||
})
|
})
|
||||||
->latest('published_date')
|
->latest('published_date')
|
||||||
->paginate(12);
|
->paginate(8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user