Update TopicFilter.php

This commit is contained in:
2020-09-28 14:17:08 +05:00
parent c75d54ec9f
commit afb9faf57a

View File

@@ -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);
} }
} }