mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify into master
This commit is contained in:
commit
9f2fca0c50
@ -355,7 +355,8 @@ class AdvsController extends PublicController
|
||||
if (!is_null($item)) {
|
||||
$categories['cat' . $i] = [
|
||||
'name' => $item->name,
|
||||
'id' => $item->id
|
||||
'id' => $item->id,
|
||||
'slug' => $item->slug
|
||||
];
|
||||
$categories_id[] = $item->id;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user