Update (home): Remove featured logic

This commit is contained in:
2023-10-02 00:34:44 +08:00
parent 20f54e1ed5
commit cef72abf38

View File

@@ -44,7 +44,6 @@ public function country(Request $request, $country)
->whereNotNull('post_categories.id')
->whereNotNull('categories.id')
->where('categories.country_locale_slug', $country_locale->slug)
->where('posts.featured', true)
->where('posts.status', 'publish')
->orderBy('posts.publish_date', 'desc')
->take(3)