mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
2adeb67123
@ -85,7 +85,7 @@ class CategoryModel extends CatsCategoryEntryModel implements CategoryInterface
|
||||
->where('name', 'like', $keyword . '%')
|
||||
->join('cats_category', 'cats_category_translations.entry_id', '=', 'cats_category.id')
|
||||
->orderBy('cats_category_translations.id', 'DESC')
|
||||
->limit(4)->get();
|
||||
->get();
|
||||
|
||||
foreach ($cats as $cat) {
|
||||
$link = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user