From 5947ee256ae0a4085bc0dd0752eb84072710b9b8 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Fri, 27 Mar 2026 13:11:41 +0100 Subject: [PATCH] fix: allow merchandise articles to appear in category pages --- app/Repositories/Shop/Articles.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Repositories/Shop/Articles.php b/app/Repositories/Shop/Articles.php index b5d79fd1..b87d5ff4 100644 --- a/app/Repositories/Shop/Articles.php +++ b/app/Repositories/Shop/Articles.php @@ -317,8 +317,6 @@ class Articles case 'merchandise': $model = $model->merchandise(); break; - default: - $model = $model->botanic(); } return $model;