fix on empty articles
This commit is contained in:
@@ -25,8 +25,6 @@ class CategoryController extends Controller
|
||||
$data['category'] = Categories::getFull($category_id);
|
||||
$data['articles'] = Articles::getArticlesToSell($category_id);
|
||||
$data['tags'] = TagGroups::getWithTagsAndCountOffers();
|
||||
// dump($data);
|
||||
// exit;
|
||||
return view('Shop.shelve', $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user