fix: allow merchandise articles to appear in category pages
This commit is contained in:
@@ -317,8 +317,6 @@ class Articles
|
|||||||
case 'merchandise':
|
case 'merchandise':
|
||||||
$model = $model->merchandise();
|
$model = $model->merchandise();
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
$model = $model->botanic();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $model;
|
return $model;
|
||||||
|
|||||||
Reference in New Issue
Block a user